Update web-platform-tests to revision b'099ab08227717e000b444ff560e93f96b49e05d7'

This commit is contained in:
WPT Sync Bot 2022-11-17 01:21:45 +00:00
parent 53570ffe55
commit a1db4c746d
172 changed files with 12261 additions and 2279 deletions

View file

@ -0,0 +1,19 @@
<!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=1361902">
<div style="columns:1;">
<div style="float:left; padding-top:10px; position:relative;">
<div style="position:absolute; height:2px;"></div>
<div id="elm" style="display:inline-block;"></div>
</div>
<span>
<div style="column-span:all;"></div>
</span>
</div>
<script>
requestAnimationFrame(()=>{
requestAnimationFrame(()=>{
elm.style.display = "none";
});
});
</script>