Title: [126404] trunk/LayoutTests
Revision
126404
Author
[email protected]
Date
2012-08-23 01:26:51 -0700 (Thu, 23 Aug 2012)

Log Message

Unreviewed gardening.

A follow-up to r126400, updating various baselines for fast/js/constructor-length.html
so they are correct.

* platform/gtk/fast/js/constructor-length-expected.txt:
* platform/mac/fast/js/constructor-length-expected.txt:
* platform/qt/fast/js/constructor-length-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126403 => 126404)


--- trunk/LayoutTests/ChangeLog	2012-08-23 08:10:46 UTC (rev 126403)
+++ trunk/LayoutTests/ChangeLog	2012-08-23 08:26:51 UTC (rev 126404)
@@ -1,3 +1,14 @@
+2012-08-23  Zan Dobersek  <[email protected]>
+
+        Unreviewed gardening.
+
+        A follow-up to r126400, updating various baselines for fast/js/constructor-length.html
+        so they are correct.
+
+        * platform/gtk/fast/js/constructor-length-expected.txt:
+        * platform/mac/fast/js/constructor-length-expected.txt:
+        * platform/qt/fast/js/constructor-length-expected.txt:
+
 2012-08-23  KwangYong Choi  <[email protected]>
 
         [EFL] Added missing SKIP keyword to platform/efl/TestExpectations

Modified: trunk/LayoutTests/platform/gtk/fast/js/constructor-length-expected.txt (126403 => 126404)


--- trunk/LayoutTests/platform/gtk/fast/js/constructor-length-expected.txt	2012-08-23 08:10:46 UTC (rev 126403)
+++ trunk/LayoutTests/platform/gtk/fast/js/constructor-length-expected.txt	2012-08-23 08:26:51 UTC (rev 126404)
@@ -36,7 +36,7 @@
 FAIL ShadowRoot.length should be 1. Threw exception ReferenceError: Can't find variable: ShadowRoot
 PASS SharedWorker.length is 2
 PASS StorageEvent.length is 2
-PASS TextTrackCue.length is 6
+PASS TextTrackCue.length is 3
 PASS TrackEvent.length is 2
 PASS Uint16Array.length is 1
 PASS Uint32Array.length is 1

Modified: trunk/LayoutTests/platform/mac/fast/js/constructor-length-expected.txt (126403 => 126404)


--- trunk/LayoutTests/platform/mac/fast/js/constructor-length-expected.txt	2012-08-23 08:10:46 UTC (rev 126403)
+++ trunk/LayoutTests/platform/mac/fast/js/constructor-length-expected.txt	2012-08-23 08:26:51 UTC (rev 126404)
@@ -36,7 +36,7 @@
 FAIL ShadowRoot.length should be 1. Threw exception ReferenceError: Can't find variable: ShadowRoot
 PASS SharedWorker.length is 2
 PASS StorageEvent.length is 2
-PASS TextTrackCue.length is 6
+PASS TextTrackCue.length is 3
 PASS TrackEvent.length is 2
 PASS Uint16Array.length is 1
 PASS Uint32Array.length is 1

Modified: trunk/LayoutTests/platform/qt/fast/js/constructor-length-expected.txt (126403 => 126404)


--- trunk/LayoutTests/platform/qt/fast/js/constructor-length-expected.txt	2012-08-23 08:10:46 UTC (rev 126403)
+++ trunk/LayoutTests/platform/qt/fast/js/constructor-length-expected.txt	2012-08-23 08:26:51 UTC (rev 126404)
@@ -36,7 +36,7 @@
 FAIL ShadowRoot.length should be 1. Threw exception ReferenceError: Can't find variable: ShadowRoot
 PASS SharedWorker.length is 2
 PASS StorageEvent.length is 2
-FAIL TextTrackCue.length should be 6. Threw exception ReferenceError: Can't find variable: TextTrackCue
+FAIL TextTrackCue.length should be 3. Threw exception ReferenceError: Can't find variable: TextTrackCue
 FAIL TrackEvent.length should be 2. Threw exception ReferenceError: Can't find variable: TrackEvent
 PASS Uint16Array.length is 1
 PASS Uint32Array.length is 1
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to