Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: third_party/WebKit/LayoutTests/fast/filesystem/null-arguments.html

Issue 2537193003: Make fast/filesystem/cross-filesystem-op.html insensitive to test order (Closed)
Patch Set: use template string rather than concatenation Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/filesystem/null-arguments.html
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/null-arguments.html b/third_party/WebKit/LayoutTests/fast/filesystem/null-arguments.html
index ba87454981545e43a5c2b53b6133be805e1c28ad..2528801882c1f079f5e74e3d4573cbe7224c5553 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/null-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/null-arguments.html
@@ -26,7 +26,7 @@ function successCallback(fs)
shouldBeNull("writer.error");
shouldThrow("writer.write(null)");
shouldBeNull("writer.error");
- finishJSTest();
+ removeAllInDirectory(fileSystem.root, finishJSTest, finishJSTest);
});
});
}

Powered by Google App Engine
This is Rietveld 408576698