diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-08 09:32:01 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-08 09:32:01 +0000 |
commit | 6d15e2050d879bfa05367ebc50510dde5f1f5a5f (patch) | |
tree | 948b07d3ae7394c578ace7b5400cbf8fad4e519f /webkit | |
parent | 1a3c040badb5142fff527d35de4810a599610e71 (diff) | |
download | chromium_src-6d15e2050d879bfa05367ebc50510dde5f1f5a5f.zip chromium_src-6d15e2050d879bfa05367ebc50510dde5f1f5a5f.tar.gz chromium_src-6d15e2050d879bfa05367ebc50510dde5f1f5a5f.tar.bz2 |
Rebaseline anchor-toString, the Windows baseline has file:///C:/blah style paths.
Review URL: http://codereview.chromium.org/13240
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/dom/anchor-toString-expected.txt | 7 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/dom/anchor-toString-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/dom/anchor-toString-expected.txt new file mode 100644 index 0000000..210f807 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/dom/anchor-toString-expected.txt @@ -0,0 +1,7 @@ +A link! + +Writing just the anchor object - file:///sometestfile.html + +Writing the result of the String(anchor) - file:///sometestfile.html + +Writing the result of the anchor's toString() method - file:///sometestfile.html diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index c4e1441..3547df9 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -838,7 +838,6 @@ LINUX : LayoutTests/fast/css/font-weight-1.html = FAIL LINUX : LayoutTests/fast/css/line-height-font-order.html = FAIL LINUX MAC : LayoutTests/fast/css/rtl-ordering.html = FAIL LINUX MAC : LayoutTests/fast/dom/Window/Plug-ins.html = FAIL -LINUX : LayoutTests/fast/dom/anchor-toString.html = FAIL LINUX MAC : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL LINUX MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL LINUX : LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html = FAIL |