mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision ac3d096a5972dea5ecca1c43e324086895db7c6f
This commit is contained in:
parent
1c74a80e28
commit
db54f176d0
47 changed files with 860 additions and 246 deletions
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-break/">
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=966369">
|
||||
<div id="container" style="height:100px";>
|
||||
<div style="height:100%;">
|
||||
<div style="break-before:page;"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script>
|
||||
test(()=> {
|
||||
document.body.offsetTop;
|
||||
container.style.height = "101px";
|
||||
}, "no crash");
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue