diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 07:40:31 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 07:40:31 +0000 |
commit | ff09983a82ae061c2eec7eb13eac7dcae24bb3b8 (patch) | |
tree | b17d8f6bcb0602273ae883e9dab6c224a54414ba /webkit/data | |
parent | d0451f2769f06dba2ec3f6201912796ca9c9d66a (diff) | |
download | chromium_src-ff09983a82ae061c2eec7eb13eac7dcae24bb3b8.zip chromium_src-ff09983a82ae061c2eec7eb13eac7dcae24bb3b8.tar.gz chromium_src-ff09983a82ae061c2eec7eb13eac7dcae24bb3b8.tar.bz2 |
Remove accidental addition of anchor-toString-expected.txt.
Update test_fixable with some linux failures.
TBR=ojan@chromium.org
Review URL: http://codereview.chromium.org/46102
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/anchor-toString-expected.txt | 7 |
1 files changed, 0 insertions, 7 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 deleted file mode 100644 index bbdd63f..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/anchor-toString-expected.txt +++ /dev/null @@ -1,7 +0,0 @@ -A link! - -Writing just the anchor object - file:///E:/sometestfile.html - -Writing the result of the String(anchor) - file:///E:/sometestfile.html - -Writing the result of the anchor's toString() method - file:///E:/sometestfile.html |