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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2847013002: Switch to mojo localstorage backend by default. (Closed)
Patch Set: minor cleanup Created 3 years, 7 months 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/VirtualTestSuites
diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites
index 093bc176a5c45a1009ca9ab5bb452f614b78f644..1f5e9e059d6c503862f2995665b0b0b428c6f141 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -449,12 +449,12 @@
{
"prefix": "mojo-localstorage",
"base": "external/wpt/webstorage",
- "args": ["--mojo-local-storage"]
+ "args": ["--disable-mojo-local-storage"]
},
{
"prefix": "mojo-localstorage",
"base": "storage/domstorage/localstorage",
- "args": ["--mojo-local-storage"]
+ "args": ["--disable-mojo-local-storage"]
},
{
"prefix": "print_browser",

Powered by Google App Engine
This is Rietveld 408576698