1
0
Fork 0
firefox/testing/web-platform/tests/css/printing/table-overflow-quirks-frameset-crash-print.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
445 B
HTML

<!-- quirks -->
<link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1877591">
<!-- Really a crashtest but since we can't really have print crashtests, we assert that we print something -->
<link rel="mismatch" href="/css/reference/blank.html">
<style>
* {
bottom: 1px;
overflow-y: auto;
}
</style>
<table>
<th>
<span id="a"></span>
</th>
</table>
<script>
a.appendChild(document.createElement("frameset"));
</script>