mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Update web-platform-tests to revision dc5cbf088edcdb266541d4e5a76149a2c6e716a0
This commit is contained in:
@@ -73,7 +73,7 @@ var browserTests = [
|
||||
[["defaultparagraphseparator","div"],["delete",""]],
|
||||
"<p>foo{}bar</p>",
|
||||
[true,true],
|
||||
{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"delete":[false,false,"",false,false,""]}],
|
||||
{"defaultparagraphseparator":[false,false,"div",false,false,"div"],"delete":[false,false,"",false,false,""]}],
|
||||
["<p>foo</p><p>[]bar</p>",
|
||||
[["defaultparagraphseparator","p"],["delete",""]],
|
||||
"<p>foo{}bar</p>",
|
||||
|
||||
@@ -3,7 +3,7 @@ var browserTests = [
|
||||
[["defaultparagraphseparator","div"],["formatblock","<div>"]],
|
||||
"<div>foo[]bar</div><p>extra</p>",
|
||||
[true,true],
|
||||
{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
|
||||
{"defaultparagraphseparator":[false,false,"div",false,false,"div"],"formatblock":[false,false,"",false,false,"div"]}],
|
||||
["foo[]bar<p>extra",
|
||||
[["defaultparagraphseparator","p"],["formatblock","<div>"]],
|
||||
"<div>foo[]bar</div><p>extra</p>",
|
||||
|
||||
@@ -88,7 +88,7 @@ var browserTests = [
|
||||
[["defaultparagraphseparator","div"],["forwarddelete",""]],
|
||||
"<p>foo{}bar</p>",
|
||||
[true,true],
|
||||
{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
|
||||
{"defaultparagraphseparator":[false,false,"div",false,false,"div"],"forwarddelete":[false,false,"",false,false,""]}],
|
||||
["<p>foo[]</p><p>bar</p>",
|
||||
[["defaultparagraphseparator","p"],["forwarddelete",""]],
|
||||
"<p>foo{}bar</p>",
|
||||
|
||||
@@ -103,7 +103,7 @@ var browserTests = [
|
||||
[["defaultparagraphseparator","div"],["inserthorizontalrule",""]],
|
||||
"<p>foo</p><hr>{}<p>baz</p>",
|
||||
[true,true],
|
||||
{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
|
||||
{"defaultparagraphseparator":[false,false,"div",false,false,"div"],"inserthorizontalrule":[false,false,"",false,false,""]}],
|
||||
["<p>foo<p>[bar]<p>baz",
|
||||
[["defaultparagraphseparator","p"],["inserthorizontalrule",""]],
|
||||
"<p>foo</p><hr>{}<p>baz</p>",
|
||||
|
||||
@@ -138,7 +138,7 @@ var browserTests = [
|
||||
[["defaultparagraphseparator","div"],["inserthtml","<p>abc"]],
|
||||
"<p>foo</p><p>abc</p>{}<p>baz</p>",
|
||||
[true,true],
|
||||
{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
|
||||
{"defaultparagraphseparator":[false,false,"div",false,false,"div"],"inserthtml":[false,false,"",false,false,""]}],
|
||||
["<p>foo[bar]baz",
|
||||
[["defaultparagraphseparator","p"],["inserthtml","<p>abc"]],
|
||||
"<p>foo</p><p>abc</p>{}<p>baz</p>",
|
||||
|
||||
@@ -128,7 +128,7 @@ var browserTests = [
|
||||
[["defaultparagraphseparator","div"],["insertimage","/img/lion.svg"]],
|
||||
"<p>foo</p><img src=\"/img/lion.svg\">{}<p>baz</p>",
|
||||
[true,true],
|
||||
{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
|
||||
{"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertimage":[false,false,"",false,false,""]}],
|
||||
["<p>foo</p>{<p>bar</p>}<p>baz</p>",
|
||||
[["defaultparagraphseparator","p"],["insertimage","/img/lion.svg"]],
|
||||
"<p>foo</p><img src=\"/img/lion.svg\">{}<p>baz</p>",
|
||||
|
||||
@@ -333,7 +333,7 @@ var browserTests = [
|
||||
[["defaultparagraphseparator","div"],["insertlinebreak",""]],
|
||||
"<h1>foo<br>{}quz</h1>",
|
||||
[true,true],
|
||||
{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertlinebreak":[false,false,"",false,false,""]}],
|
||||
{"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertlinebreak":[false,false,"",false,false,""]}],
|
||||
["<h1>foo[bar</h1><p>baz]quz</p>",
|
||||
[["defaultparagraphseparator","p"],["insertlinebreak",""]],
|
||||
"<h1>foo<br>{}quz</h1>",
|
||||
|
||||
@@ -73,7 +73,7 @@ var browserTests = [
|
||||
[["defaultparagraphseparator","div"],["insertorderedlist",""]],
|
||||
"<p>foo</p><ol><li>[bar]</li></ol><p>baz</p>",
|
||||
[true,true],
|
||||
{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
|
||||
{"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertorderedlist":[false,false,"",false,true,""]}],
|
||||
["<p>foo<p>[bar]<p>baz",
|
||||
[["defaultparagraphseparator","p"],["insertorderedlist",""]],
|
||||
"<p>foo</p><ol><li>[bar]</li></ol><p>baz</p>",
|
||||
|
||||
@@ -3,7 +3,7 @@ var browserTests = [
|
||||
[["defaultparagraphseparator","div"],["insertparagraph",""]],
|
||||
"<div>foo</div><div>{}baz</div>",
|
||||
[true,true],
|
||||
{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
|
||||
{"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertparagraph":[false,false,"",false,false,""]}],
|
||||
["foo[bar]baz",
|
||||
[["defaultparagraphseparator","p"],["insertparagraph",""]],
|
||||
"<p>foo</p><p>{}baz</p>",
|
||||
|
||||
@@ -23,7 +23,7 @@ var browserTests = [
|
||||
[["defaultparagraphseparator","div"],["inserttext","\n"]],
|
||||
"<div>foo</div><div>{}bar</div>",
|
||||
[true,true],
|
||||
{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
|
||||
{"defaultparagraphseparator":[false,false,"div",false,false,"div"],"inserttext":[false,false,"",false,false,""]}],
|
||||
["foo[]bar",
|
||||
[["defaultparagraphseparator","p"],["inserttext","\n"]],
|
||||
"<p>foo</p><p>{}bar</p>",
|
||||
|
||||
@@ -73,7 +73,7 @@ var browserTests = [
|
||||
[["defaultparagraphseparator","div"],["insertunorderedlist",""]],
|
||||
"<p>foo</p><ul><li>[bar]</li></ul><p>baz</p>",
|
||||
[true,true],
|
||||
{"defaultparagraphseparator":[false,false,"p",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
|
||||
{"defaultparagraphseparator":[false,false,"div",false,false,"div"],"insertunorderedlist":[false,false,"",false,true,""]}],
|
||||
["<p>foo<p>[bar]<p>baz",
|
||||
[["defaultparagraphseparator","p"],["insertunorderedlist",""]],
|
||||
"<p>foo</p><ul><li>[bar]</li></ul><p>baz</p>",
|
||||
|
||||
@@ -3,7 +3,7 @@ var browserTests = [
|
||||
[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifycenter",""]],
|
||||
"<div style=\"text-align:center\">foo[]bar</div><p>extra</p>",
|
||||
[true,true,true],
|
||||
{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
|
||||
{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifycenter":[false,false,"left",false,true,"center"]}],
|
||||
["foo[]bar<p>extra",
|
||||
[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifycenter",""]],
|
||||
"<div style=\"text-align:center\">foo[]bar</div><p>extra</p>",
|
||||
|
||||
@@ -3,7 +3,7 @@ var browserTests = [
|
||||
[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyfull",""]],
|
||||
"<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>",
|
||||
[true,true,true],
|
||||
{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
|
||||
{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyfull":[false,false,"left",false,true,"justify"]}],
|
||||
["foo[]bar<p>extra",
|
||||
[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyfull",""]],
|
||||
"<div style=\"text-align:justify\">foo[]bar</div><p>extra</p>",
|
||||
|
||||
@@ -53,7 +53,7 @@ var browserTests = [
|
||||
[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyleft",""]],
|
||||
"<center><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
|
||||
[true,true,true],
|
||||
{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
|
||||
{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyleft":[false,false,"center",false,true,"left"]}],
|
||||
["<center><p>[foo]<p>bar</center><p>extra",
|
||||
[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyleft",""]],
|
||||
"<center><div style=\"text-align:left\"><p>[foo]</p></div><p>bar</p></center><p>extra</p>",
|
||||
|
||||
@@ -3,7 +3,7 @@ var browserTests = [
|
||||
[["stylewithcss","true"],["defaultparagraphseparator","div"],["justifyright",""]],
|
||||
"<div style=\"text-align:right\">foo[]bar</div><p>extra</p>",
|
||||
[true,true,true],
|
||||
{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
|
||||
{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"justifyright":[false,false,"left",false,true,"right"]}],
|
||||
["foo[]bar<p>extra",
|
||||
[["stylewithcss","false"],["defaultparagraphseparator","div"],["justifyright",""]],
|
||||
"<div style=\"text-align:right\">foo[]bar</div><p>extra</p>",
|
||||
|
||||
@@ -3,7 +3,7 @@ var browserTests = [
|
||||
[["defaultparagraphseparator",""]],
|
||||
"foo[bar]baz",
|
||||
[false],
|
||||
{"defaultparagraphseparator":[false,false,"p",false,false,"div"]}],
|
||||
{"defaultparagraphseparator":[false,false,"div",false,false,"div"]}],
|
||||
["foo[bar]baz",
|
||||
[["defaultparagraphseparator","div"]],
|
||||
"foo[bar]baz",
|
||||
|
||||
@@ -83,7 +83,7 @@ var browserTests = [
|
||||
[["stylewithcss","true"],["defaultparagraphseparator","div"],["outdent",""]],
|
||||
"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div><p>extra</p>",
|
||||
[true,true,true],
|
||||
{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"p",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
|
||||
{"stylewithcss":[false,false,"",false,true,""],"defaultparagraphseparator":[false,false,"div",false,false,"div"],"outdent":[false,false,"",false,false,""]}],
|
||||
["<blockquote class=\"webkit-indent-blockquote\" style=\"margin: 0 0 0 40px; border: none; padding: 0px;\"><p>foo[bar]</p><p>baz</p></blockquote><p>extra",
|
||||
[["stylewithcss","false"],["defaultparagraphseparator","div"],["outdent",""]],
|
||||
"<div class=\"webkit-indent-blockquote\"><p>foo[bar]</p><blockquote><p>baz</p></blockquote></div><p>extra</p>",
|
||||
|
||||
Reference in New Issue
Block a user