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

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

Issue 2706923002: Rework security checks to be based on Window rather than Frame. (Closed)
Patch Set: Fix test typo Created 3 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
1 CONSOLE WARNING: line 104: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d. 1 CONSOLE WARNING: line 107: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d.
2 Tests property access on a cached DOMWindow after the associated frame is no lon ger in a web page. Test should not crash and properties should be set to sane de faults. 2 Tests property access on a cached DOMWindow after the associated frame is no lon ger in a web page. Test should not crash and properties should be set to sane de faults.
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 childWindow.closed is true 7 PASS childWindow.closed is true
8 PASS childWindow.defaultStatus is '' 8 PASS childWindow.defaultStatus is ''
9 PASS childWindow.defaultstatus is '' 9 PASS childWindow.defaultstatus is ''
10 PASS childWindow.devicePixelRatio is 0 10 PASS childWindow.devicePixelRatio is 0
11 PASS childWindow.history.length is 0 11 PASS childWindow.history.length is 0
12 PASS childWindow.history.scrollRestoration is 'auto' 12 PASS childWindow.history.scrollRestoration is 'auto'
13 PASS childWindow.history.state is null 13 PASS childWindow.history.state is null
14 PASS childWindow.innerHeight is 0 14 PASS childWindow.innerHeight is 0
15 PASS childWindow.innerWidth is 0 15 PASS childWindow.innerWidth is 0
16 PASS childWindow.isSecureContext is false 16 PASS childWindow.isSecureContext is false
17 PASS childWindow.length is 0 17 PASS childWindow.length is 0
18 PASS childWindow.location.ancestorOrigins.length is 0
19 PASS childWindow.location.hash is ''
20 PASS childWindow.location.host is ''
21 PASS childWindow.location.hostname is ''
22 PASS childWindow.location.href is 'about:blank'
23 PASS childWindow.location.origin is 'null'
24 PASS childWindow.location.pathname is 'blank'
25 PASS childWindow.location.port is ''
26 PASS childWindow.location.protocol is 'about:'
27 PASS childWindow.location.search is ''
18 PASS childWindow.locationbar.visible is false 28 PASS childWindow.locationbar.visible is false
19 PASS childWindow.menubar.visible is false 29 PASS childWindow.menubar.visible is false
20 PASS childWindow.name is '' 30 PASS childWindow.name is ''
21 PASS childWindow.navigator.appCodeName is window.navigator.appCodeName 31 PASS childWindow.navigator.appCodeName is window.navigator.appCodeName
22 PASS childWindow.navigator.appName is window.navigator.appName 32 PASS childWindow.navigator.appName is window.navigator.appName
23 PASS childWindow.navigator.appVersion is '' 33 PASS childWindow.navigator.appVersion is ''
24 PASS childWindow.navigator.cookieEnabled is false 34 PASS childWindow.navigator.cookieEnabled is false
25 PASS childWindow.navigator.doNotTrack is null 35 PASS childWindow.navigator.doNotTrack is null
26 PASS childWindow.navigator.hardwareConcurrency is window.navigator.hardwareConcu rrency 36 PASS childWindow.navigator.hardwareConcurrency is window.navigator.hardwareConcu rrency
27 PASS childWindow.navigator.language is window.navigator.language 37 PASS childWindow.navigator.language is window.navigator.language
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 PASS childWindow.speechSynthesis.pending is false 200 PASS childWindow.speechSynthesis.pending is false
191 PASS childWindow.speechSynthesis.speaking is false 201 PASS childWindow.speechSynthesis.speaking is false
192 PASS childWindow.status is '' 202 PASS childWindow.status is ''
193 PASS childWindow.statusbar.visible is false 203 PASS childWindow.statusbar.visible is false
194 PASS childWindow.styleMedia.type is '' 204 PASS childWindow.styleMedia.type is ''
195 PASS childWindow.toolbar.visible is false 205 PASS childWindow.toolbar.visible is false
196 PASS successfullyParsed is true 206 PASS successfullyParsed is true
197 207
198 TEST COMPLETE 208 TEST COMPLETE
199 209
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698