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

Side by Side Diff: LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-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 naviga ted. Test should not crash and properties read from the cached DOMWindow should be identical to properties through the 'current' DOMWindow. 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 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 oldChildWindow.devicePixelRatio is newChildWindow.devicePixelRatio 7 PASS oldChildWindow.devicePixelRatio is newChildWindow.devicePixelRatio
8 PASS oldChildWindow.history.length is newChildWindow.history.length 8 PASS oldChildWindow.history.length is newChildWindow.history.length
9 PASS oldChildWindow.innerHeight is newChildWindow.innerHeight 9 PASS oldChildWindow.innerHeight is newChildWindow.innerHeight
10 PASS oldChildWindow.innerWidth is newChildWindow.innerWidth 10 PASS oldChildWindow.innerWidth is newChildWindow.innerWidth
11 PASS oldChildWindow.jsTestIsAsync is newChildWindow.jsTestIsAsync 11 PASS oldChildWindow.jsTestIsAsync is newChildWindow.jsTestIsAsync
12 PASS oldChildWindow.length is newChildWindow.length 12 PASS oldChildWindow.length is newChildWindow.length
13 PASS oldChildWindow.location.href is newChildWindow.location.href 13 PASS oldChildWindow.location.href is newChildWindow.location.href
14 PASS oldChildWindow.location.origin is newChildWindow.location.origin 14 PASS oldChildWindow.location.origin is newChildWindow.location.origin
15 PASS oldChildWindow.location.pathname is newChildWindow.location.pathname 15 PASS oldChildWindow.location.pathname is newChildWindow.location.pathname
16 PASS oldChildWindow.location.protocol is newChildWindow.location.protocol 16 PASS oldChildWindow.location.protocol is newChildWindow.location.protocol
17 PASS oldChildWindow.locationbar.visible is newChildWindow.locationbar.visible 17 PASS oldChildWindow.locationbar.visible is newChildWindow.locationbar.visible
18 PASS oldChildWindow.menubar.visible is newChildWindow.menubar.visible 18 PASS oldChildWindow.menubar.visible is newChildWindow.menubar.visible
19 PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeNam e 19 PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeNam e
20 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName 20 PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName
21 PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion 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
22 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled 26 PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEn abled
23 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language 27 PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
24 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine 28 PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine
25 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform 29 PASS oldChildWindow.navigator.platform is newChildWindow.navigator.platform
26 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product 30 PASS oldChildWindow.navigator.product is newChildWindow.navigator.product
27 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub 31 PASS oldChildWindow.navigator.productSub is newChildWindow.navigator.productSub
28 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent 32 PASS oldChildWindow.navigator.userAgent is newChildWindow.navigator.userAgent
29 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor 33 PASS oldChildWindow.navigator.vendor is newChildWindow.navigator.vendor
30 PASS oldChildWindow.offscreenBuffering is newChildWindow.offscreenBuffering 34 PASS oldChildWindow.offscreenBuffering is newChildWindow.offscreenBuffering
31 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight 35 PASS oldChildWindow.outerHeight is newChildWindow.outerHeight
(...skipping 22 matching lines...) Expand all
54 PASS oldChildWindow.screen.width is newChildWindow.screen.width 58 PASS oldChildWindow.screen.width is newChildWindow.screen.width
55 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible 59 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible
56 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 60 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
57 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 61 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
58 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 62 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
59 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 63 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
60 PASS successfullyParsed is true 64 PASS successfullyParsed is true
61 65
62 TEST COMPLETE 66 TEST COMPLETE
63 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698