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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 var htmlallcollection = document.all; 1 var htmlallcollection = document.all;
2 shouldBe('htmlallcollection.toString()', "'[object HTMLAllCollection]'"); 2 shouldBe('htmlallcollection.toString()', "'[object HTMLAllCollection]'");
3 shouldBeTrue('typeof htmlallcollection.tags == "function"');
4 shouldBe('htmlallcollection.tags("body").length', "1");
OLDNEW
« 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