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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/history/reload-during-load-after-load-event.html

Issue 2471733003: Update or remove any remaining references to viewvc/blink. (Closed)
Patch Set: Created 4 years, 1 month 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/history/reload-during-load-after-load-event.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/history/reload-during-load-after-load-event.html b/third_party/WebKit/LayoutTests/http/tests/history/reload-during-load-after-load-event.html
index 6610c540ade64b592c63882113428ec9fdfac5c2..a8d066e45d099606651e592fa1042b97aa39954b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/history/reload-during-load-after-load-event.html
+++ b/third_party/WebKit/LayoutTests/http/tests/history/reload-during-load-after-load-event.html
@@ -1,7 +1,7 @@
<html>
<body onload="setTimeout(test, 0);">
This tests starting a new resource load after the load event has finished, then reloading while that load is still in progress.
-Due to a regression in http://src.chromium.org/viewvc/blink?revision=148684&view=revision, we would overwrite the load type such that
+Due to a regression in https://chromium.googlesource.com/chromium/src/+/8b913deb7165a50daa13e6b64300e550cf62a47e, we would overwrite the load type such that
the reload will still be executed correctly, but the history entry will be created as though it was a standard load.
<script>
if (window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698