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

Side by Side Diff: LayoutTests/http/tests/misc/resources/frame-initial-url.html

Issue 1257953003: Do not report Resource Timing for iframe navigations when restored from history (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test verifies correct entry Created 5 years, 4 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 initial frame contents 1 initial frame contents
2 <script> 2 <script>
3 alert('Initial URL loaded.'); 3 alert('Initial URL loaded.');
4 window.location='frame-final-url.html'; 4 window.location='frame-final-url.html';
5 </script> 5 </script>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/misc/resources/frame-final-url.html ('k') | Source/core/loader/FrameFetchContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698