mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision 89aa3f42131cce5a77268ddaeb2fab8a2e29c2a6
This commit is contained in:
parent
39963266ae
commit
ea00d34098
392 changed files with 5974 additions and 7614 deletions
|
@ -5,5 +5,5 @@
|
|||
.testdiv { font-family: monospace; width: 6.1ch; padding: 1px; margin: 10px; border: 1px solid silver; }
|
||||
</style>
|
||||
<div>Test passes if the two boxes are the same.</div>
|
||||
<div class="testdiv">aaaabb<br>bbbbbb<br>bbbccccc</div>
|
||||
<div class="testdiv">aaaabb<br>bbbbbb<br>bbbccccc</div>
|
||||
<div class="testdiv">aaaabb<br>bbbbbb<br>bbb<br>ccccc</div>
|
||||
<div class="testdiv">aaaabb<br>bbbbbb<br>bbb<br>ccccc</div>
|
||||
|
|
|
@ -11,4 +11,10 @@
|
|||
</style>
|
||||
<div>Test passes if the two boxes are the same.</div>
|
||||
<div class="testdiv">aaaa<span class="test">bbbbbbbbbbb</span>ccccc</div>
|
||||
<div class="testdiv">aaaabb<br>bbbbbb<br>bbbccccc</div>
|
||||
<!--
|
||||
Some browsers may decide to break before the last 'b', which is still conformant from the spec
|
||||
perspective. However, this test would fail in that case. Current spec states that behavior is
|
||||
undefined in the boundaries of the inline-box. See https://github.com/web-platform-tests/wpt/issues/19903
|
||||
and https://github.com/w3c/csswg-drafts/issues/3897 for details.
|
||||
-->
|
||||
<div class="testdiv">aaaabb<br>bbbbbb<br>bbb<br>ccccc</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue