Skip to content

Commit 0b5c0f6

Browse files
committed
Merge pull request #221 from dstockwell/fixth
Use new script name in testharness tests
2 parents 082ebcd + 8096c1b commit 0b5c0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/blink/testharness/testharnessreport.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,9 @@ var metadata_generator = {
380380
var url = document.URL;
381381
var path = url.slice(0, url.lastIndexOf('/'));
382382
if (path.slice(-13).indexOf('interpolation') != -1) {
383-
document.write('<script src="../../../web-animations.js"></script>');
383+
document.write('<script src="../../../web-animations-next.dev.js"></script>');
384384
} else {
385-
document.write('<script src="../../web-animations.js"></script>');
385+
document.write('<script src="../../web-animations-next.dev.js"></script>');
386386
}
387387

388388
if (window.parent && parent.window.initTestHarness) {

0 commit comments

Comments
 (0)