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

Unified Diff: third_party/WebKit/LayoutTests/fast/filesystem/not-enough-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/not-enough-arguments.html
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html b/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html
index da3d4694fa6e4228749e5a3e20566b961274d5c6..3ef2b317119dea7673b971ec2981f5432c809c75 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/not-enough-arguments.html
@@ -39,7 +39,7 @@ function successCallback(fs)
shouldThrow("writer.seek()");
shouldThrow("writer.truncate()");
- finishJSTest();
+ removeAllInDirectory(fileSystem.root, finishJSTest, finishJSTest);
});
});
});

Powered by Google App Engine
This is Rietveld 408576698