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

Side by Side Diff: LayoutTests/http/tests/security/xss-DENIED-iframe-src-alias-expected.txt

Issue 1158433004: Remove Attr child nodes (making Attr a Node, not a ContainerNode) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address feedback Created 5 years, 6 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 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match. 1 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
2 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match. 2 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
3 CONSOLE WARNING: Attr child nodes are deprecated and will be removed in M45, aro und August 2015. Please use 'Attr.value' instead.
4 CONSOLE WARNING: Attr child nodes are deprecated and will be removed in M45, aro und August 2015. Please use 'Attr.value' instead.
5 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
6 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
7 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match. 3 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
8 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match. 4 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
9 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match. 5 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
10 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
11 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
12 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
13 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
14 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match. 6 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
15 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match. 7 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
16 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match. 8 CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessin g a frame with origin "http://localhost:8080". Protocols, domains, and ports mus t match.
17 This script tests if iframe.src can be set to a JavaScript URL via alternate DOM interfaces (such as Node.textContent or NamedNode.setNamedItem). The test is su ccessful if no alerts appear and the page finishes loading. 9 This script tests if iframe.src can be set to a JavaScript URL via alternate DOM interfaces (such as Node.textContent or NamedNode.setNamedItem). The test is su ccessful if no alerts appear and the page finishes loading.
18 10
19 11
20 12
21 13
22 14
23 15
24 16
25 17
26 18
27 19
28
29
30
31
32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698