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

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

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 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 f021179b3827b65780b0d92db470413df3aa6f19..2bb502fac04f1beafacf4cd5be58bd82a2af04d0 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
@@ -135,7 +135,6 @@
var MutationEventOld = window.MutationEvent;
var NodeFilterOld = window.NodeFilter;
var NodeOld = window.Node;
- var NotationOld = window.Notation;
var ProcessingInstructionOld = window.ProcessingInstruction;
var RangeErrorOld = window.RangeError;
var RangeOld = window.Range;
@@ -337,7 +336,6 @@
shouldBe("window.MutationEvent", "MutationEventOld");
shouldBe("window.Node", "NodeOld");
shouldBe("window.NodeFilter", "NodeFilterOld");
- shouldBe("window.Notation", "NotationOld");
shouldBe("window.ProcessingInstruction", "ProcessingInstructionOld");
shouldBe("window.Range", "RangeOld");
shouldBe("window.RangeError", "RangeErrorOld");

Powered by Google App Engine
This is Rietveld 408576698