diff options
author | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 22:16:46 +0000 |
---|---|---|
committer | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 22:16:46 +0000 |
commit | 0f53a4ddecd2b4eaa8b580b34bb8300888e506b7 (patch) | |
tree | e9dd0d1b21fb89bb9f8fa1a72f5ba786bde9939e /webkit/data | |
parent | e3e43d92c57ab8524e9a847ba779d8cbc51fdd54 (diff) | |
download | chromium_src-0f53a4ddecd2b4eaa8b580b34bb8300888e506b7.zip chromium_src-0f53a4ddecd2b4eaa8b580b34bb8300888e506b7.tar.gz chromium_src-0f53a4ddecd2b4eaa8b580b34bb8300888e506b7.tar.bz2 |
Rebaseline editing\execCommand\outdent-blockquote-test[1-4].html for Mac.
This makes chromium-mac results match chromium-win.
The difference is in how JSC and V8 report line numbers for multi line statements.
JSC reports the last line in the statement, V8 reports the first.
So upstream results use line 14, we use line 12.
I've filed a webkit bug on this (https://bugs.webkit.org/show_bug.cgi?id=35451) so we can hopefully just resolve this issue.
TEST=none
BUG=12053
Review URL: http://codereview.chromium.org/661208
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40168 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
4 files changed, 24 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/outdent-blockquote-test1-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/outdent-blockquote-test1-expected.txt new file mode 100644 index 0000000..63b35c0 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/outdent-blockquote-test1-expected.txt @@ -0,0 +1,6 @@ +CONSOLE MESSAGE: line 12: SUCCESS: Nodes stayed in order after outdent. +This test uses the execCommand to Outdent the text below. This test that nodes, with different relationships with blockquotes, stay in the correct order after an outdent. + +A +B +C diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/outdent-blockquote-test2-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/outdent-blockquote-test2-expected.txt new file mode 100644 index 0000000..63b35c0 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/outdent-blockquote-test2-expected.txt @@ -0,0 +1,6 @@ +CONSOLE MESSAGE: line 12: SUCCESS: Nodes stayed in order after outdent. +This test uses the execCommand to Outdent the text below. This test that nodes, with different relationships with blockquotes, stay in the correct order after an outdent. + +A +B +C diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/outdent-blockquote-test3-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/outdent-blockquote-test3-expected.txt new file mode 100644 index 0000000..8cf5c5d --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/outdent-blockquote-test3-expected.txt @@ -0,0 +1,5 @@ +CONSOLE MESSAGE: line 12: SUCCESS: Nodes stayed in order after outdent. +This test uses the execCommand to Outdent the text below. This test that nodes, with different relationships with blockquotes, stay in the correct order after an outdent. + +A +B diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/outdent-blockquote-test4-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/outdent-blockquote-test4-expected.txt new file mode 100644 index 0000000..9449dce --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/editing/execCommand/outdent-blockquote-test4-expected.txt @@ -0,0 +1,7 @@ +CONSOLE MESSAGE: line 12: SUCCESS: Nodes stayed in order after outdent. +This test uses the execCommand to Outdent the text below. This test that nodes, with different relationships with blockquotes, stay in the correct order after an outdent. + + +A + +B |