| Index: LayoutTests/media/W3C/w3cwrapper.js
|
| diff --git a/LayoutTests/media/W3C/w3cwrapper.js b/LayoutTests/media/W3C/w3cwrapper.js
|
| index 967ecb1d417a170c6a9825e35f3a71eb2e2a1daa..3bed40d525a0f60ba036d1be8a04f41284dfcd7b 100644
|
| --- a/LayoutTests/media/W3C/w3cwrapper.js
|
| +++ b/LayoutTests/media/W3C/w3cwrapper.js
|
| @@ -52,7 +52,7 @@ function async_test(title, options) {
|
| }
|
|
|
| document.write("<p id=description></p><div id=console></div>");
|
| -document.write("<scr" + "ipt src='../../../../fast/js/resources/js-test-pre.js'></" + "script>");
|
| +document.write("<scr" + "ipt src='../../../../resources/js-test.js'></" + "script>");
|
|
|
| assert_equals = function(a, b) { shouldBe('"' + a + '"', '"' + b + '"'); }
|
| assert_true = function(a) { shouldBeTrue("" + a); }
|
|
|