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

Unified Diff: LayoutTests/fast/dom/document-all-tags.html

Issue 148693003: Remove legacy HTMLAllCollection.tags() method (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/fast/dom/document-all-tags.html
diff --git a/LayoutTests/fast/dom/document-all-tags.html b/LayoutTests/fast/dom/document-all-tags.html
deleted file mode 100644
index 073e71d42a321255a9c6c880d412b762a444ee63..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/document-all-tags.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
-<script src="../../resources/js-test.js"></script>
-</head>
-<body>
-<script>
-description('Test that HTMLAllCollection.tags() matches IE behavior with too few arguments.');
-shouldThrow("document.all.tags()");
-</script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/fast/dom/HTMLDocument/script-tests/document-all.js ('k') | LayoutTests/fast/dom/document-all-tags-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698