Update web-platform-tests to revision d3cf77a7b8c20c678b725238eaa8a72eca3787ae

This commit is contained in:
WPT Sync Bot 2019-04-25 22:18:37 -04:00
parent 880f3b8b7a
commit efca990ffe
541 changed files with 8000 additions and 2276 deletions

View file

@ -75,6 +75,26 @@ var browserTests = [
"[foobarbaz]",
[true,true],
{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
["[foo<span style=\"display: none\">bar</span>baz]",
[["stylewithcss","true"],["removeformat",""]],
"[foobarbaz]",
[true,true],
{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
["[foo<span style=\"display: none\">bar</span>baz]",
[["stylewithcss","false"],["removeformat",""]],
"[foobarbaz]",
[true,true],
{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
["[foo<span style=\"display: none; font-weight: bold\">bar</span>baz]",
[["stylewithcss","true"],["removeformat",""]],
"[foobarbaz]",
[true,true],
{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
["[foo<span style=\"display: none; font-weight: bold\">bar</span>baz]",
[["stylewithcss","false"],["removeformat",""]],
"[foobarbaz]",
[true,true],
{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
["foo<span style=\"font-weight: bold\">b[a]r</span>baz",
[["stylewithcss","true"],["removeformat",""]],
"foo<span style=\"font-weight:bold\">b</span>[a]<span style=\"font-weight:bold\">r</span>baz",
@ -85,6 +105,26 @@ var browserTests = [
"foo<span style=\"font-weight:bold\">b</span>[a]<span style=\"font-weight:bold\">r</span>baz",
[true,true],
{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
["foo<span style=\"display: none\">b[a]r</span>baz",
[["stylewithcss","true"],["removeformat",""]],
"foo<span style=\"display:none\">b</span>[a]<span style=\"display:none\">r</span>baz",
[true,true],
{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
["foo<span style=\"display: none\">b[a]r</span>baz",
[["stylewithcss","false"],["removeformat",""]],
"foo<span style=\"display:none\">b</span>[a]<span style=\"display:none\">r</span>baz",
[true,true],
{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
["foo<span style=\"display: none; font-weight: bold\">b[a]r</span>baz",
[["stylewithcss","true"],["removeformat",""]],
"foo<span style=\"display:none; font-weight:bold\">b</span>[a]<span style=\"display:none; font-weight:bold\">r</span>baz",
[true,true],
{"stylewithcss":[false,false,"",false,true,""],"removeformat":[false,false,"",false,false,""]}],
["foo<span style=\"display: none; font-weight: bold\">b[a]r</span>baz",
[["stylewithcss","false"],["removeformat",""]],
"foo<span style=\"display:none; font-weight:bold\">b</span>[a]<span style=\"display:none; font-weight:bold\">r</span>baz",
[true,true],
{"stylewithcss":[false,true,"",false,false,""],"removeformat":[false,false,"",false,false,""]}],
["[foo<span style=\"font-variant: small-caps\">bar</span>baz]",
[["stylewithcss","true"],["removeformat",""]],
"[foobarbaz]",