mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 8b1aea6eed110e7900f1df933b24945fbb3c8229
This commit is contained in:
parent
8bf3440380
commit
1cd53da938
113 changed files with 2292 additions and 900 deletions
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Floats in self-painting inline box should not crash</title>
|
||||
<link rel="help" href="https://crbug.com/1109565">
|
||||
<link rel="author" href="kojii@chromium.org">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<span style='opacity: 0.5'>
|
||||
<div style="float: right">X</div>
|
||||
</span>
|
||||
<img title="ABC">
|
||||
<script>
|
||||
test(() => {}, "Pass if not crashes");
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue