summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authoratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-15 15:36:09 +0000
committeratwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-15 15:36:09 +0000
commit36cb60808422968817bb1154fcb9aaeddb6a077e (patch)
treee0f6cd62a68b03a872bfe6337a0ff9c92c281f4f /content
parent5d4e36df4d25cb9bc21882105065f9dcc0941e1e (diff)
downloadchromium_src-36cb60808422968817bb1154fcb9aaeddb6a077e.zip
chromium_src-36cb60808422968817bb1154fcb9aaeddb6a077e.tar.gz
chromium_src-36cb60808422968817bb1154fcb9aaeddb6a077e.tar.bz2
Revert 182604 because it breaks fast/filesystem/op-restricted-chars.html
The fast/filesystem/op-restricted-chars.html layout test started failing as of this CL. > Fix VirtualPath::GetComponents to handle drive letter string as usual path component > > Also fix the function comment as the existing code seems to handle the '.' component correctly (and so does the new code). > > BUG=none > TEST=FileSystemUtilTest.VirtualPathGetComponents > > Review URL: https://codereview.chromium.org/12253006 TBR=kinuko@chromium.org Review URL: https://codereview.chromium.org/12277003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/browser/fileapi/file_system_browsertest.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/content/browser/fileapi/file_system_browsertest.cc b/content/browser/fileapi/file_system_browsertest.cc
index 7a226af..56dd4ec 100644
--- a/content/browser/fileapi/file_system_browsertest.cc
+++ b/content/browser/fileapi/file_system_browsertest.cc
@@ -230,10 +230,7 @@ IN_PROC_BROWSER_TEST_F(FileSystemLayoutTest, OpRemove) {
RunLayoutTest("op-remove.html");
}
-// TODO(kinuko): This has been broken before but the bug has surfaced
-// due to a partial fix for drive-letter handling.
-// http://crbug.com/176253
-IN_PROC_BROWSER_TEST_F(FileSystemLayoutTest, DISABLED_OpRestrictedChars) {
+IN_PROC_BROWSER_TEST_F(FileSystemLayoutTest, OpRestrictedChars) {
RunLayoutTest("op-restricted-chars.html");
}