wpt / css / css-break / abspos-in-clipped-overflow-print.html

Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-break/abspos-in-clipped-overflow-print.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1399313">
<link rel="match" href="abspos-in-clipped-overflow-print-ref.html">
There should only be one page.
<div style="position:absolute; overflow:clip; width:10px; height:10px;">
  <div style="position:absolute; height:350vh;"></div>
</div>

/css/css-break/abspos-in-clipped-overflow-print-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
There should only be one page.