mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 66b4fab488695f98d15ad75b549e302a8d29f865
This commit is contained in:
parent
b6cdf93198
commit
b09e82fc9f
161 changed files with 3705 additions and 671 deletions
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=987004">
|
||||
<meta name="assert" content="The renderer should not crash.">
|
||||
<div style="width: 100px; overflow: hidden;">
|
||||
<div style="float: left; width: 100%; height: 20px; background: hotpink;"></div>
|
||||
<div style="clear: both;">
|
||||
<span style="position: absolute; width: 10px; height: 10px; background: orange;"></span>
|
||||
<div style="height: 10px; background: green; overflow: hidden;"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
test(() => {
|
||||
}, 'Test passes if the renderer does not crash.');
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue