Update web-platform-tests to revision 60220357131c65146444da1f54624d5b54d0975d

This commit is contained in:
WPT Sync Bot 2018-07-18 15:43:58 +00:00 committed by Tom Servo
parent c45192614c
commit 775b784f79
2144 changed files with 58115 additions and 29658 deletions

View file

@ -1,4 +1,10 @@
spec: https://html.spec.whatwg.org/multipage/
suggested_reviewers:
- annevk
- domenic
- foolip
- jdm
- jgraham
- sideshowbarker
- zcorpan
- zqzhang

View file

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

View file

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