Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444

This commit is contained in:
Josh Matthews 2017-04-17 12:06:02 +10:00 committed by Anthony Ramine
parent 25e8bf69e6
commit 665817d2a6
35333 changed files with 1818077 additions and 16036 deletions

View file

@ -149,11 +149,6 @@ var browserTests = [
"<p id=\"abc\">foo</p><hr>{}<p>baz</p>",
[true,true],
{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
["<h1>foo[bar]baz</h1>",
[["inserthorizontalrule",""]],
"<h1>foo</h1><hr>{}<h1>baz</h1>",
[true],
{"inserthorizontalrule":[false,false,"",false,false,""]}],
["<p>foo<b>b[a]r</b>baz</p>",
[["stylewithcss","true"],["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
"<p>foo<b>b</b></p><hr>{}<p><b>r</b>baz</p>",
@ -374,16 +369,6 @@ var browserTests = [
"<ol><li>foo<hr>{}baz</li></ol>",
[true],
{"inserthorizontalrule":[false,false,"",false,false,""]}],
["<p>foo[bar]baz</p>",
[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
"<p>foo</p><hr>{}<p>baz</p>",
[true,true],
{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
["<p>foo[bar]baz</p>",
[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
"<p>foo</p><hr>{}<p>baz</p>",
[true,true],
{"defaultparagraphseparator":[false,false,"div",false,false,"p"],"inserthorizontalrule":[false,false,"",false,false,""]}],
["<pre>foo[bar]baz</pre>",
[["inserthorizontalrule",""]],
"<pre>foo</pre><hr>{}<pre>baz</pre>",