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

Side by Side Diff: LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_backforward-expected.txt

Issue 187103002: id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add back no-referrer-subframe.html Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 frame "frameContext" - has 1 onunload handler(s) 1 frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)
2 frame "frameContext" - has 1 onunload handler(s) 2 frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)
3 frame "frameContext" - has 1 onunload handler(s) 3 frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)
4 frame "frameContext" - has 1 onunload handler(s) 4 frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)
5 Description 5 Description
6 6
7 This test validates the value of window.performance.navigation.type with a forwa rd and back navigation. 7 This test validates the value of window.performance.navigation.type with a forwa rd and back navigation.
8 8
9 This page should be loaded with a yellow background frame below. It should turn green for a starting navigation, back to yellow for a back navigation and then b ack to green again for a forward navigation. 9 This page should be loaded with a yellow background frame below. It should turn green for a starting navigation, back to yellow for a back navigation and then b ack to green again for a forward navigation.
10 10
11 Along the navigation timeline the frame.window.performance.type is checked for T YPE_BACK_FORWARD. 11 Along the navigation timeline the frame.window.performance.type is checked for T YPE_BACK_FORWARD.
12 12
13 This test passes if all of the checks to the navigation.type are correct through out the navigation scenario and the frame below ends with a green background. Ot herwise, this test fails. 13 This test passes if all of the checks to the navigation.type are correct through out the navigation scenario and the frame below ends with a green background. Ot herwise, this test fails.
14 14
15 15
16 16
17 17
18 PASS window.performance is defined 18 PASS window.performance is defined
19 PASS window.performance.navigation is defined 19 PASS window.performance.navigation is defined
20 PASS window.performance.navigation.type == TYPE_NAVIGATE 20 PASS window.performance.navigation.type == TYPE_NAVIGATE
21 PASS window.performance.navigation.type == TYPE_BACK_FORWARD after history.back( ) 21 PASS window.performance.navigation.type == TYPE_BACK_FORWARD after history.back( )
22 PASS window.performance.navigation.type == TYPE_BACK_FORWARD after history.forwa rd() 22 PASS window.performance.navigation.type == TYPE_BACK_FORWARD after history.forwa rd()
23 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698