Update web-platform-tests to revision b'66a2552e58afc4f50e87b2306839664c1447e265'

This commit is contained in:
WPT Sync Bot 2022-12-21 01:40:36 +00:00
parent d7cade7a66
commit 702d7621cf
183 changed files with 6761 additions and 938 deletions

View file

@ -0,0 +1,8 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
body { margin: 0; }
</style>
<p>The word PASS should be seen below.</p>
<div style="position:absolute; top:50vh;">PASS</div>
<div style="break-before:page;"><br></div>

View file

@ -0,0 +1,9 @@
<!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=1401085">
<link rel="match" href="underflow-from-next-page-print-ref.html">
<style>
body { margin: 0; }
</style>
<p>The word PASS should be seen below.</p>
<div style="break-before:page; margin-top:-50vh;">PASS</div>