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

Side by Side Diff: LayoutTests/http/tests/security/cross-frame-access-get.html

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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/cross-frame-access-get-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="resources/cross-frame-access.js"></script> 3 <script src="resources/cross-frame-access.js"></script>
4 <script> 4 <script>
5 var windowConstructorPropertiesNotAllowed = [ 5 var windowConstructorPropertiesNotAllowed = [
6 "Attr", 6 "Attr",
7 "Audio", 7 "Audio",
8 "CDATASection", 8 "CDATASection",
9 "CSSPrimitiveValue",
10 "CSSRule", 9 "CSSRule",
11 "CSSStyleDeclaration", 10 "CSSStyleDeclaration",
12 "CSSValue",
13 "CharacterData", 11 "CharacterData",
14 "Comment", 12 "Comment",
15 "DOMException", 13 "DOMException",
16 "DOMImplementation", 14 "DOMImplementation",
17 "DOMParser", 15 "DOMParser",
18 "Document", 16 "Document",
19 "DocumentFragment", 17 "DocumentFragment",
20 "DocumentType", 18 "DocumentType",
21 "Element", 19 "Element",
22 "EntityReference", 20 "EntityReference",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 } 269 }
272 } 270 }
273 </script> 271 </script>
274 </head> 272 </head>
275 <body> 273 <body>
276 <p>This test checks cross-frame access security (rdar://problem/5251309).</p> 274 <p>This test checks cross-frame access security (rdar://problem/5251309).</p>
277 <iframe src="http://localhost:8000/security/resources/cross-frame-iframe-for-get -test.html" style=""></iframe> 275 <iframe src="http://localhost:8000/security/resources/cross-frame-iframe-for-get -test.html" style=""></iframe>
278 <pre id="console"></pre> 276 <pre id="console"></pre>
279 </body> 277 </body>
280 </html> 278 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/cross-frame-access-get-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698