| 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) {
|
|
|