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 0dba6f206509b4ec011452b8b5f3a6cfddc03b87..15a0710f4fd6713f8be0864bfdab87d7d8ded40d 100644 |
--- a/third_party/WebKit/LayoutTests/resources/testharnessreport.js |
+++ b/third_party/WebKit/LayoutTests/resources/testharnessreport.js |
@@ -79,7 +79,7 @@ |
document.head.appendChild(common_script); |
} |
- path = path.replace(/imported\/wpt\/(.*)\.html$/, "imported/wpt_automation/$1-input.js"); |
+ path = path.replace(/imported\/wpt\/(.*)\.html$/, "imported/wpt_automation/$1-automation.js"); |
var input_script = document.createElement('script'); |
input_script.setAttribute('src', path); |
document.head.appendChild(input_script); |