Title: [99871] trunk/LayoutTests
Revision
99871
Author
[email protected]
Date
2011-11-10 09:25:58 -0800 (Thu, 10 Nov 2011)

Log Message

fast/dom/htmlcollection-detectability.html has strange failure output.
<http://webkit.org/b/71946>


Reviewed by Darin Adler.

When a collection should be detectable, but isn't, the test would
say "Failed: document.foo is detectable." It should say that it's
undetectable.

* fast/dom/htmlcollection-detectability.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (99870 => 99871)


--- trunk/LayoutTests/ChangeLog	2011-11-10 17:12:08 UTC (rev 99870)
+++ trunk/LayoutTests/ChangeLog	2011-11-10 17:25:58 UTC (rev 99871)
@@ -1,5 +1,19 @@
 2011-11-10  Andreas Kling  <[email protected]>
 
+        fast/dom/htmlcollection-detectability.html has strange failure output.
+        <http://webkit.org/b/71946>
+
+
+        Reviewed by Darin Adler.
+
+        When a collection should be detectable, but isn't, the test would
+        say "Failed: document.foo is detectable." It should say that it's
+        undetectable.
+
+        * fast/dom/htmlcollection-detectability.html:
+
+2011-11-10  Andreas Kling  <[email protected]>
+
         Cache and reuse HTMLCollections exposed by Document.
         <http://webkit.org/b/71956>
 

Modified: trunk/LayoutTests/fast/dom/htmlcollection-detectability.html (99870 => 99871)


--- trunk/LayoutTests/fast/dom/htmlcollection-detectability.html	2011-11-10 17:12:08 UTC (rev 99870)
+++ trunk/LayoutTests/fast/dom/htmlcollection-detectability.html	2011-11-10 17:25:58 UTC (rev 99871)
@@ -23,7 +23,7 @@
   if (document[name]) {
     document.write("Passed: document." + name + " is detectable.<br>");
   } else {
-    document.write("Failed: document." + name + " is detectable.<br>");
+    document.write("Failed: document." + name + " is undetectable.<br>");
   }
 };
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to