diff options
author | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 20:30:38 +0000 |
---|---|---|
committer | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 20:30:38 +0000 |
commit | 261b452b8c5ee1c3cf139236eec15fba9a36bf06 (patch) | |
tree | 8bafef778821518d67d8593ef7928f04c2b6057f /webkit | |
parent | 263b9915e6782384be0497ac1a654e870f78c21c (diff) | |
download | chromium_src-261b452b8c5ee1c3cf139236eec15fba9a36bf06.zip chromium_src-261b452b8c5ee1c3cf139236eec15fba9a36bf06.tar.gz chromium_src-261b452b8c5ee1c3cf139236eec15fba9a36bf06.tar.bz2 |
delete linux version of fast/dom/anchor-to-String.html
the test was made platform-independent in change 20646, but I missed deleting
this file in the linux directory
BUG=https://crbug.com/16241
REVIEWER=dglazkov@chromium.org
TEST=none
Review URL: http://codereview.chromium.org/155529
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20656 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 |
1 files changed, 0 insertions, 7 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 deleted file mode 100644 index 210f807..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/dom/anchor-toString-expected.txt +++ /dev/null @@ -1,7 +0,0 @@ -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 |