Update web-platform-tests to revision b'fcef086d46a1970a1b45eff5aa41b92bbb9d05b0'

This commit is contained in:
WPT Sync Bot 2022-11-22 01:28:57 +00:00
parent 7175a5368a
commit 839a2e5f43
133 changed files with 786 additions and 2345 deletions

View file

@ -0,0 +1,20 @@
<!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=1386676">
<div id="container" style="columns:10; column-fill:auto; height:30px; line-height:20px; orphans:1; widows:1; white-space:pre;">
<span id="htmlvar00001"><br><br></span>
</div>
<script>
requestAnimationFrame(()=> {
requestAnimationFrame(()=> {
document.body.style.color = "blue";
htmlvar00001.style.display = "none";
requestAnimationFrame(()=> {
requestAnimationFrame(()=> {
container.style.width = "88%";
});
});
});
});
</script>