Title: [126400] trunk/LayoutTests
Revision
126400
Author
[email protected]
Date
2012-08-23 00:37:50 -0700 (Thu, 23 Aug 2012)

Log Message

Unreviewed gardening.

After the TextTrackCue constructor was updated in r126350 the
expected constructor length is 3. Updating fast/js/constructor-length.html
to reflect that.

* fast/js/constructor-length.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126399 => 126400)


--- trunk/LayoutTests/ChangeLog	2012-08-23 07:35:47 UTC (rev 126399)
+++ trunk/LayoutTests/ChangeLog	2012-08-23 07:37:50 UTC (rev 126400)
@@ -1,3 +1,13 @@
+2012-08-23  Zan Dobersek  <[email protected]>
+
+        Unreviewed gardening.
+
+        After the TextTrackCue constructor was updated in r126350 the
+        expected constructor length is 3. Updating fast/js/constructor-length.html
+        to reflect that.
+
+        * fast/js/constructor-length.html:
+
 2012-08-23  Hajime Morrita  <[email protected]>
 
         Unreviewed Chromium gardeing.

Modified: trunk/LayoutTests/fast/js/constructor-length.html (126399 => 126400)


--- trunk/LayoutTests/fast/js/constructor-length.html	2012-08-23 07:35:47 UTC (rev 126399)
+++ trunk/LayoutTests/fast/js/constructor-length.html	2012-08-23 07:37:50 UTC (rev 126400)
@@ -40,7 +40,7 @@
 shouldBe('ShadowRoot.length', '1');
 shouldBe('SharedWorker.length', '2');
 shouldBe('StorageEvent.length', '2');
-shouldBe('TextTrackCue.length', '6');
+shouldBe('TextTrackCue.length', '3');
 shouldBe('TrackEvent.length', '2');
 shouldBe('Uint16Array.length', '1');
 shouldBe('Uint32Array.length', '1');
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to