haikuwebkit/LayoutTests/fast/table/caption-crash-when-layer-ba...

20 lines
307 B
HTML

<!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>