| Index: LayoutTests/fast/dom/script-tests/webtiming-document-open.js
|
| diff --git a/LayoutTests/fast/dom/script-tests/webtiming-document-open.js b/LayoutTests/fast/dom/script-tests/webtiming-document-open.js
|
| index e0b0fc1db3b96eb6325552e088d5494a846cf304..70c97dcec1e73051cb31ddf4ac1f89a67e653f40 100644
|
| --- a/LayoutTests/fast/dom/script-tests/webtiming-document-open.js
|
| +++ b/LayoutTests/fast/dom/script-tests/webtiming-document-open.js
|
| @@ -14,7 +14,7 @@ function testTimingWithDocumentOpen()
|
| document.open();
|
| document.write("<html>");
|
| document.write("<head>");
|
| - document.write("<script src=\"../js/resources/js-test-pre.js\"></script>");
|
| + document.write("<script src=\"../../resources/js-test.js\"></script>");
|
| document.write("</head>");
|
| document.write("<body>");
|
| document.write("</body>");
|
|
|