blob: 7eee251559264e7af1cdfff27271ab62fa378767 [file] [log] [blame]
<!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>