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"); |