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

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

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 This test checks cross-frame access security of getOwnPropertyDescriptor (https: //bugs.webkit.org/show_bug.cgi?id=32119). 1 This test checks cross-frame access security of getOwnPropertyDescriptor (https: //bugs.webkit.org/show_bug.cgi?id=32119).
2 2
3 3
4 4
5 ----- tests for getting of not allowed properties ----- 5 ----- tests for getting of not allowed properties -----
6 6
7 7
8 ----- tests for getting of not allowed Constructors ----- 8 ----- tests for getting of not allowed Constructors -----
9 9
10 PASS: canGetDescriptor(targetWindow, 'Attr') should be 'false' and is. 10 PASS: canGetDescriptor(targetWindow, 'Attr') should be 'false' and is.
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 PASS: canGetDescriptor(targetWindow, 'HTMLTableRowElement') should be 'false' an d is. 81 PASS: canGetDescriptor(targetWindow, 'HTMLTableRowElement') should be 'false' an d is.
82 PASS: canGetDescriptor(targetWindow, 'HTMLTableSectionElement') should be 'false ' and is. 82 PASS: canGetDescriptor(targetWindow, 'HTMLTableSectionElement') should be 'false ' and is.
83 PASS: canGetDescriptor(targetWindow, 'HTMLTextAreaElement') should be 'false' an d is. 83 PASS: canGetDescriptor(targetWindow, 'HTMLTextAreaElement') should be 'false' an d is.
84 PASS: canGetDescriptor(targetWindow, 'HTMLTitleElement') should be 'false' and i s. 84 PASS: canGetDescriptor(targetWindow, 'HTMLTitleElement') should be 'false' and i s.
85 PASS: canGetDescriptor(targetWindow, 'HTMLUListElement') should be 'false' and i s. 85 PASS: canGetDescriptor(targetWindow, 'HTMLUListElement') should be 'false' and i s.
86 PASS: canGetDescriptor(targetWindow, 'HTMLVideoElement') should be 'false' and i s. 86 PASS: canGetDescriptor(targetWindow, 'HTMLVideoElement') should be 'false' and i s.
87 PASS: canGetDescriptor(targetWindow, 'Image') should be 'false' and is. 87 PASS: canGetDescriptor(targetWindow, 'Image') should be 'false' and is.
88 PASS: canGetDescriptor(targetWindow, 'MutationEvent') should be 'false' and is. 88 PASS: canGetDescriptor(targetWindow, 'MutationEvent') should be 'false' and is.
89 PASS: canGetDescriptor(targetWindow, 'Node') should be 'false' and is. 89 PASS: canGetDescriptor(targetWindow, 'Node') should be 'false' and is.
90 PASS: canGetDescriptor(targetWindow, 'NodeFilter') should be 'false' and is. 90 PASS: canGetDescriptor(targetWindow, 'NodeFilter') should be 'false' and is.
91 PASS: canGetDescriptor(targetWindow, 'Notation') should be 'false' and is.
92 PASS: canGetDescriptor(targetWindow, 'Option') should be 'false' and is. 91 PASS: canGetDescriptor(targetWindow, 'Option') should be 'false' and is.
93 PASS: canGetDescriptor(targetWindow, 'ProcessingInstruction') should be 'false' and is. 92 PASS: canGetDescriptor(targetWindow, 'ProcessingInstruction') should be 'false' and is.
94 PASS: canGetDescriptor(targetWindow, 'Range') should be 'false' and is. 93 PASS: canGetDescriptor(targetWindow, 'Range') should be 'false' and is.
95 PASS: canGetDescriptor(targetWindow, 'RangeError') should be 'false' and is. 94 PASS: canGetDescriptor(targetWindow, 'RangeError') should be 'false' and is.
96 PASS: canGetDescriptor(targetWindow, 'ReferenceError') should be 'false' and is. 95 PASS: canGetDescriptor(targetWindow, 'ReferenceError') should be 'false' and is.
97 PASS: canGetDescriptor(targetWindow, 'SyntaxError') should be 'false' and is. 96 PASS: canGetDescriptor(targetWindow, 'SyntaxError') should be 'false' and is.
98 PASS: canGetDescriptor(targetWindow, 'Text') should be 'false' and is. 97 PASS: canGetDescriptor(targetWindow, 'Text') should be 'false' and is.
99 PASS: canGetDescriptor(targetWindow, 'TypeError') should be 'false' and is. 98 PASS: canGetDescriptor(targetWindow, 'TypeError') should be 'false' and is.
100 PASS: canGetDescriptor(targetWindow, 'URIError') should be 'false' and is. 99 PASS: canGetDescriptor(targetWindow, 'URIError') should be 'false' and is.
101 PASS: canGetDescriptor(targetWindow, 'XMLDocument') should be 'false' and is. 100 PASS: canGetDescriptor(targetWindow, 'XMLDocument') should be 'false' and is.
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 PASS: canGetDescriptor(targetLocation, 'hash') should be 'false' and is. 222 PASS: canGetDescriptor(targetLocation, 'hash') should be 'false' and is.
224 PASS: canGetDescriptor(targetLocation, 'toString') should be 'false' and is. 223 PASS: canGetDescriptor(targetLocation, 'toString') should be 'false' and is.
225 PASS: canGetDescriptor(targetLocation, 'valueOf') should be 'false' and is. 224 PASS: canGetDescriptor(targetLocation, 'valueOf') should be 'false' and is.
226 PASS: canGetDescriptor(targetLocation, 'customProperty') should be 'false' and i s. 225 PASS: canGetDescriptor(targetLocation, 'customProperty') should be 'false' and i s.
227 PASS: canGetDescriptor(targetLocation, 'reload') should be 'false' and is. 226 PASS: canGetDescriptor(targetLocation, 'reload') should be 'false' and is.
228 PASS: canGetDescriptor(targetLocation, 'assign') should be 'true' and is. 227 PASS: canGetDescriptor(targetLocation, 'assign') should be 'true' and is.
229 PASS: canGetDescriptor(targetLocation, 'replace') should be 'true' and is. 228 PASS: canGetDescriptor(targetLocation, 'replace') should be 'true' and is.
230 ----- tests access to cross domain history object ----- 229 ----- tests access to cross domain history object -----
231 PASS: targetWindow.history should have thrown an exception, and did: SecurityErr or: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-o rigin frame. 230 PASS: targetWindow.history should have thrown an exception, and did: SecurityErr or: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-o rigin frame.
232 231
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698