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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/event-composed-ua.html

Issue 2501293002: Update a test to verify that Touch Events are composed events (Closed)
Patch Set: add a expected txt 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/touch/basic-single-touch-events-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/shadow-dom/event-composed-ua.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/event-composed-ua.html b/third_party/WebKit/LayoutTests/shadow-dom/event-composed-ua.html
index 1dc02acdd4690600ace1550d7e84cce6a70022f0..3bb65203e1d5b9c140fc59e5e32d9522f5418cf9 100644
--- a/third_party/WebKit/LayoutTests/shadow-dom/event-composed-ua.html
+++ b/third_party/WebKit/LayoutTests/shadow-dom/event-composed-ua.html
@@ -36,6 +36,7 @@ const composedEventTypes = [
'compositionstart', 'compositionupdate', 'compositionend',
// Legacy UI Events
'DOMActivate', 'DOMFocusIn', 'DOMFocusOut', 'keypress',
+ // See LayoutTests/fast/events/touch/basic-single-touch-events.html for Touch Events.
];
for (const eventType of composedEventTypes) {
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/touch/basic-single-touch-events-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698