Title: [131708] trunk/LayoutTests
Revision
131708
Author
zandober...@gmail.com
Date
2012-10-18 00:05:45 -0700 (Thu, 18 Oct 2012)

Log Message

Unreviewed GTK gardening.

Updating baselines for two accessibility tests after r131674.

Updating baseline for media/video-playing-and-pause.html but still
marking the test a flaky as the render tree output can differ from
the new baseline.

* platform/gtk/TestExpectations:
* platform/gtk/accessibility/inline-continuations-expected.txt:
* platform/gtk/accessibility/media-element-expected.txt:
* platform/gtk/media/video-playing-and-pause-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (131707 => 131708)


--- trunk/LayoutTests/ChangeLog	2012-10-18 05:59:58 UTC (rev 131707)
+++ trunk/LayoutTests/ChangeLog	2012-10-18 07:05:45 UTC (rev 131708)
@@ -1,3 +1,18 @@
+2012-10-18  Zan Dobersek  <zandober...@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Updating baselines for two accessibility tests after r131674.
+
+        Updating baseline for media/video-playing-and-pause.html but still
+        marking the test a flaky as the render tree output can differ from
+        the new baseline.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/accessibility/inline-continuations-expected.txt:
+        * platform/gtk/accessibility/media-element-expected.txt:
+        * platform/gtk/media/video-playing-and-pause-expected.txt:
+
 2012-10-17  Kangil Han  <kangil....@samsung.com>
 
         Let's move use-while-animating-crash-expected.txt to common place.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (131707 => 131708)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-10-18 05:59:58 UTC (rev 131707)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-10-18 07:05:45 UTC (rev 131708)
@@ -553,6 +553,8 @@
 
 webkit.org/b/98133 fast/css/sticky/sticky-writing-mode-vertical-rl.html [ ImageOnlyFailure Pass ]
 
+webkit.org/b/68878 media/video-playing-and-pause.html [ Failure Pass ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Flaky tests
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/LayoutTests/platform/gtk/accessibility/inline-continuations-expected.txt (131707 => 131708)


--- trunk/LayoutTests/platform/gtk/accessibility/inline-continuations-expected.txt	2012-10-18 05:59:58 UTC (rev 131707)
+++ trunk/LayoutTests/platform/gtk/accessibility/inline-continuations-expected.txt	2012-10-18 07:05:45 UTC (rev 131708)
@@ -6,7 +6,7 @@
 2
 34
 5
-FAIL nonGroupDescendants(accessibilityController.focusedElement) should be 5. Was 2.
+FAIL nonGroupDescendants(accessibilityController.focusedElement) should be 5. Was 0.
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/platform/gtk/accessibility/media-element-expected.txt (131707 => 131708)


--- trunk/LayoutTests/platform/gtk/accessibility/media-element-expected.txt	2012-10-18 05:59:58 UTC (rev 131707)
+++ trunk/LayoutTests/platform/gtk/accessibility/media-element-expected.txt	2012-10-18 07:05:45 UTC (rev 131708)
@@ -5,31 +5,31 @@
 State at 'canplaythrough' event:
 
     description: AXDescription: video element controller
-    role: AXRole: tool bar
+    role: AXRole: AXToolbar
 
 
         description: AXDescription: play
-        role: AXRole: push button
+        role: AXRole: AXButton
 
 
         description: AXDescription: 
-        role: AXRole: slider
+        role: AXRole: AXSlider
 
 
         description: AXDescription: fast reverse
-        role: AXRole: push button
+        role: AXRole: AXButton
 
 
         description: AXDescription: fast forward
-        role: AXRole: push button
+        role: AXRole: AXButton
 
 
         description: AXDescription: enter fullscreen
-        role: AXRole: push button
+        role: AXRole: AXButton
 
 
         description: AXDescription: mute
-        role: AXRole: push button
+        role: AXRole: AXButton
 
 
 

Modified: trunk/LayoutTests/platform/gtk/media/video-playing-and-pause-expected.txt (131707 => 131708)


--- trunk/LayoutTests/platform/gtk/media/video-playing-and-pause-expected.txt	2012-10-18 05:59:58 UTC (rev 131707)
+++ trunk/LayoutTests/platform/gtk/media/video-playing-and-pause-expected.txt	2012-10-18 07:05:45 UTC (rev 131708)
@@ -25,7 +25,7 @@
       RenderSlider {INPUT} at (66,0) size 153x20
         RenderFlexibleBox {DIV} at (2,0) size 149x20
           RenderBlock {DIV} at (0,4) size 137x12
-            RenderBlock {DIV} at (5,0) size 12x12
+            RenderBlock {DIV} at (4,0) size 12x12
           RenderBlock {DIV} at (137,0) size 12x12
     RenderButton {INPUT} at (240,0) size 20x20
     RenderButton {INPUT} at (260,0) size 20x20
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to