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

Unified Diff: LayoutTests/VirtualTestSuites

Issue 1234613004: Only execute default actions on trusted events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master_event_trusted_main3
Patch Set: Add Yosemite exceptions Created 5 years, 5 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: LayoutTests/VirtualTestSuites
diff --git a/LayoutTests/VirtualTestSuites b/LayoutTests/VirtualTestSuites
index 37af430da6a1415930b93746c92cc7e433eac0cd..e14d43cd74a0655981bca5ee5a822f0d93ffdf6b 100644
--- a/LayoutTests/VirtualTestSuites
+++ b/LayoutTests/VirtualTestSuites
@@ -141,5 +141,10 @@
"base": "fast/workers",
"args": ["--js-flags=--harmony-sharedarraybuffer",
"--enable-blink-features=SharedArrayBuffer"]
+ },
+ {
+ "prefix": "trustedeventsdefaultaction",
+ "base": "fast/events",
+ "args": ["--enable-blink-features=TrustedEventsDefaultAction"]
}
]

Powered by Google App Engine
This is Rietveld 408576698