Update web-platform-tests to revision 89aa3f42131cce5a77268ddaeb2fab8a2e29c2a6

This commit is contained in:
WPT Sync Bot 2019-11-17 10:33:25 +00:00
parent 39963266ae
commit ea00d34098
392 changed files with 5974 additions and 7614 deletions

View file

@ -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>

View file

@ -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>