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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2847013002: Switch to mojo localstorage backend by default. (Closed)
Patch Set: rebase 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 d9fcd00e9fbc9aa7eab64355d25fba63278f7cb4..66c7c358c51e4d1ded9000e64ce1f24a862a6ff4 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