| 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 28559fd3e404f3be813d789a43bc1425f159a330..3c4fa6496f6e73c8d433ccbefa1c7b6f1757204b 100644
|
| --- a/third_party/WebKit/LayoutTests/resources/testharnessreport.js
|
| +++ b/third_party/WebKit/LayoutTests/resources/testharnessreport.js
|
| @@ -118,7 +118,8 @@
|
| src = automationPath + '/fullscreen/auto-click.js';
|
| } else if (pathAndBase.startsWith('/pointerevents/')
|
| || pathAndBase.startsWith('/uievents/')
|
| - || pathAndBase.startsWith('/pointerlock/')) {
|
| + || pathAndBase.startsWith('/pointerlock/')
|
| + || pathAndBase.startsWith('/html/')) {
|
| // Per-test automation scripts.
|
| src = automationPath + pathAndBase + '-automation.js';
|
| } else {
|
|
|