summaryrefslogtreecommitdiffstats
path: root/content/browser/fileapi/file_system_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/fileapi/file_system_browsertest.cc')
-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");
}