wpt / css / printing / table-overflow-quirks-frameset-crash-print.html

Status: FAIL | Duration: 5ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/printing/table-overflow-quirks-frameset-crash-print.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>

/css/reference/blank.html

<!doctype html>
<title>CSS Test Reference</title>
<!-- Intentionally blank -->