blob: e5c2971f6008c8d37951e6a3a5983f4245971e00 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests bottom caption with paginated content.</title>
<script>
if (window.internals)
internals.setPagination("LeftToRightPaginated", 0);
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
caption {
caption-side: bottom;
}
</style>
</head>
<body>
PASS if no crash.
<table><caption>caption</caption></table>
</body></html>