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

Unified Diff: LayoutTests/fast/dom/HTMLDocument/script-tests/document-all.js

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/HTMLDocument/script-tests/document-all.js
diff --git a/LayoutTests/fast/dom/HTMLDocument/script-tests/document-all.js b/LayoutTests/fast/dom/HTMLDocument/script-tests/document-all.js
index b6e40d56537db4342dbae0d034a850d03a70c5fc..f2ade4eec54a3aa1374003ff7866478a95403190 100644
--- a/LayoutTests/fast/dom/HTMLDocument/script-tests/document-all.js
+++ b/LayoutTests/fast/dom/HTMLDocument/script-tests/document-all.js
@@ -1,4 +1,2 @@
var htmlallcollection = document.all;
shouldBe('htmlallcollection.toString()', "'[object HTMLAllCollection]'");
-shouldBeTrue('typeof htmlallcollection.tags == "function"');
-shouldBe('htmlallcollection.tags("body").length', "1");
« no previous file with comments | « LayoutTests/fast/dom/HTMLDocument/document-all-expected.txt ('k') | LayoutTests/fast/dom/document-all-tags.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698