| Index: LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled.html
|
| diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled.html b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled.html
|
| index ef48954087f301124c75cce85279856150f1cfd4..bd8b6a427c33db492da6ba3d5d2d1155509911d4 100644
|
| --- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled.html
|
| +++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-sync-disabled.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <script src="../js/resources/js-test-pre.js"></script>
|
| + <script src="../../resources/js-test.js"></script>
|
| <script>
|
| if ('internals' in window) {
|
| window.internals.settings.setSyncXHRInDocumentsEnabled(false);
|
|
|