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

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

Issue 185643006: Auto-rebaseline for r168632 (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 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
11 PASS childWindow.length is 0 11 PASS childWindow.length is 0
12 PASS childWindow.location.href is 'about:blank' 12 PASS childWindow.location.href is 'about:blank'
13 PASS childWindow.location.origin is 'null' 13 PASS childWindow.location.origin is 'null'
14 PASS childWindow.location.pathname is 'blank' 14 PASS childWindow.location.pathname is 'blank'
15 PASS childWindow.location.protocol is 'about:' 15 PASS childWindow.location.protocol is 'about:'
16 PASS childWindow.locationbar.visible is false 16 PASS childWindow.locationbar.visible is false
17 PASS childWindow.menubar.visible is false 17 PASS childWindow.menubar.visible is false
18 PASS childWindow.navigator.appCodeName is window.navigator.appCodeName 18 PASS childWindow.navigator.appCodeName is window.navigator.appCodeName
19 PASS childWindow.navigator.appName is window.navigator.appName 19 PASS childWindow.navigator.appName is window.navigator.appName
20 PASS childWindow.navigator.appVersion is '' 20 PASS childWindow.navigator.appVersion is ''
21 PASS childWindow.navigator.battery.charging is true
22 PASS childWindow.navigator.battery.chargingTime is Infinity
23 PASS childWindow.navigator.battery.dischargingTime is Infinity
24 PASS childWindow.navigator.battery.level is 1
21 PASS childWindow.navigator.cookieEnabled is false 25 PASS childWindow.navigator.cookieEnabled is false
22 PASS childWindow.navigator.language is window.navigator.language 26 PASS childWindow.navigator.language is window.navigator.language
23 PASS childWindow.navigator.onLine is window.navigator.onLine 27 PASS childWindow.navigator.onLine is window.navigator.onLine
24 PASS childWindow.navigator.platform is window.navigator.platform 28 PASS childWindow.navigator.platform is window.navigator.platform
25 PASS childWindow.navigator.product is window.navigator.product 29 PASS childWindow.navigator.product is window.navigator.product
26 PASS childWindow.navigator.productSub is window.navigator.productSub 30 PASS childWindow.navigator.productSub is window.navigator.productSub
27 PASS childWindow.navigator.userAgent is '' 31 PASS childWindow.navigator.userAgent is ''
28 PASS childWindow.navigator.vendor is window.navigator.vendor 32 PASS childWindow.navigator.vendor is window.navigator.vendor
29 FAIL childWindow.offscreenBuffering should be false. Was true. 33 FAIL childWindow.offscreenBuffering should be false. Was true.
30 PASS childWindow.outerHeight is 0 34 PASS childWindow.outerHeight is 0
(...skipping 18 matching lines...) Expand all
49 PASS childWindow.screen.pixelDepth is 0 53 PASS childWindow.screen.pixelDepth is 0
50 PASS childWindow.screen.width is 0 54 PASS childWindow.screen.width is 0
51 PASS childWindow.scrollbars.visible is false 55 PASS childWindow.scrollbars.visible is false
52 PASS childWindow.statusbar.visible is false 56 PASS childWindow.statusbar.visible is false
53 PASS childWindow.styleMedia.type is '' 57 PASS childWindow.styleMedia.type is ''
54 PASS childWindow.toolbar.visible is false 58 PASS childWindow.toolbar.visible is false
55 PASS successfullyParsed is true 59 PASS successfullyParsed is true
56 60
57 TEST COMPLETE 61 TEST COMPLETE
58 62
OLDNEW
« no previous file with comments | « LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698