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

Side by Side Diff: LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt

Issue 207833003: Update screen.orientation to follow the latest version of the specs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@partial_enum_callback
Patch Set: ... and mac expected results 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
OLDNEW
1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 Tests property access on a cached DOMWindow after the associated frame is no lon ger in a web page. Test should not crash and properties should be set to sane de faults. 2 Tests property access on a cached DOMWindow after the associated frame is no lon ger in a web page. Test should not crash and properties should be set to sane de faults.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS childWindow.devicePixelRatio is 0 7 PASS childWindow.devicePixelRatio is 0
8 PASS childWindow.history.length is 0 8 PASS childWindow.history.length is 0
9 PASS childWindow.innerHeight is 0 9 PASS childWindow.innerHeight is 0
10 PASS childWindow.innerWidth is 0 10 PASS childWindow.innerWidth is 0
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 PASS childWindow.performance.timing.navigationStart is 0 42 PASS childWindow.performance.timing.navigationStart is 0
43 PASS childWindow.performance.timing.requestStart is 0 43 PASS childWindow.performance.timing.requestStart is 0
44 PASS childWindow.performance.timing.responseEnd is 0 44 PASS childWindow.performance.timing.responseEnd is 0
45 PASS childWindow.performance.timing.responseStart is 0 45 PASS childWindow.performance.timing.responseStart is 0
46 PASS childWindow.personalbar.visible is false 46 PASS childWindow.personalbar.visible is false
47 PASS childWindow.screen.availHeight is 0 47 PASS childWindow.screen.availHeight is 0
48 PASS childWindow.screen.availTop is 0 48 PASS childWindow.screen.availTop is 0
49 PASS childWindow.screen.availWidth is 0 49 PASS childWindow.screen.availWidth is 0
50 PASS childWindow.screen.colorDepth is 0 50 PASS childWindow.screen.colorDepth is 0
51 PASS childWindow.screen.height is 0 51 PASS childWindow.screen.height is 0
52 PASS childWindow.screen.orientation is '' 52 PASS childWindow.screen.orientation is 'portrait-primary'
53 PASS childWindow.screen.pixelDepth is 0 53 PASS childWindow.screen.pixelDepth is 0
54 PASS childWindow.screen.width is 0 54 PASS childWindow.screen.width is 0
55 PASS childWindow.scrollbars.visible is false 55 PASS childWindow.scrollbars.visible is false
56 PASS childWindow.statusbar.visible is false 56 PASS childWindow.statusbar.visible is false
57 PASS childWindow.styleMedia.type is '' 57 PASS childWindow.styleMedia.type is ''
58 PASS childWindow.toolbar.visible is false 58 PASS childWindow.toolbar.visible is false
59 PASS successfullyParsed is true 59 PASS successfullyParsed is true
60 60
61 TEST COMPLETE 61 TEST COMPLETE
62 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698