diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 00:10:19 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 00:10:19 +0000 |
commit | 1ca24f56fabfb0338afac62c31d7c2de77b081ca (patch) | |
tree | 1912e99d3bee083d5b0db41b7a8e0baffa192993 | |
parent | 296c87d96a770dd2885826ca296d246295963378 (diff) | |
download | chromium_src-1ca24f56fabfb0338afac62c31d7c2de77b081ca.zip chromium_src-1ca24f56fabfb0338afac62c31d7c2de77b081ca.tar.gz chromium_src-1ca24f56fabfb0338afac62c31d7c2de77b081ca.tar.bz2 |
Add baselines for newly added tests.
This corresponds to: http://trac.webkit.org/changeset/43255
TBR=dglazkov
Review URL: http://codereview.chromium.org/115051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15480 0039d316-1c4b-4281-b951-d872f2087c98
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 |