| Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/connection-error-sync.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/connection-error-sync.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/connection-error-sync.html
|
| index fad290524dc21258637e70b4b17227be0407ba67..db02076061f8fee57fe8eabc99fd958dd01dbbe9 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/connection-error-sync.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/connection-error-sync.html
|
| @@ -18,7 +18,7 @@
|
| }
|
| }
|
|
|
| - req.open('GET', 'resources/infinite-loop.php', false);
|
| + req.open('GET', '../resources/infinite-loop.php', false);
|
| req.onreadystatechange = function()
|
| {
|
| document.write('onreadystatechange is invoked unexpectedly<br>');
|
|
|