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

Side by Side Diff: LayoutTests/http/tests/security/cross-frame-access-put-expected.txt

Issue 711043004: Don't test CSSValue in http/tests/security tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 ALERT: PASS: window.Attr should be 'function Attr() { [native code] }' and is. 1 ALERT: PASS: window.Attr should be 'function Attr() { [native code] }' and is.
2 ALERT: PASS: window.CDATASection should be 'function CDATASection() { [native co de] }' and is. 2 ALERT: PASS: window.CDATASection should be 'function CDATASection() { [native co de] }' and is.
3 ALERT: PASS: window.CharacterData should be 'function CharacterData() { [native code] }' and is. 3 ALERT: PASS: window.CharacterData should be 'function CharacterData() { [native code] }' and is.
4 ALERT: PASS: window.Comment should be 'function Comment() { [native code] }' and is. 4 ALERT: PASS: window.Comment should be 'function Comment() { [native code] }' and is.
5 ALERT: PASS: window.CSSPrimitiveValue should be 'function CSSPrimitiveValue() { [native code] }' and is.
6 ALERT: PASS: window.CSSRule should be 'function CSSRule() { [native code] }' and is. 5 ALERT: PASS: window.CSSRule should be 'function CSSRule() { [native code] }' and is.
7 ALERT: PASS: window.CSSStyleDeclaration should be 'function CSSStyleDeclaration( ) { [native code] }' and is. 6 ALERT: PASS: window.CSSStyleDeclaration should be 'function CSSStyleDeclaration( ) { [native code] }' and is.
8 ALERT: PASS: window.CSSValue should be 'function CSSValue() { [native code] }' a nd is.
9 ALERT: PASS: window.Document should be 'function Document() { [native code] }' a nd is. 7 ALERT: PASS: window.Document should be 'function Document() { [native code] }' a nd is.
10 ALERT: PASS: window.DocumentFragment should be 'function DocumentFragment() { [n ative code] }' and is. 8 ALERT: PASS: window.DocumentFragment should be 'function DocumentFragment() { [n ative code] }' and is.
11 ALERT: PASS: window.DocumentType should be 'function DocumentType() { [native co de] }' and is. 9 ALERT: PASS: window.DocumentType should be 'function DocumentType() { [native co de] }' and is.
12 ALERT: PASS: window.DOMException should be 'function DOMException() { [native co de] }' and is. 10 ALERT: PASS: window.DOMException should be 'function DOMException() { [native co de] }' and is.
13 ALERT: PASS: window.DOMImplementation should be 'function DOMImplementation() { [native code] }' and is. 11 ALERT: PASS: window.DOMImplementation should be 'function DOMImplementation() { [native code] }' and is.
14 ALERT: PASS: window.DOMParser should be 'function DOMParser() { [native code] }' and is. 12 ALERT: PASS: window.DOMParser should be 'function DOMParser() { [native code] }' and is.
15 ALERT: PASS: window.Element should be 'function Element() { [native code] }' and is. 13 ALERT: PASS: window.Element should be 'function Element() { [native code] }' and is.
16 ALERT: PASS: window.Entity should be 'undefined' and is. 14 ALERT: PASS: window.Entity should be 'undefined' and is.
17 ALERT: PASS: window.EntityReference should be 'undefined' and is. 15 ALERT: PASS: window.EntityReference should be 'undefined' and is.
18 ALERT: PASS: window.EvalError should be 'function EvalError() { [native code] }' and is. 16 ALERT: PASS: window.EvalError should be 'function EvalError() { [native code] }' and is.
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 ALERT: PASS: window.setTimeout should be 'function setTimeout() { [native code] }' and is. 185 ALERT: PASS: window.setTimeout should be 'function setTimeout() { [native code] }' and is.
188 ALERT: PASS: window.showModalDialog matched the expected value. 186 ALERT: PASS: window.showModalDialog matched the expected value.
189 ALERT: PASS: window.stop should be 'function stop() { [native code] }' and is. 187 ALERT: PASS: window.stop should be 'function stop() { [native code] }' and is.
190 This test checks cross-frame access security of window attribute setters (rdar:/ /problem/5326791). 188 This test checks cross-frame access security of window attribute setters (rdar:/ /problem/5326791).
191 189
192 190
193 PASS: Unable to set property Attr: SecurityError: Blocked a frame with origin "h ttp://127.0.0.1:8000" from accessing a cross-origin frame. 191 PASS: Unable to set property Attr: SecurityError: Blocked a frame with origin "h ttp://127.0.0.1:8000" from accessing a cross-origin frame.
194 PASS: Unable to set property CDATASection: SecurityError: Blocked a frame with o rigin "http://127.0.0.1:8000" from accessing a cross-origin frame. 192 PASS: Unable to set property CDATASection: SecurityError: Blocked a frame with o rigin "http://127.0.0.1:8000" from accessing a cross-origin frame.
195 PASS: Unable to set property CharacterData: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. 193 PASS: Unable to set property CharacterData: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
196 PASS: Unable to set property Comment: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. 194 PASS: Unable to set property Comment: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
197 PASS: Unable to set property CSSPrimitiveValue: SecurityError: Blocked a frame w ith origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
198 PASS: Unable to set property CSSRule: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. 195 PASS: Unable to set property CSSRule: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
199 PASS: Unable to set property CSSStyleDeclaration: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. 196 PASS: Unable to set property CSSStyleDeclaration: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
200 PASS: Unable to set property CSSValue: SecurityError: Blocked a frame with origi n "http://127.0.0.1:8000" from accessing a cross-origin frame.
201 PASS: Unable to set property Document: SecurityError: Blocked a frame with origi n "http://127.0.0.1:8000" from accessing a cross-origin frame. 197 PASS: Unable to set property Document: SecurityError: Blocked a frame with origi n "http://127.0.0.1:8000" from accessing a cross-origin frame.
202 PASS: Unable to set property DocumentFragment: SecurityError: Blocked a frame wi th origin "http://127.0.0.1:8000" from accessing a cross-origin frame. 198 PASS: Unable to set property DocumentFragment: SecurityError: Blocked a frame wi th origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
203 PASS: Unable to set property DocumentType: SecurityError: Blocked a frame with o rigin "http://127.0.0.1:8000" from accessing a cross-origin frame. 199 PASS: Unable to set property DocumentType: SecurityError: Blocked a frame with o rigin "http://127.0.0.1:8000" from accessing a cross-origin frame.
204 PASS: Unable to set property DOMException: SecurityError: Blocked a frame with o rigin "http://127.0.0.1:8000" from accessing a cross-origin frame. 200 PASS: Unable to set property DOMException: SecurityError: Blocked a frame with o rigin "http://127.0.0.1:8000" from accessing a cross-origin frame.
205 PASS: Unable to set property DOMImplementation: SecurityError: Blocked a frame w ith origin "http://127.0.0.1:8000" from accessing a cross-origin frame. 201 PASS: Unable to set property DOMImplementation: SecurityError: Blocked a frame w ith origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
206 PASS: Unable to set property DOMParser: SecurityError: Blocked a frame with orig in "http://127.0.0.1:8000" from accessing a cross-origin frame. 202 PASS: Unable to set property DOMParser: SecurityError: Blocked a frame with orig in "http://127.0.0.1:8000" from accessing a cross-origin frame.
207 PASS: Unable to set property Element: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. 203 PASS: Unable to set property Element: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
208 PASS: Unable to set property EvalError: SecurityError: Blocked a frame with orig in "http://127.0.0.1:8000" from accessing a cross-origin frame. 204 PASS: Unable to set property EvalError: SecurityError: Blocked a frame with orig in "http://127.0.0.1:8000" from accessing a cross-origin frame.
209 PASS: Unable to set property Event: SecurityError: Blocked a frame with origin " http://127.0.0.1:8000" from accessing a cross-origin frame. 205 PASS: Unable to set property Event: SecurityError: Blocked a frame with origin " http://127.0.0.1:8000" from accessing a cross-origin frame.
210 PASS: Unable to set property HTMLAnchorElement: SecurityError: Blocked a frame w ith origin "http://127.0.0.1:8000" from accessing a cross-origin frame. 206 PASS: Unable to set property HTMLAnchorElement: SecurityError: Blocked a frame w ith origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 PASS: Unable to set property resizeTo: SecurityError: Blocked a frame with origi n "http://127.0.0.1:8000" from accessing a cross-origin frame. 367 PASS: Unable to set property resizeTo: SecurityError: Blocked a frame with origi n "http://127.0.0.1:8000" from accessing a cross-origin frame.
372 PASS: Unable to set property scroll: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. 368 PASS: Unable to set property scroll: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
373 PASS: Unable to set property scrollBy: SecurityError: Blocked a frame with origi n "http://127.0.0.1:8000" from accessing a cross-origin frame. 369 PASS: Unable to set property scrollBy: SecurityError: Blocked a frame with origi n "http://127.0.0.1:8000" from accessing a cross-origin frame.
374 PASS: Unable to set property scrollTo: SecurityError: Blocked a frame with origi n "http://127.0.0.1:8000" from accessing a cross-origin frame. 370 PASS: Unable to set property scrollTo: SecurityError: Blocked a frame with origi n "http://127.0.0.1:8000" from accessing a cross-origin frame.
375 PASS: Unable to set property setInterval: SecurityError: Blocked a frame with or igin "http://127.0.0.1:8000" from accessing a cross-origin frame. 371 PASS: Unable to set property setInterval: SecurityError: Blocked a frame with or igin "http://127.0.0.1:8000" from accessing a cross-origin frame.
376 PASS: Unable to set property setTimeout: SecurityError: Blocked a frame with ori gin "http://127.0.0.1:8000" from accessing a cross-origin frame. 372 PASS: Unable to set property setTimeout: SecurityError: Blocked a frame with ori gin "http://127.0.0.1:8000" from accessing a cross-origin frame.
377 PASS: Unable to set property showModalDialog: SecurityError: Blocked a frame wit h origin "http://127.0.0.1:8000" from accessing a cross-origin frame. 373 PASS: Unable to set property showModalDialog: SecurityError: Blocked a frame wit h origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
378 PASS: Unable to set property stop: SecurityError: Blocked a frame with origin "h ttp://127.0.0.1:8000" from accessing a cross-origin frame. 374 PASS: Unable to set property stop: SecurityError: Blocked a frame with origin "h ttp://127.0.0.1:8000" from accessing a cross-origin frame.
379 MAIN WINDOW: !!-- Test ended--!! 375 MAIN WINDOW: !!-- Test ended--!!
380 376
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698