mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision d3cf77a7b8c20c678b725238eaa8a72eca3787ae
This commit is contained in:
parent
880f3b8b7a
commit
efca990ffe
541 changed files with 8000 additions and 2276 deletions
|
@ -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]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue