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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/history/history-back-initial-vs-final-url-expected.txt

Issue 2694903007: Add a warning for the deprecation of content-initiated data URL navigations (Closed)
Patch Set: creis comments Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 ALERT: Initial URL loaded. 1 ALERT: Initial URL loaded.
2 ALERT: Final URL loaded. 2 ALERT: Final URL loaded.
3 ALERT: Going back. 3 ALERT: Going back.
4 ALERT: Final URL loaded. 4 ALERT: Final URL loaded.
5 Checks that when going back to a page that frames that were navigated, that the final URL of the frames is loaded directly, instead the initial URL. Four alerts should appear, in this order: 5 Checks that when going back to a page that frames that were navigated, that the final URL of the frames is loaded directly, instead the initial URL. Four alerts should appear, in this order:
6 6
7 Initial URL loaded. 7 Initial URL loaded.
8 Final URL loaded. 8 Final URL loaded.
9 Going back. 9 Going back.
10 Final URL loaded. 10 Final URL loaded.
11 11
12 12
13 -------- 13 --------
14 Frame: '<!--framePath //<!--frame0-->-->' 14 Frame: '<!--framePath //<!--frame0-->-->'
15 -------- 15 --------
16 final page contents 16 final page contents
17 17
18 ============== Back Forward List ============== 18 ============== Back Forward List ==============
19 curr-> (file test):fast/history/history-back-initial-vs-final-url.html 19 curr-> (file test):fast/history/history-back-initial-vs-final-url.html
20 (file test):fast/history/resources/frame-final-url.html (in frame "< !--framePath //<!--frame0-->-->") 20 (file test):fast/history/resources/frame-final-url.html (in frame "< !--framePath //<!--frame0-->-->")
21 data:text/html,<script>alert("Going back.");history.back();</script> 21 (file test):fast/history/resources/alert-then-back.html
22 =============================================== 22 ===============================================
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698