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

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

Issue 208243016: Fix collected properties in window-property-collector.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove mac-specific 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
(Empty)
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 remove d from a web page and garbage collected. Test should not crash and properties sh ould be set to sane defaults.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS childWindow.devicePixelRatio is 0
8 PASS childWindow.history.length is 0
9 PASS childWindow.innerHeight is 0
10 PASS childWindow.innerWidth is 0
11 FAIL childWindow.jsTestIsAsync should be false (of type boolean). Was undefined (of type undefined).
12 PASS childWindow.length is 0
13 FAIL childWindow.location.href should be about:blank (of type string). Was undef ined (of type undefined).
14 FAIL childWindow.location.origin should be null (of type string). Was undefined (of type undefined).
15 FAIL childWindow.location.pathname should be blank (of type string). Was undefin ed (of type undefined).
16 FAIL childWindow.location.protocol should be about: (of type string). Was undefi ned (of type undefined).
17 PASS childWindow.locationbar.visible is false
18 PASS childWindow.menubar.visible is false
19 PASS childWindow.navigator.appCodeName is window.navigator.appCodeName
20 PASS childWindow.navigator.appName is window.navigator.appName
21 PASS childWindow.navigator.appVersion is ''
22 FAIL childWindow.navigator.battery.charging should be false. Threw exception Typ eError: Cannot read property 'charging' of null
23 FAIL childWindow.navigator.battery.chargingTime should be 0. Threw exception Typ eError: Cannot read property 'chargingTime' of null
24 FAIL childWindow.navigator.battery.dischargingTime should be 0. Threw exception TypeError: Cannot read property 'dischargingTime' of null
25 FAIL childWindow.navigator.battery.level should be 0. Threw exception TypeError: Cannot read property 'level' of null
26 PASS childWindow.navigator.cookieEnabled is false
27 PASS childWindow.navigator.language is window.navigator.language
28 PASS childWindow.navigator.onLine is window.navigator.onLine
29 PASS childWindow.navigator.platform is window.navigator.platform
30 PASS childWindow.navigator.product is window.navigator.product
31 PASS childWindow.navigator.productSub is window.navigator.productSub
32 PASS childWindow.navigator.userAgent is ''
33 PASS childWindow.navigator.vendor is window.navigator.vendor
34 FAIL childWindow.offscreenBuffering should be false. Was true.
35 PASS childWindow.outerHeight is 0
36 PASS childWindow.outerWidth is 0
37 PASS childWindow.performance.timing.connectEnd is 0
38 PASS childWindow.performance.timing.connectStart is 0
39 PASS childWindow.performance.timing.domLoading is 0
40 PASS childWindow.performance.timing.domainLookupEnd is 0
41 PASS childWindow.performance.timing.domainLookupStart is 0
42 PASS childWindow.performance.timing.fetchStart is 0
43 PASS childWindow.performance.timing.navigationStart is 0
44 PASS childWindow.performance.timing.requestStart is 0
45 PASS childWindow.performance.timing.responseEnd is 0
46 PASS childWindow.performance.timing.responseStart is 0
47 PASS childWindow.personalbar.visible is false
48 PASS childWindow.screen.availHeight is 0
49 PASS childWindow.screen.availTop is 0
50 PASS childWindow.screen.availWidth is 0
51 PASS childWindow.screen.colorDepth is 0
52 PASS childWindow.screen.height is 0
53 PASS childWindow.screen.orientation is 'portrait-primary'
54 PASS childWindow.screen.pixelDepth is 0
55 PASS childWindow.screen.width is 0
56 PASS childWindow.scrollbars.visible is false
57 PASS childWindow.statusbar.visible is false
58 PASS childWindow.styleMedia.type is ''
59 PASS childWindow.toolbar.visible is false
60 PASS successfullyParsed is true
61
62 TEST COMPLETE
63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698