mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update web-platform-tests to revision b'099ab08227717e000b444ff560e93f96b49e05d7'
This commit is contained in:
parent
53570ffe55
commit
a1db4c746d
172 changed files with 12261 additions and 2279 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue