Result 239 Detail

id
239
type
layouttestresult
test
chromium/chrome/fast/dom/htmlcollection-detectability.html
test version
0
ua
Firefox 3 Lin (3.0.6)
date
2009-02-22 13:38:42
duration
0.269347190857
session
1235331508
succeeded
0
status
FAIL

Layouttest result detail

expected:
This test verified that only document.all is undetectable. Other HTMLCollections should be detectable.

Passed: document.all is undetectable.
Passed: document.images is detectable.
Passed: document.applets is detectable.
Passed: document.links is detectable.
Passed: document.forms is detectable.
Passed: document.anchors is detectable.
Passed: document.embeds is detectable.
Passed: document.plugins is detectable.
Passed: document.scripts is detectable.

actual:


This test verified that only document.all is undetectable.  Other
HTMLCollections should be detectable.


Passed: document.all is undetectable.
Passed: document.images is detectable.
Passed: document.applets is detectable.
Passed: document.links is detectable.
Passed: document.forms is detectable.
Passed: document.anchors is detectable.
Passed: document.embeds is detectable.
Passed: document.plugins is detectable.
Failed: document.scripts is detectable.

diff:
--- chromium/chrome/fast/dom/htmlcollection-detectability-expected.txt 

+++ chromium/chrome/fast/dom/htmlcollection-detectability-actual.txt 

@@ -1,4 +1,9 @@

-This test verified that only document.all is undetectable. Other HTMLCollections should be detectable.
+
+
+
+This test verified that only document.all is undetectable.  Other
+HTMLCollections should be detectable.
+
 
 Passed: document.all is undetectable.
 Passed: document.images is detectable.
@@ -8,5 +13,5 @@

 Passed: document.anchors is detectable.
 Passed: document.embeds is detectable.
 Passed: document.plugins is detectable.
-Passed: document.scripts is detectable.
+Failed: document.scripts is detectable.