diff options
5 files changed, 50 insertions, 4 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt new file mode 100644 index 0000000..e7c0f63 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt @@ -0,0 +1,12 @@ +CONSOLE MESSAGE: line 18: SUCCESS: pasting singleNestedNodeToCopy DID NOT keep the newline within the blockquote. +This tests pasting a singly nested blockquote before, and outside of, another blockquote. This test does not work outside of DRT. + +line 2 + +line 1 +line 2 +line 3 +line 4 +line 5 + + diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt new file mode 100644 index 0000000..24c879a --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt @@ -0,0 +1,13 @@ +CONSOLE MESSAGE: line 18: SUCCESS: pasting doubleNestedNodeToCopy DID NOT keep the newline within the blockquote. +This tests pasting a doubly nested blockquote before, and outside of, another blockquote. This test does not work outside of DRT. + +line 4 + +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 + + diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt new file mode 100644 index 0000000..e7c0f63 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt @@ -0,0 +1,12 @@ +CONSOLE MESSAGE: line 18: SUCCESS: pasting singleNestedNodeToCopy DID NOT keep the newline within the blockquote. +This tests pasting a singly nested blockquote before, and outside of, another blockquote. This test does not work outside of DRT. + +line 2 + +line 1 +line 2 +line 3 +line 4 +line 5 + + diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt new file mode 100644 index 0000000..24c879a --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt @@ -0,0 +1,13 @@ +CONSOLE MESSAGE: line 18: SUCCESS: pasting doubleNestedNodeToCopy DID NOT keep the newline within the blockquote. +This tests pasting a doubly nested blockquote before, and outside of, another blockquote. This test does not work outside of DRT. + +line 4 + +line 1 +line 2 +line 3 +line 4 +line 5 +line 6 + + diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 27ec126..c61918e 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2411,8 +2411,4 @@ BUG_DARIN WIN LINUX : LayoutTests/fast/forms/select-dirty-parent-pref-widths.htm BUG_DARIN WIN LINUX : LayoutTests/svg/transforms/text-with-pattern-inside-transformed-html.xhtml = FAIL BUG_DARIN WIN LINUX : LayoutTests/svg/transforms/text-with-pattern-with-svg-transform.svg = FAIL -// Regressions from WebKit merge 43242:43321. These just need to be baselined. -BUG_DARIN WIN LINUX MAC : LayoutTests/editing/pasteboard/paste-blockquote-before-blockquote.html = FAIL -BUG_DARIN WIN LINUX MAC : LayoutTests/editing/pasteboard/paste-double-nested-blockquote-before-blockquote.html = FAIL - BUG_DARIN LINUX : LayoutTests/transitions/mask-transitions.html = FAIL |