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

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

Issue 2919603002: [WPT] Add automated manual test for InputEvent typing (Closed)
Patch Set: Created 3 years, 7 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/resources/testharnessreport.js
diff --git a/third_party/WebKit/LayoutTests/resources/testharnessreport.js b/third_party/WebKit/LayoutTests/resources/testharnessreport.js
index 3c4fa6496f6e73c8d433ccbefa1c7b6f1757204b..1d3d729d3da39ad30c7b92f3b1e07e9e94d82c7d 100644
--- a/third_party/WebKit/LayoutTests/resources/testharnessreport.js
+++ b/third_party/WebKit/LayoutTests/resources/testharnessreport.js
@@ -119,7 +119,8 @@
} else if (pathAndBase.startsWith('/pointerevents/')
|| pathAndBase.startsWith('/uievents/')
|| pathAndBase.startsWith('/pointerlock/')
- || pathAndBase.startsWith('/html/')) {
+ || pathAndBase.startsWith('/html/')
+ || pathAndBase.startsWith('/input-events/')) {
// Per-test automation scripts.
src = automationPath + pathAndBase + '-automation.js';
} else {

Powered by Google App Engine
This is Rietveld 408576698