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

Unified Diff: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html

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/resources/cross-frame-iframe-for-put-test.html
diff --git a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
index ac2eae73112ad6c36f9216866ca8a77582a7d9b2..832263f3360c73d5fd7d30ba5f38a4613bab4ad5 100644
--- a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
+++ b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
@@ -122,7 +122,6 @@
var NotationOld = window.Notation;
var ProcessingInstructionOld = window.ProcessingInstruction;
var RangeErrorOld = window.RangeError;
- var RangeExceptionOld = window.RangeException;
var RangeOld = window.Range;
var ReferenceErrorOld = window.ReferenceError;
var SyntaxErrorOld = window.SyntaxError;
@@ -327,7 +326,6 @@
shouldBe("window.ProcessingInstruction", "ProcessingInstructionOld");
shouldBe("window.Range", "RangeOld");
shouldBe("window.RangeError", "RangeErrorOld");
- shouldBe("window.RangeException", "RangeExceptionOld");
shouldBe("window.ReferenceError", "ReferenceErrorOld");
shouldBe("window.SyntaxError", "SyntaxErrorOld");
shouldBe("window.Text", "TextOld");

Powered by Google App Engine
This is Rietveld 408576698