Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/connection-error-sync.html

Issue 1910723003: Add layout tests for notification icon with redirect loop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NotificationTestsUsePromises
Patch Set: Rebase. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>');

Powered by Google App Engine
This is Rietveld 408576698