diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 00:02:54 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 00:02:54 +0000 |
commit | 9c3a9366868de8a81a33fd695c76f65dfe1a27c4 (patch) | |
tree | 451f5795a5e12f4f6aecf4a1a33d210ae266d813 | |
parent | 8226836f8392a7014eafd03405289772c5e0f7dd (diff) | |
download | chromium_src-9c3a9366868de8a81a33fd695c76f65dfe1a27c4.zip chromium_src-9c3a9366868de8a81a33fd695c76f65dfe1a27c4.tar.gz chromium_src-9c3a9366868de8a81a33fd695c76f65dfe1a27c4.tar.bz2 |
Fix layout test anchor-toString
- In the bots the drive is C not Q
Review URL: http://codereview.chromium.org/41024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11307 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/anchor-toString-expected.txt | 6 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/anchor-toString-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/anchor-toString-expected.txt index 2522aaf..e51cf7c 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/anchor-toString-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/anchor-toString-expected.txt @@ -1,7 +1,7 @@ A link! -Writing just the anchor object - file:///Q:/sometestfile.html +Writing just the anchor object - file:///C:/sometestfile.html -Writing the result of the String(anchor) - file:///Q:/sometestfile.html +Writing the result of the String(anchor) - file:///C:/sometestfile.html -Writing the result of the anchor's toString() method - file:///Q:/sometestfile.html +Writing the result of the anchor's toString() method - file:///C:/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 871bf38..38db86c 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1673,7 +1673,6 @@ LINUX WIN : LayoutTests/svg/custom/grayscale-gradient-mask.svg = FAIL // Regression from merge 41268:41286 LINUX WIN : LayoutTests/fast/canvas/canvas-text-alignment.html = FAIL -WIN : LayoutTests/fast/dom/anchor-toString.html = FAIL LINUX : LayoutTests/scrollbars/listbox-scrollbar-combinations.html = FAIL LINUX : LayoutTests/scrollbars/overflow-scrollbar-combinations.html = FAIL LINUX : LayoutTests/tables/mozilla/bugs/bug86708.html = FAIL |