haikuwebkit/LayoutTests/fast/table/caption-bottom-with-paginat...

21 lines
409 B
HTML

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