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

Side by Side Diff: LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-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 naviga ted. Test should not crash and properties read from the cached DOMWindow should be identical to properties through the 'current' DOMWindow.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS oldChildWindow.devicePixelRatio is newChildWindow.devicePixelRatio
8 PASS oldChildWindow.history.length is newChildWindow.history.length
9 PASS oldChildWindow.innerHeight is newChildWindow.innerHeight
10 PASS oldChildWindow.innerWidth is newChildWindow.innerWidth
11 PASS oldChildWindow.jsTestIsAsync is newChildWindow.jsTestIsAsync
12 PASS oldChildWindow.length is newChildWindow.length
13 PASS oldChildWindow.location.href is newChildWindow.location.href
14 PASS oldChildWindow.location.origin is newChildWindow.location.origin
15 PASS oldChildWindow.location.pathname is newChildWindow.location.pathname
16 PASS oldChildWindow.location.protocol is newChildWindow.location.protocol
17 PASS oldChildWindow.locationbar.visible is newChildWindow.locationbar.visible
18 PASS oldChildWindow.menubar.visible is newChildWindow.menubar.visible
19 PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeNam e
20 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName
21 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion
22 PASS oldChildWindow.navigator.battery.charging is newChildWindow.navigator.batte ry.charging
23 PASS oldChildWindow.navigator.battery.chargingTime is newChildWindow.navigator.b attery.chargingTime
24 PASS oldChildWindow.navigator.battery.dischargingTime is newChildWindow.navigato r.battery.dischargingTime
25 PASS oldChildWindow.navigator.battery.level is newChildWindow.navigator.battery. level
26 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled
27 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
28 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
29 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
30 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product
31 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub
32 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent
33 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor
34 PASS oldChildWindow.offscreenBuffering is newChildWindow.offscreenBuffering
35 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight
36 PASS oldChildWindow.outerWidth is newChildWindow.outerWidth
37 PASS oldChildWindow.performance.timing.connectEnd is newChildWindow.performance. timing.connectEnd
38 PASS oldChildWindow.performance.timing.connectStart is newChildWindow.performanc e.timing.connectStart
39 PASS oldChildWindow.performance.timing.domContentLoadedEventEnd is newChildWindo w.performance.timing.domContentLoadedEventEnd
40 PASS oldChildWindow.performance.timing.domContentLoadedEventStart is newChildWin dow.performance.timing.domContentLoadedEventStart
41 PASS oldChildWindow.performance.timing.domInteractive is newChildWindow.performa nce.timing.domInteractive
42 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance. timing.domLoading
43 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.perform ance.timing.domainLookupEnd
44 PASS oldChildWindow.performance.timing.domainLookupStart is newChildWindow.perfo rmance.timing.domainLookupStart
45 PASS oldChildWindow.performance.timing.fetchStart is newChildWindow.performance. timing.fetchStart
46 PASS oldChildWindow.performance.timing.navigationStart is newChildWindow.perform ance.timing.navigationStart
47 PASS oldChildWindow.performance.timing.requestStart is newChildWindow.performanc e.timing.requestStart
48 PASS oldChildWindow.performance.timing.responseEnd is newChildWindow.performance .timing.responseEnd
49 PASS oldChildWindow.performance.timing.responseStart is newChildWindow.performan ce.timing.responseStart
50 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible
51 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight
52 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop
53 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth
54 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth
55 PASS oldChildWindow.screen.height is newChildWindow.screen.height
56 PASS oldChildWindow.screen.orientation is newChildWindow.screen.orientation
57 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth
58 PASS oldChildWindow.screen.width is newChildWindow.screen.width
59 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible
60 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
61 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
62 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
63 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
64 PASS successfullyParsed is true
65
66 TEST COMPLETE
67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698