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