Title: [94970] trunk/LayoutTests
Revision
94970
Author
e...@webkit.org
Date
2011-09-12 12:50:41 -0700 (Mon, 12 Sep 2011)

Log Message

Implement a HashChangeEvent constructor for JSC
https://bugs.webkit.org/show_bug.cgi?id=67924

Unreviewed.  Updating results which were forgotten.

* fast/dom/constructed-objects-prototypes-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94969 => 94970)


--- trunk/LayoutTests/ChangeLog	2011-09-12 18:55:07 UTC (rev 94969)
+++ trunk/LayoutTests/ChangeLog	2011-09-12 19:50:41 UTC (rev 94970)
@@ -1,3 +1,12 @@
+2011-09-12  Eric Seidel  <e...@webkit.org>
+
+        Implement a HashChangeEvent constructor for JSC
+        https://bugs.webkit.org/show_bug.cgi?id=67924
+
+        Unreviewed.  Updating results which were forgotten.
+
+        * fast/dom/constructed-objects-prototypes-expected.txt:
+
 2011-09-12  Chris Rogers  <crog...@google.com>
 
         DelayNode delay buffer is not correctly wrapping around

Modified: trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt (94969 => 94970)


--- trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt	2011-09-12 18:55:07 UTC (rev 94969)
+++ trunk/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt	2011-09-12 19:50:41 UTC (rev 94970)
@@ -13,6 +13,8 @@
 PASS (new inner.Event()).constructor.isInner is true
 PASS (new inner.FormData()).isInner is true
 PASS (new inner.FormData()).constructor.isInner is true
+PASS (new inner.HashChangeEvent()).isInner is true
+PASS (new inner.HashChangeEvent()).constructor.isInner is true
 PASS (new inner.Image()).isInner is true
 PASS (new inner.Image()).constructor.isInner is true
 PASS (new inner.MessageChannel()).isInner is true
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to