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

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

Issue 1373773003: Implement 'window.isSecureContext'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: document. Created 5 years, 2 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 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 2 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
3 CONSOLE WARNING: 'Performance.onwebkitresourcetimingbufferfull' is deprecated. P lease use 'Performance.onresourcetimingbufferfull' instead. 3 CONSOLE WARNING: 'Performance.onwebkitresourcetimingbufferfull' is deprecated. P lease use 'Performance.onresourcetimingbufferfull' instead.
4 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. 4 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.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached 9 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached
10 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking 10 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking
11 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading 11 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading
12 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror 12 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror
13 PASS oldChildWindow.applicationCache.onnoupdate is newChildWindow.applicationCac he.onnoupdate 13 PASS oldChildWindow.applicationCache.onnoupdate is newChildWindow.applicationCac he.onnoupdate
14 PASS oldChildWindow.applicationCache.onobsolete is newChildWindow.applicationCac he.onobsolete 14 PASS oldChildWindow.applicationCache.onobsolete is newChildWindow.applicationCac he.onobsolete
15 PASS oldChildWindow.applicationCache.onprogress is newChildWindow.applicationCac he.onprogress 15 PASS oldChildWindow.applicationCache.onprogress is newChildWindow.applicationCac he.onprogress
16 PASS oldChildWindow.applicationCache.onupdateready is newChildWindow.application Cache.onupdateready 16 PASS oldChildWindow.applicationCache.onupdateready is newChildWindow.application Cache.onupdateready
17 PASS oldChildWindow.applicationCache.status is newChildWindow.applicationCache.s tatus 17 PASS oldChildWindow.applicationCache.status is newChildWindow.applicationCache.s tatus
18 PASS oldChildWindow.closed is newChildWindow.closed 18 PASS oldChildWindow.closed is newChildWindow.closed
19 PASS oldChildWindow.defaultStatus is newChildWindow.defaultStatus 19 PASS oldChildWindow.defaultStatus is newChildWindow.defaultStatus
20 PASS oldChildWindow.defaultstatus is newChildWindow.defaultstatus 20 PASS oldChildWindow.defaultstatus is newChildWindow.defaultstatus
21 PASS oldChildWindow.devicePixelRatio is newChildWindow.devicePixelRatio 21 PASS oldChildWindow.devicePixelRatio is newChildWindow.devicePixelRatio
22 PASS oldChildWindow.frameElement is newChildWindow.frameElement 22 PASS oldChildWindow.frameElement is newChildWindow.frameElement
23 PASS oldChildWindow.history.length is newChildWindow.history.length 23 PASS oldChildWindow.history.length is newChildWindow.history.length
24 PASS oldChildWindow.history.scrollRestoration is newChildWindow.history.scrollRe storation 24 PASS oldChildWindow.history.scrollRestoration is newChildWindow.history.scrollRe storation
25 PASS oldChildWindow.history.state is newChildWindow.history.state 25 PASS oldChildWindow.history.state is newChildWindow.history.state
26 PASS oldChildWindow.innerHeight is newChildWindow.innerHeight 26 PASS oldChildWindow.innerHeight is newChildWindow.innerHeight
27 PASS oldChildWindow.innerWidth is newChildWindow.innerWidth 27 PASS oldChildWindow.innerWidth is newChildWindow.innerWidth
28 PASS oldChildWindow.isJsTest is newChildWindow.isJsTest 28 PASS oldChildWindow.isJsTest is newChildWindow.isJsTest
29 PASS oldChildWindow.isSecureContext is newChildWindow.isSecureContext
29 PASS oldChildWindow.jsTestIsAsync is newChildWindow.jsTestIsAsync 30 PASS oldChildWindow.jsTestIsAsync is newChildWindow.jsTestIsAsync
30 PASS oldChildWindow.length is newChildWindow.length 31 PASS oldChildWindow.length is newChildWindow.length
31 PASS oldChildWindow.location.ancestorOrigins.length is newChildWindow.location.a ncestorOrigins.length 32 PASS oldChildWindow.location.ancestorOrigins.length is newChildWindow.location.a ncestorOrigins.length
32 PASS oldChildWindow.location.hash is newChildWindow.location.hash 33 PASS oldChildWindow.location.hash is newChildWindow.location.hash
33 PASS oldChildWindow.location.host is newChildWindow.location.host 34 PASS oldChildWindow.location.host is newChildWindow.location.host
34 PASS oldChildWindow.location.hostname is newChildWindow.location.hostname 35 PASS oldChildWindow.location.hostname is newChildWindow.location.hostname
35 PASS oldChildWindow.location.href is newChildWindow.location.href 36 PASS oldChildWindow.location.href is newChildWindow.location.href
36 PASS oldChildWindow.location.origin is newChildWindow.location.origin 37 PASS oldChildWindow.location.origin is newChildWindow.location.origin
37 PASS oldChildWindow.location.pathname is newChildWindow.location.pathname 38 PASS oldChildWindow.location.pathname is newChildWindow.location.pathname
38 PASS oldChildWindow.location.port is newChildWindow.location.port 39 PASS oldChildWindow.location.port is newChildWindow.location.port
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 215 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
215 PASS oldChildWindow.status is newChildWindow.status 216 PASS oldChildWindow.status is newChildWindow.status
216 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 217 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
217 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 218 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
218 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 219 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
219 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 220 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
220 PASS successfullyParsed is true 221 PASS successfullyParsed is true
221 222
222 TEST COMPLETE 223 TEST COMPLETE
223 224
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698