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

Unified Diff: third_party/WebKit/LayoutTests/fast/filesystem/resources/null-arguments-worker.js

Issue 2537193003: Make fast/filesystem/cross-filesystem-op.html insensitive to test order (Closed)
Patch Set: Make a few more tests clean up when done 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/resources/null-arguments-worker.js
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/resources/null-arguments-worker.js b/third_party/WebKit/LayoutTests/fast/filesystem/resources/null-arguments-worker.js
index 5e8c55b31775830cd021f611238efd72f8dcb2a3..70228dc76aa10a7e3a6dc2f559e60bdf8a1f61f8 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/resources/null-arguments-worker.js
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/resources/null-arguments-worker.js
@@ -11,4 +11,5 @@ shouldThrow("fileSystem.root.copyTo(null, 'x')");
entry = fileSystem.root.getFile("/test", { create: true });
writer = entry.createWriter();
shouldThrow("writer.write(null)");
+entry.remove();
finishJSTest();

Powered by Google App Engine
This is Rietveld 408576698