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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-put-expected.txt

Issue 14705009: Remove RangeException interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectation Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
index aad170ddeac63654c692053ce33889103fff6ce1..dd8e9bfd5d50a527b0542d0e2d06554994026e5a 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
@@ -188,7 +188,6 @@ CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access
CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
-CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
ALERT: PASS: window.Attr should be 'function Attr() { [native code] }' and is.
ALERT: PASS: window.CDATASection should be 'function CDATASection() { [native code] }' and is.
ALERT: PASS: window.CharacterData should be 'function CharacterData() { [native code] }' and is.
@@ -269,7 +268,6 @@ ALERT: PASS: window.Notation should be 'function Notation() { [native code] }' a
ALERT: PASS: window.ProcessingInstruction should be 'function ProcessingInstruction() { [native code] }' and is.
ALERT: PASS: window.Range should be 'function Range() { [native code] }' and is.
ALERT: PASS: window.RangeError should be 'function RangeError() { [native code] }' and is.
-ALERT: PASS: window.RangeException should be 'function RangeException() { [native code] }' and is.
ALERT: PASS: window.ReferenceError should be 'function ReferenceError() { [native code] }' and is.
ALERT: PASS: window.SyntaxError should be 'function SyntaxError() { [native code] }' and is.
ALERT: PASS: window.Text should be 'function Text() { [native code] }' and is.

Powered by Google App Engine
This is Rietveld 408576698