mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision e51f414776c4e7efa7cfa5fe63a3a8b3969e06ac
This commit is contained in:
parent
ed392ab3be
commit
db4f300c7c
7956 changed files with 92483 additions and 78520 deletions
|
@ -0,0 +1,14 @@
|
|||
<!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=1074480">
|
||||
<p>PASS if no crash.</p>
|
||||
<div style="columns:2; column-fill:auto; height:100px;">
|
||||
<div style="position: relative;">
|
||||
<div style="height:150px;"></div>
|
||||
<div id="target" style="position:absolute;"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
document.body.offsetTop;
|
||||
target.style.width = '55px';
|
||||
</script>
|
|
@ -0,0 +1,15 @@
|
|||
<!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=1074480">
|
||||
<p>PASS if no crash.</p>
|
||||
<body style="columns:2;">
|
||||
<div style="position:relative;">
|
||||
<div style="column-span:all;"></div>
|
||||
<div id="target" style="columns:2; position:fixed;"></div>
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
document.body.offsetTop;
|
||||
target.style.position = 'absolute';
|
||||
target.style.columns = 'auto';
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue