Title: [122577] trunk/LayoutTests
Revision
122577
Author
[email protected]
Date
2012-07-13 07:58:55 -0700 (Fri, 13 Jul 2012)

Log Message

[GTK] Gardening: new baseline after r122550 and rebaseline after r122556
https://bugs.webkit.org/show_bug.cgi?id=91235

Unreviewed gardening.

Add new baseline for fast/canvas/fallback-content.html added in r122550, and
rebaseline fast/regions/region-style-block-background-color2.html after r122556.

Patch by Simon Pena <[email protected]> on 2012-07-13

* platform/gtk/fast/canvas/fallback-content-expected.txt: Added.
* platform/gtk/fast/regions/region-style-block-background-color2-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (122576 => 122577)


--- trunk/LayoutTests/ChangeLog	2012-07-13 14:48:45 UTC (rev 122576)
+++ trunk/LayoutTests/ChangeLog	2012-07-13 14:58:55 UTC (rev 122577)
@@ -1,3 +1,16 @@
+2012-07-13  Simon Pena  <[email protected]>
+
+        [GTK] Gardening: new baseline after r122550 and rebaseline after r122556
+        https://bugs.webkit.org/show_bug.cgi?id=91235
+
+        Unreviewed gardening.
+
+        Add new baseline for fast/canvas/fallback-content.html added in r122550, and
+        rebaseline fast/regions/region-style-block-background-color2.html after r122556.
+
+        * platform/gtk/fast/canvas/fallback-content-expected.txt: Added.
+        * platform/gtk/fast/regions/region-style-block-background-color2-expected.txt:
+
 2012-07-13  Zoltan Arvai  <[email protected]>
 
         [Qt] Unreviewed gardening. Rebase test after r122550.

Added: trunk/LayoutTests/platform/gtk/fast/canvas/fallback-content-expected.txt (0 => 122577)


--- trunk/LayoutTests/platform/gtk/fast/canvas/fallback-content-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/canvas/fallback-content-expected.txt	2012-07-13 14:58:55 UTC (rev 122577)
@@ -0,0 +1,80 @@
+Link  Button               
+Focusable
+This test makes sure that focusable elements in canvas fallback content are focusable.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+link1 should be focusable.
+PASS document.activeElement == element is true
+
+button1 should be focusable.
+PASS document.activeElement == element is true
+
+text1 should be focusable.
+PASS document.activeElement == element is true
+
+checkbox1 should be focusable.
+PASS document.activeElement == element is true
+
+radio1 should be focusable.
+PASS document.activeElement == element is true
+
+slider1 should be focusable.
+PASS document.activeElement == element is true
+
+submit1 should be focusable.
+PASS document.activeElement == element is true
+
+combobox1 should be focusable.
+PASS document.activeElement == element is true
+
+listbox1 should be focusable.
+PASS document.activeElement == element is true
+
+textarea1 should be focusable.
+PASS document.activeElement == element is true
+
+focusable1 should be focusable.
+PASS document.activeElement == element is true
+
+link2 should be focusable.
+PASS document.activeElement == element is true
+
+button2 should be focusable.
+PASS document.activeElement == element is true
+
+text2 should be focusable.
+PASS document.activeElement == element is true
+
+checkbox2 should be focusable.
+PASS document.activeElement == element is true
+
+radio2 should be focusable.
+PASS document.activeElement == element is true
+
+slider2 should be focusable.
+PASS document.activeElement == element is true
+
+submit2 should be focusable.
+PASS document.activeElement == element is true
+
+combobox2 should be focusable.
+PASS document.activeElement == element is true
+
+listbox2 should be focusable.
+PASS document.activeElement == element is true
+
+textarea2 should be focusable.
+PASS document.activeElement == element is true
+
+focusable2 should be focusable.
+PASS document.activeElement == element is true
+
+linkInHiddenCanvas should not be focusable.
+PASS document.activeElement == previousFocusedElement is true
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Modified: trunk/LayoutTests/platform/gtk/fast/regions/region-style-block-background-color2-expected.txt (122576 => 122577)


--- trunk/LayoutTests/platform/gtk/fast/regions/region-style-block-background-color2-expected.txt	2012-07-13 14:48:45 UTC (rev 122576)
+++ trunk/LayoutTests/platform/gtk/fast/regions/region-style-block-background-color2-expected.txt	2012-07-13 14:58:55 UTC (rev 122577)
@@ -29,7 +29,6 @@
               text run at (0,0) width 258: "Green background text styled in region1."
   Regions for flow 'flow1'
     RenderRegion {DIV} #region1 region style: 1
-  Thread with flow-name 'flow2'
   Thread with flow-name 'flow3'
     layer at (0,0) size 280x80
       RenderNamedFlowThread at (0,0) size 280x80
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to