summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/printing/table-overflow-quirks-frameset-crash-print.html
blob: a79b8149011b3eb3873dbcfb5d27434c25015109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- 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>