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

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

Issue 196523007: Revert of id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s) 1 frame "frameContext" - has 1 onunload handler(s)
2 Description 2 Description
3 3
4 This test validates the ordering of the window.performance.timing attributes. 4 This test validates the ordering of the window.performance.timing attributes.
5 5
6 This page should be loaded with a yellow background frame below which contains a n unload event handler. 6 This page should be loaded with a yellow background frame below which contains a n unload event handler.
7 7
8 After the page loads, the frame is navigated to a new blank page with a green ba ckground. At this point, the navigation timeline is verified 8 After the page loads, the frame is navigated to a new blank page with a green ba ckground. At this point, the navigation timeline is verified
9 9
10 This test passes if all of the checks to the frame.window.performance.timing att ributes are correct throughout the navigation scenario and the frame below ends with a green background. Otherwise, this test fails. 10 This test passes if all of the checks to the frame.window.performance.timing att ributes are correct throughout the navigation scenario and the frame below ends with a green background. Otherwise, this test fails.
11 11
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 PASS window.performance.timing.domComplete >= window.performance.timing.domConte ntLoadedEventEnd 49 PASS window.performance.timing.domComplete >= window.performance.timing.domConte ntLoadedEventEnd
50 PASS window.performance.timing.loadEventStart > 0 50 PASS window.performance.timing.loadEventStart > 0
51 PASS window.performance.timing.loadEventStart >= window.performance.timing.domCo ntentLoadedEventEnd 51 PASS window.performance.timing.loadEventStart >= window.performance.timing.domCo ntentLoadedEventEnd
52 PASS window.performance.timing.loadEventEnd > 0 52 PASS window.performance.timing.loadEventEnd > 0
53 PASS window.performance.timing.loadEventEnd >= window.performance.timing.loadEve ntStart 53 PASS window.performance.timing.loadEventEnd >= window.performance.timing.loadEve ntStart
54 PASS window.performance.timing.unloadEventStart > 0 54 PASS window.performance.timing.unloadEventStart > 0
55 PASS window.performance.timing.unloadEventStart >= window.performance.timing.nav igationStart 55 PASS window.performance.timing.unloadEventStart >= window.performance.timing.nav igationStart
56 PASS window.performance.timing.unloadEventEnd > 0 56 PASS window.performance.timing.unloadEventEnd > 0
57 PASS window.performance.timing.unloadEventEnd >= window.performance.timing.unloa dEventStart 57 PASS window.performance.timing.unloadEventEnd >= window.performance.timing.unloa dEventStart
58 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698