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-get.html

Issue 491693003: Remove the Notation interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 <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", 9 "CSSPrimitiveValue",
10 "CSSRule", 10 "CSSRule",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "HTMLTableRowElement", 77 "HTMLTableRowElement",
78 "HTMLTableSectionElement", 78 "HTMLTableSectionElement",
79 "HTMLTextAreaElement", 79 "HTMLTextAreaElement",
80 "HTMLTitleElement", 80 "HTMLTitleElement",
81 "HTMLUListElement", 81 "HTMLUListElement",
82 "HTMLVideoElement", 82 "HTMLVideoElement",
83 "Image", 83 "Image",
84 "MutationEvent", 84 "MutationEvent",
85 "Node", 85 "Node",
86 "NodeFilter", 86 "NodeFilter",
87 "Notation",
88 "Option", 87 "Option",
89 "ProcessingInstruction", 88 "ProcessingInstruction",
90 "Range", 89 "Range",
91 "RangeError", 90 "RangeError",
92 "ReferenceError", 91 "ReferenceError",
93 "SyntaxError", 92 "SyntaxError",
94 "Text", 93 "Text",
95 "TypeError", 94 "TypeError",
96 "URIError", 95 "URIError",
97 "XMLDocument", 96 "XMLDocument",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 } 284 }
286 } 285 }
287 </script> 286 </script>
288 </head> 287 </head>
289 <body> 288 <body>
290 <p>This test checks cross-frame access security (rdar://problem/5251309).</p> 289 <p>This test checks cross-frame access security (rdar://problem/5251309).</p>
291 <iframe src="http://localhost:8000/security/resources/cross-frame-iframe-for-get -test.html" style=""></iframe> 290 <iframe src="http://localhost:8000/security/resources/cross-frame-iframe-for-get -test.html" style=""></iframe>
292 <pre id="console"></pre> 291 <pre id="console"></pre>
293 </body> 292 </body>
294 </html> 293 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698