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

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

Issue 183003012: Rebaseline expectations for fast/dom/Window/property-access-on-cached* on Mac (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
(...skipping 27 matching lines...) Expand all
38 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance. timing.domLoading 38 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance. timing.domLoading
39 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.perform ance.timing.domainLookupEnd 39 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.perform ance.timing.domainLookupEnd
40 PASS oldChildWindow.performance.timing.domainLookupStart is newChildWindow.perfo rmance.timing.domainLookupStart 40 PASS oldChildWindow.performance.timing.domainLookupStart is newChildWindow.perfo rmance.timing.domainLookupStart
41 PASS oldChildWindow.performance.timing.fetchStart is newChildWindow.performance. timing.fetchStart 41 PASS oldChildWindow.performance.timing.fetchStart is newChildWindow.performance. timing.fetchStart
42 PASS oldChildWindow.performance.timing.navigationStart is newChildWindow.perform ance.timing.navigationStart 42 PASS oldChildWindow.performance.timing.navigationStart is newChildWindow.perform ance.timing.navigationStart
43 PASS oldChildWindow.performance.timing.requestStart is newChildWindow.performanc e.timing.requestStart 43 PASS oldChildWindow.performance.timing.requestStart is newChildWindow.performanc e.timing.requestStart
44 PASS oldChildWindow.performance.timing.responseEnd is newChildWindow.performance .timing.responseEnd 44 PASS oldChildWindow.performance.timing.responseEnd is newChildWindow.performance .timing.responseEnd
45 PASS oldChildWindow.performance.timing.responseStart is newChildWindow.performan ce.timing.responseStart 45 PASS oldChildWindow.performance.timing.responseStart is newChildWindow.performan ce.timing.responseStart
46 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible 46 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible
47 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight 47 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight
48 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop
48 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth 49 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth
49 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth 50 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth
50 PASS oldChildWindow.screen.height is newChildWindow.screen.height 51 PASS oldChildWindow.screen.height is newChildWindow.screen.height
51 PASS oldChildWindow.screen.orientation is newChildWindow.screen.orientation 52 PASS oldChildWindow.screen.orientation is newChildWindow.screen.orientation
52 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth 53 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth
53 PASS oldChildWindow.screen.width is newChildWindow.screen.width 54 PASS oldChildWindow.screen.width is newChildWindow.screen.width
54 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible 55 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible
55 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 56 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
56 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 57 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
57 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 58 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
58 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 59 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
59 PASS successfullyParsed is true 60 PASS successfullyParsed is true
60 61
61 TEST COMPLETE 62 TEST COMPLETE
62 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698