We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 082ebcd + 8096c1b commit 0b5c0f6Copy full SHA for 0b5c0f6
test/blink/testharness/testharnessreport.js
@@ -380,9 +380,9 @@ var metadata_generator = {
380
var url = document.URL;
381
var path = url.slice(0, url.lastIndexOf('/'));
382
if (path.slice(-13).indexOf('interpolation') != -1) {
383
- document.write('<script src="../../../web-animations.js"></script>');
+ document.write('<script src="../../../web-animations-next.dev.js"></script>');
384
} else {
385
- document.write('<script src="../../web-animations.js"></script>');
+ document.write('<script src="../../web-animations-next.dev.js"></script>');
386
}
387
388
if (window.parent && parent.window.initTestHarness) {
0 commit comments