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

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

Issue 182613002: Add support to Battery Status API in blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add NeedsRebaseline for 4 tests for Mac. 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
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 17 matching lines...) Expand all
48 PASS childWindow.screen.pixelDepth is 0 52 PASS childWindow.screen.pixelDepth is 0
49 PASS childWindow.screen.width is 0 53 PASS childWindow.screen.width is 0
50 PASS childWindow.scrollbars.visible is false 54 PASS childWindow.scrollbars.visible is false
51 PASS childWindow.statusbar.visible is false 55 PASS childWindow.statusbar.visible is false
52 PASS childWindow.styleMedia.type is '' 56 PASS childWindow.styleMedia.type is ''
53 PASS childWindow.toolbar.visible is false 57 PASS childWindow.toolbar.visible is false
54 PASS successfullyParsed is true 58 PASS successfullyParsed is true
55 59
56 TEST COMPLETE 60 TEST COMPLETE
57 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698