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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2666993006: Enable ParseHTMLOnMainThread on TOT (Closed)
Patch Set: clean up virtual test suites Created 3 years, 11 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 32470172151fbb341566a6e687cb86ff65500718..590be7ad047a9cac511239ae8803bba984eb7cb2 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -287,16 +287,6 @@
"args": ["--enable-features=TouchpadAndWheelScrollLatching"]
},
{
- "prefix": "parsehtmlonmainthread_sync",
- "base": "fast/parser",
- "args": ["--blink-settings=parseHTMLOnMainThreadSyncTokenize=true"]
- },
- {
- "prefix": "parsehtmlonmainthread_coalesce",
- "base": "fast/parser",
- "args": ["--disable-blink-features=ParseHTMLOnMainThread", "--blink-settings=parseHTMLOnMainThreadCoalesceChunks=true"]
- },
- {
"prefix": "mojo-loading",
"base": "webexposed",
"args": ["--enable-blink-features=LoadingWithMojo"]

Powered by Google App Engine
This is Rietveld 408576698