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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/resources/testharnessreport.js

Issue 2332843002: Test the order of the focus ui-event using automated script. (Closed)
Patch Set: Update a test result Created 4 years, 3 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/imported/wpt/resources/testharnessreport.js
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/resources/testharnessreport.js b/third_party/WebKit/LayoutTests/imported/wpt/resources/testharnessreport.js
index 9af72a124e2016fc9d10fe2c06538dcfb70b313f..97ad4f35bf669785e7fd92d8eb6800607a13f92b 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/resources/testharnessreport.js
+++ b/third_party/WebKit/LayoutTests/imported/wpt/resources/testharnessreport.js
@@ -91,7 +91,8 @@
didDispatchLoadEvent = true;
window.removeEventListener('load', handleLoad);
// Add synthetic input to pointer event manual tests
- if(window.location.pathname.includes('imported/wpt/pointerevents/')) {
+ if(window.location.pathname.includes('imported/wpt/pointerevents/')
+ || window.location.pathname.includes('imported/wpt/uievents/')) {
setTimeout(injectSyntheticInput, 0);
}
};

Powered by Google App Engine
This is Rietveld 408576698