diff --git a/editor/libeditor/HTMLEditSubActionHandler.cpp b/editor/libeditor/HTMLEditSubActionHandler.cpp index ae9d3105996be..dbcdb30b8c474 100644 --- a/editor/libeditor/HTMLEditSubActionHandler.cpp +++ b/editor/libeditor/HTMLEditSubActionHandler.cpp @@ -1871,8 +1871,9 @@ HTMLEditor::InsertParagraphSeparatorAsSubAction(const Element& aEditingHost) { return aDefaultParagraphSeparator == ParagraphSeparator::br || !HTMLEditUtils::CanElementContainParagraph( *aEditableBlockElement) || - HTMLEditUtils::ShouldInsertLinefeedCharacter( - aCandidatePointToSplit, aEditingHost); + (HTMLEditUtils::ShouldInsertLinefeedCharacter( + aCandidatePointToSplit, aEditingHost) && + HTMLEditUtils::IsDisplayOutsideInline(aEditingHost)); } // If the nearest block parent is a single-line container declared in diff --git a/editor/libeditor/HTMLEditUtils.cpp b/editor/libeditor/HTMLEditUtils.cpp index 89dbf52d422f1..8fac3e757b356 100644 --- a/editor/libeditor/HTMLEditUtils.cpp +++ b/editor/libeditor/HTMLEditUtils.cpp @@ -1041,11 +1041,9 @@ bool HTMLEditUtils::ShouldInsertLinefeedCharacter( BlockInlineCheck::UseComputedDisplayOutsideStyle); // If and only if the nearest block is the editing host or its parent, - // and the outer display value of the editing host is inline, and new - // line character is preformatted, we should insert a linefeed. + // and new line character is preformatted, we should insert a linefeed. return (!closestEditableBlockElement || closestEditableBlockElement == &aEditingHost) && - HTMLEditUtils::IsDisplayOutsideInline(aEditingHost) && EditorUtils::IsNewLinePreformatted( *aPointToInsert.ContainerAs()); } diff --git a/testing/web-platform/meta/editing/other/insertlinebreak-with-white-space-style.tentative.html.ini b/testing/web-platform/meta/editing/other/insertlinebreak-with-white-space-style.tentative.html.ini index cb4e7c2113f29..3ff57cd9e30ec 100644 --- a/testing/web-platform/meta/editing/other/insertlinebreak-with-white-space-style.tentative.html.ini +++ b/testing/web-platform/meta/editing/other/insertlinebreak-with-white-space-style.tentative.html.ini @@ -1,21 +1,9 @@ [insertlinebreak-with-white-space-style.tentative.html?pre-wrap] expected: if (os == "android") and fission: [OK, TIMEOUT] - [
abc[\]
(defaultparagraphseparator: div)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: div)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: div)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: div) (preserving temporary inline style test)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: div) (preserving inline style test)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: div)] expected: FAIL @@ -91,15 +79,6 @@ [
a[\]bc
(defaultparagraphseparator: div)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: div)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: div)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: div)] - expected: FAIL - [

abc[\]

(defaultparagraphseparator: div)] expected: FAIL @@ -118,15 +97,6 @@ [

a[\]bc

(defaultparagraphseparator: div)] expected: FAIL - [

abc[\]

(defaultparagraphseparator: div)] - expected: FAIL - - [

[\]abc

(defaultparagraphseparator: div)] - expected: FAIL - - [

a[\]bc

(defaultparagraphseparator: div)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: div) (preserving temporary inline style test)] expected: FAIL @@ -148,15 +118,6 @@ [
a[\]bc
(defaultparagraphseparator: div)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: div)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: div)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: div)] - expected: FAIL - [

abc[\]

(defaultparagraphseparator: div)] expected: FAIL @@ -175,30 +136,9 @@ [

a[\]bc

(defaultparagraphseparator: div)] expected: FAIL - [

abc[\]

(defaultparagraphseparator: div)] - expected: FAIL - - [

[\]abc

(defaultparagraphseparator: div)] - expected: FAIL - - [

a[\]bc

(defaultparagraphseparator: div)] - expected: FAIL - - [
abc[\]
(defaultparagraphseparator: p)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: p)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: p)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: p) (preserving temporary inline style test)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: p) (preserving inline style test)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: p)] expected: FAIL @@ -274,15 +214,6 @@ [
a[\]bc
(defaultparagraphseparator: p)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: p)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: p)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: p)] - expected: FAIL - [

abc[\]

(defaultparagraphseparator: p)] expected: FAIL @@ -301,15 +232,6 @@ [

a[\]bc

(defaultparagraphseparator: p)] expected: FAIL - [

abc[\]

(defaultparagraphseparator: p)] - expected: FAIL - - [

[\]abc

(defaultparagraphseparator: p)] - expected: FAIL - - [

a[\]bc

(defaultparagraphseparator: p)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: p) (preserving temporary inline style test)] expected: FAIL @@ -331,15 +253,6 @@ [
a[\]bc
(defaultparagraphseparator: p)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: p)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: p)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: p)] - expected: FAIL - [

abc[\]

(defaultparagraphseparator: p)] expected: FAIL @@ -358,34 +271,109 @@ [

a[\]bc

(defaultparagraphseparator: p)] expected: FAIL + [
abc[\]
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]bc
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

abc[\]

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

[\]abc

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]bc

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
abc[\]
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]bc
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

abc[\]

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

[\]abc

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]bc

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
abc[\]
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]bc
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [

abc[\]

(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [

[\]abc

(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]bc

(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
abc[\]
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]bc
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + [

abc[\]

(defaultparagraphseparator: p)] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [

[\]abc

(defaultparagraphseparator: p)] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [

a[\]bc

(defaultparagraphseparator: p)] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [insertlinebreak-with-white-space-style.tentative.html?pre] expected: if (os == "android") and fission: [OK, TIMEOUT] - [
abc[\]
(defaultparagraphseparator: div)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: div)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: div)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: div) (preserving temporary inline style test)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: div) (preserving inline style test)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: div)] expected: FAIL @@ -461,15 +449,6 @@ [
a[\]bc
(defaultparagraphseparator: div)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: div)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: div)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: div)] - expected: FAIL - [

abc[\]

(defaultparagraphseparator: div)] expected: FAIL @@ -488,15 +467,6 @@ [

a[\]bc

(defaultparagraphseparator: div)] expected: FAIL - [

abc[\]

(defaultparagraphseparator: div)] - expected: FAIL - - [

[\]abc

(defaultparagraphseparator: div)] - expected: FAIL - - [

a[\]bc

(defaultparagraphseparator: div)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: div) (preserving temporary inline style test)] expected: FAIL @@ -518,15 +488,6 @@ [
a[\]bc
(defaultparagraphseparator: div)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: div)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: div)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: div)] - expected: FAIL - [

abc[\]

(defaultparagraphseparator: div)] expected: FAIL @@ -545,30 +506,9 @@ [

a[\]bc

(defaultparagraphseparator: div)] expected: FAIL - [

abc[\]

(defaultparagraphseparator: div)] - expected: FAIL - - [

[\]abc

(defaultparagraphseparator: div)] - expected: FAIL - - [

a[\]bc

(defaultparagraphseparator: div)] - expected: FAIL - - [
abc[\]
(defaultparagraphseparator: p)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: p)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: p)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: p) (preserving temporary inline style test)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: p) (preserving inline style test)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: p)] expected: FAIL @@ -644,15 +584,6 @@ [
a[\]bc
(defaultparagraphseparator: p)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: p)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: p)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: p)] - expected: FAIL - [

abc[\]

(defaultparagraphseparator: p)] expected: FAIL @@ -671,15 +602,6 @@ [

a[\]bc

(defaultparagraphseparator: p)] expected: FAIL - [

abc[\]

(defaultparagraphseparator: p)] - expected: FAIL - - [

[\]abc

(defaultparagraphseparator: p)] - expected: FAIL - - [

a[\]bc

(defaultparagraphseparator: p)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: p) (preserving temporary inline style test)] expected: FAIL @@ -701,15 +623,6 @@ [
a[\]bc
(defaultparagraphseparator: p)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: p)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: p)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: p)] - expected: FAIL - [

abc[\]

(defaultparagraphseparator: p)] expected: FAIL @@ -728,34 +641,112 @@ [

a[\]bc

(defaultparagraphseparator: p)] expected: FAIL - [

abc[\]

(defaultparagraphseparator: p)] + [
abc[\]
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]bc
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

abc[\]

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

[\]abc

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]bc

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
abc[\]
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]bc
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

abc[\]

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

[\]abc

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]bc

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
abc[\]
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]bc
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [

abc[\]

(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [

[\]abc

(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]bc

(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
abc[\]
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: p)] expected: FAIL + [
a[\]bc
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [

abc[\]

(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + [

[\]abc

(defaultparagraphseparator: p)] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [

a[\]bc

(defaultparagraphseparator: p)] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL [insertlinebreak-with-white-space-style.tentative.html?pre-line] expected: if (os == "android") and fission: [OK, TIMEOUT] - [
abc[\]
(defaultparagraphseparator: div)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: div)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: div)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: div) (preserving temporary inline style test)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: div) (preserving inline style test)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: div)] expected: FAIL @@ -831,15 +822,6 @@ [
a[\]bc
(defaultparagraphseparator: div)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: div)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: div)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: div)] - expected: FAIL - [

abc[\]

(defaultparagraphseparator: div)] expected: FAIL @@ -858,15 +840,6 @@ [

a[\]bc

(defaultparagraphseparator: div)] expected: FAIL - [

abc[\]

(defaultparagraphseparator: div)] - expected: FAIL - - [

[\]abc

(defaultparagraphseparator: div)] - expected: FAIL - - [

a[\]bc

(defaultparagraphseparator: div)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: div) (preserving temporary inline style test)] expected: FAIL @@ -888,15 +861,6 @@ [
a[\]bc
(defaultparagraphseparator: div)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: div)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: div)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: div)] - expected: FAIL - [

abc[\]

(defaultparagraphseparator: div)] expected: FAIL @@ -915,30 +879,9 @@ [

a[\]bc

(defaultparagraphseparator: div)] expected: FAIL - [

abc[\]

(defaultparagraphseparator: div)] - expected: FAIL - - [

[\]abc

(defaultparagraphseparator: div)] - expected: FAIL - - [

a[\]bc

(defaultparagraphseparator: div)] - expected: FAIL - - [
abc[\]
(defaultparagraphseparator: p)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: p)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: p)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: p) (preserving temporary inline style test)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: p) (preserving inline style test)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: p)] expected: FAIL @@ -1014,15 +957,6 @@ [
a[\]bc
(defaultparagraphseparator: p)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: p)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: p)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: p)] - expected: FAIL - [

abc[\]

(defaultparagraphseparator: p)] expected: FAIL @@ -1041,15 +975,6 @@ [

a[\]bc

(defaultparagraphseparator: p)] expected: FAIL - [

abc[\]

(defaultparagraphseparator: p)] - expected: FAIL - - [

[\]abc

(defaultparagraphseparator: p)] - expected: FAIL - - [

a[\]bc

(defaultparagraphseparator: p)] - expected: FAIL - [
abc[\]
(defaultparagraphseparator: p) (preserving temporary inline style test)] expected: FAIL @@ -1071,15 +996,6 @@ [
a[\]bc
(defaultparagraphseparator: p)] expected: FAIL - [
abc[\]
(defaultparagraphseparator: p)] - expected: FAIL - - [
[\]abc
(defaultparagraphseparator: p)] - expected: FAIL - - [
a[\]bc
(defaultparagraphseparator: p)] - expected: FAIL - [

abc[\]

(defaultparagraphseparator: p)] expected: FAIL @@ -1098,14 +1014,101 @@ [

a[\]bc

(defaultparagraphseparator: p)] expected: FAIL + [
abc[\]
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]bc
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

abc[\]

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

[\]abc

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]bc

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
abc[\]
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]bc
(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

abc[\]

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

[\]abc

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]bc

(defaultparagraphseparator: div)] + expected: + if not early_beta_or_earlier: FAIL + + [
abc[\]
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]bc
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [

abc[\]

(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [

[\]abc

(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]bc

(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
abc[\]
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
[\]abc
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]bc
(defaultparagraphseparator: p)] + expected: + if not early_beta_or_earlier: FAIL + [

abc[\]

(defaultparagraphseparator: p)] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [

[\]abc

(defaultparagraphseparator: p)] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [

a[\]bc

(defaultparagraphseparator: p)] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [insertlinebreak-with-white-space-style.tentative.html?nowrap] diff --git a/testing/web-platform/meta/editing/other/insertparagraph-in-editing-host-cannot-have-div.tentative.html.ini b/testing/web-platform/meta/editing/other/insertparagraph-in-editing-host-cannot-have-div.tentative.html.ini index bf2e64c16afa4..b638648abd61c 100644 --- a/testing/web-platform/meta/editing/other/insertparagraph-in-editing-host-cannot-have-div.tentative.html.ini +++ b/testing/web-platform/meta/editing/other/insertparagraph-in-editing-host-cannot-have-div.tentative.html.ini @@ -25,6 +25,18 @@ [
a[\]b
] expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre-wrap&display=inline&command=insertText] [a[\]b] @@ -121,6 +133,22 @@ [

a[\]b

] expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre-line&display=block&command=insertText] [a[\]b] @@ -146,22 +174,46 @@ [a[\]b] expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL -[insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre&display=block&command=insertParagraph] - [a[\]b] - expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + +[insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre&display=block&command=insertParagraph] [a[\]b] expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + [
a[\]b
] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [
a[\]b
] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL - [a[\]b] - expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=normal&display=block&command=insertText] @@ -176,20 +228,28 @@ [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre-line&display=block&command=insertParagraph] - [a[\]b] - expected: FAIL - [a[\]b] expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + [
a[\]b
] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [
a[\]b
] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL - [a[\]b] - expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre&display=inline&command=insertText] @@ -227,6 +287,22 @@ [a[\]b] expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=p&white-space=pre-line&display=block&command=insertText] [

a[\]b

] @@ -295,6 +371,18 @@ [

a[\]b

] expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=p&white-space=normal&display=block&command=insertParagraph] [

a[\]b

] @@ -303,11 +391,39 @@ [

a[\]b

] expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre-wrap&display=inline&command=insertParagraph] [a[\]b] expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=normal&display=inline&command=insertParagraph] [a[\]b] @@ -316,6 +432,18 @@ [
a[\]b
] expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=normal&display=block&command=insertParagraph] [a[\]b] @@ -324,6 +452,18 @@ [
a[\]b
] expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=p&white-space=pre-wrap&display=block&command=insertText] [

a[\]b

] @@ -349,6 +489,22 @@ [a[\]b] expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre-line&display=inline-block&command=insertText] [a[\]b] @@ -374,27 +530,67 @@ [

a[\]b

] expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre&display=inline-block&command=insertParagraph] [a[\]b] expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL -[insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre-wrap&display=block&command=insertParagraph] - [a[\]b] - expected: FAIL +[insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre-wrap&display=block&command=insertParagraph] [a[\]b] expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + [
a[\]b
] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [
a[\]b
] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL - [a[\]b] - expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=p&white-space=pre&display=block&command=insertText] @@ -421,6 +617,22 @@ [

a[\]b

] expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre&display=inline-block&command=insertText] [a[\]b] @@ -446,6 +658,22 @@ [

a[\]b

] expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=p&white-space=normal&display=inline&command=insertText] [

a[\]b

] @@ -462,6 +690,22 @@ [

a[\]b

] expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=pre-line&display=inline&command=insertText] [a[\]b] @@ -521,27 +765,63 @@ [

a[\]b

] expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=p&white-space=pre-wrap&display=inline&command=insertParagraph] [

a[\]b

] expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL -[insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=p&white-space=pre-wrap&display=block&command=insertParagraph] - [

a[\]b

] - expected: FAIL +[insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=p&white-space=pre-wrap&display=block&command=insertParagraph] [

a[\]b

] expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + [

a[\]b

] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [

a[\]b

] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL - [

a[\]b

] - expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=p&white-space=pre-wrap&display=inline-block&command=insertText] @@ -568,22 +848,46 @@ [a[\]b] expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL -[insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=p&white-space=pre-line&display=block&command=insertParagraph] - [

a[\]b

] - expected: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + [
a[\]b
] + expected: + if not early_beta_or_earlier: FAIL + + +[insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=p&white-space=pre-line&display=block&command=insertParagraph] [

a[\]b

] expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + [

a[\]b

] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [

a[\]b

] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL - [

a[\]b

] - expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=span&white-space=normal&display=inline-block&command=insertText] @@ -618,17 +922,25 @@ [insertparagraph-in-editing-host-cannot-have-div.tentative.html?host=p&white-space=pre&display=block&command=insertParagraph] - [

a[\]b

] - expected: FAIL - [

a[\]b

] expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + [

a[\]b

] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL [

a[\]b

] - expected: FAIL + expected: + if not early_beta_or_earlier: FAIL - [

a[\]b

] - expected: FAIL + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL + + [

a[\]b

] + expected: + if not early_beta_or_earlier: FAIL \ No newline at end of file diff --git a/testing/web-platform/meta/editing/other/insertparagraph-in-inline-editing-host.tentative.html.ini b/testing/web-platform/meta/editing/other/insertparagraph-in-inline-editing-host.tentative.html.ini deleted file mode 100644 index 58513e38452bd..0000000000000 --- a/testing/web-platform/meta/editing/other/insertparagraph-in-inline-editing-host.tentative.html.ini +++ /dev/null @@ -1,1063 +0,0 @@ -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-line&display=table-cell&method=enter] - [insertParagraph in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=normal&display=block&method=enter] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-line&display=inline&method=shift-enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre&display=list-item&method=shift-enter] - [insertLineBreak in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre&display=block&method=shift-enter] - [insertLineBreak in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre&display=block&method=enter] - [insertParagraph in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-line&display=list-item&method=shift-enter] - [insertLineBreak in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-line&display=inline&method=enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=normal&display=inline-block&method=shift-enter] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-wrap&display=list-item&method=enter] - [insertParagraph in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-wrap&display=block&method=enter] - [insertParagraph in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre&display=inline&method=enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre&display=inline-block&method=enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-line&display=block&method=enter] - [insertParagraph in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=normal&display=inline&method=enter] - expected: - if (os == "android") and fission: [TIMEOUT, OK] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=normal&display=list-item&method=enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=normal&display=inline-block&method=enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=normal&display=inline&method=shift-enter] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-line&display=list-item&method=enter] - [insertParagraph in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre&display=inline-block&method=shift-enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-wrap&display=inline-block&method=shift-enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre&display=list-item&method=enter] - [insertParagraph in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=normal&display=list-item&method=shift-enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-wrap&display=inline-block&method=enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre&display=table-cell&method=shift-enter] - [insertLineBreak in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-wrap&display=inline&method=shift-enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-line&display=inline-block&method=enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-wrap&display=table-cell&method=enter] - [insertParagraph in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-wrap&display=block&method=shift-enter] - [insertLineBreak in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre&display=table-cell&method=enter] - [insertParagraph in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertParagraph in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertParagraph in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=normal&display=table-cell&method=shift-enter] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=normal&display=block&method=shift-enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=normal&display=table-cell&method=enter] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-line&display=block&method=shift-enter] - [insertLineBreak in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-wrap&display=inline&method=enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-wrap&display=list-item&method=shift-enter] - [insertLineBreak in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-wrap&display=table-cell&method=shift-enter] - [insertLineBreak in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-line&display=inline-block&method=shift-enter] - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre-line&display=table-cell&method=shift-enter] - [insertLineBreak in {} (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=div)] - expected: FAIL - - [insertLineBreak in {} (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by a
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {} followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in {}
(defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in [\]abcd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in ab[\]cd (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by a
element (defaultParagraphSeparator=p)] - expected: FAIL - - [insertLineBreak in abcd[\] followed by text (defaultParagraphSeparator=p)] - expected: FAIL - - -[insertparagraph-in-inline-editing-host.tentative.html?white-space=pre&display=inline&method=shift-enter]