| 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 cbcfbe2ef00ba6b126a33e2f9f34f238cd51f102..50bdbe69052ffbabe488debd734eb5d741df13a0 100644
|
| --- a/third_party/WebKit/LayoutTests/resources/testharnessreport.js
|
| +++ b/third_party/WebKit/LayoutTests/resources/testharnessreport.js
|
| @@ -117,7 +117,8 @@
|
| // Fullscreen tests all use the same automation script.
|
| src = automationPath + '/fullscreen/auto-click.js';
|
| } else if (pathAndBase.startsWith('/pointerevents/')
|
| - || pathAndBase.startsWith('/uievents/')) {
|
| + || pathAndBase.startsWith('/uievents/')
|
| + || pathAndBase.startsWith('/html/')) {
|
| // Per-test automation scripts.
|
| src = automationPath + pathAndBase + '-automation.js';
|
| } else {
|
|
|