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

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

Issue 740223003: Revive tests for Document.createAttributeNS() and Element.setAttributeNodeNS() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: deprecation messages 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/http/tests/security/xss-DENIED-iframe-src-alias.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 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.
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. 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.
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. 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. 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 WARNING: 'Element.setAttributeNodeNS' is deprecated and has been removed from DOM4 (http://w3.org/tr/dom).
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.
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.
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.
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. 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.
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.
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.
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. 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.
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. 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.
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. 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.
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. 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.
14 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. 16 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.
15 17
16 18
17 19
18 20
19 21
20 22
21 23
22 24
23 25
24 26
25 27
26 28
27 29
28 30
31
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/security/xss-DENIED-iframe-src-alias.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698