mirror of
https://github.com/servo/servo.git
synced 2025-09-10 06:58:21 +01:00
Update web-platform-tests to revision 60220357131c65146444da1f54624d5b54d0975d
This commit is contained in:
parent
c45192614c
commit
775b784f79
2144 changed files with 58115 additions and 29658 deletions
|
@ -1,4 +1,10 @@
|
|||
spec: https://html.spec.whatwg.org/multipage/
|
||||
suggested_reviewers:
|
||||
- annevk
|
||||
- domenic
|
||||
- foolip
|
||||
- jdm
|
||||
- jgraham
|
||||
- sideshowbarker
|
||||
- zcorpan
|
||||
- zqzhang
|
||||
|
|
|
@ -56,6 +56,7 @@ testText("<div><span>abc </span><span style='white-space:pre'></span> def", "abc
|
|||
/**** Soft line breaks ****/
|
||||
|
||||
testText("<div style='width:0'>abc def", "abc def", "Soft line breaks ignored");
|
||||
testText("<div style='width:0'><span>abc</span> <span>def</span>", "abc def", "Whitespace text node preserved");
|
||||
|
||||
/**** first-line/first-letter ****/
|
||||
|
||||
|
|
|
@ -21,5 +21,5 @@ window.onload = function() {
|
|||
|
||||
<div draggable="true"></div>
|
||||
<p><iframe height="300" width="500"></iframe></p>
|
||||
<script>document.getElementsByTagName("iframe")[0].src = crossOriginUrl("www", "001-1.html");
|
||||
<script>document.getElementsByTagName("iframe")[0].src = crossOriginUrl("www", "001-1.html");</script>
|
||||
<noscript><p>Enable JavaScript and reload</p></noscript>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue