<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
caption { | |
will-change: transform; | |
padding: 100%; | |
-webkit-background-clip: content; | |
} | |
</style> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
</head> | |
<body> | |
PASS if no crash. | |
<table><caption>foobar</caption></table> | |
</body> | |
</html> |