Title: [199717] trunk/LayoutTests
Revision
199717
Author
[email protected]
Date
2016-04-19 03:59:28 -0700 (Tue, 19 Apr 2016)

Log Message

Unreviewed GTK+ gardening. Rebaseline tests after r199659.

We are now using the theme colors for the menu lists text.

* platform/gtk/fast/forms/basic-selects-expected.txt:
* platform/gtk/fast/forms/disabled-select-change-index-expected.txt:
* platform/gtk/fast/forms/menulist-style-color-expected.txt:
* platform/gtk/fast/forms/select-baseline-expected.txt:
* platform/gtk/fast/forms/select-disabled-appearance-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (199716 => 199717)


--- trunk/LayoutTests/ChangeLog	2016-04-19 10:32:13 UTC (rev 199716)
+++ trunk/LayoutTests/ChangeLog	2016-04-19 10:59:28 UTC (rev 199717)
@@ -1,5 +1,17 @@
 2016-04-19  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed GTK+ gardening. Rebaseline tests after r199659.
+
+        We are now using the theme colors for the menu lists text.
+
+        * platform/gtk/fast/forms/basic-selects-expected.txt:
+        * platform/gtk/fast/forms/disabled-select-change-index-expected.txt:
+        * platform/gtk/fast/forms/menulist-style-color-expected.txt:
+        * platform/gtk/fast/forms/select-baseline-expected.txt:
+        * platform/gtk/fast/forms/select-disabled-appearance-expected.txt:
+
+2016-04-19  Carlos Garcia Campos  <[email protected]>
+
         Unreviewed GTK+ gardening. Rebaseline tests after r199034.
 
         * platform/gtk/fast/block/float/016-expected.txt:

Modified: trunk/LayoutTests/platform/gtk/fast/forms/basic-selects-expected.txt (199716 => 199717)


--- trunk/LayoutTests/platform/gtk/fast/forms/basic-selects-expected.txt	2016-04-19 10:32:13 UTC (rev 199716)
+++ trunk/LayoutTests/platform/gtk/fast/forms/basic-selects-expected.txt	2016-04-19 10:59:28 UTC (rev 199717)
@@ -28,7 +28,7 @@
               text run at (4,4) width 22: "foo"
         RenderText {#text} at (188,55) size 7x17
           text run at (188,55) width 7: "a"
-        RenderMenuList {SELECT} at (197,50) size 48x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+        RenderMenuList {SELECT} at (197,50) size 48x27 [color=#9E9A90] [bgcolor=#FFFFFF] [border: (1px solid #9E9A90)]
           RenderBlock (anonymous) at (1,1) size 46x25
             RenderText at (4,4) size 22x17
               text run at (4,4) width 22: "foo"
@@ -44,7 +44,7 @@
               text run at (4,4) width 22: "foo"
         RenderText {#text} at (246,102) size 7x17
           text run at (246,102) width 7: "a"
-        RenderMenuList {SELECT} at (255,97) size 48x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+        RenderMenuList {SELECT} at (255,97) size 48x27 [color=#9E9A90] [bgcolor=#FFFFFF] [border: (1px solid #9E9A90)]
           RenderBlock (anonymous) at (1,1) size 46x25
             RenderText at (4,4) size 23x17
               text run at (4,4) width 23: "bar"
@@ -60,7 +60,7 @@
               text run at (4,4) width 22: "foo"
         RenderText {#text} at (494,153) size 7x17
           text run at (494,153) width 7: "a"
-        RenderMenuList {SELECT} at (503,144) size 55x35 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+        RenderMenuList {SELECT} at (503,144) size 55x35 [color=#9E9A90] [bgcolor=#FFFFFF] [border: (1px solid #9E9A90)]
           RenderBlock (anonymous) at (5,5) size 45x25
             RenderText at (4,4) size 22x17
               text run at (4,4) width 22: "foo"
@@ -76,7 +76,7 @@
               text run at (4,4) width 22: "foo"
         RenderText {#text} at (242,211) size 7x17
           text run at (242,211) width 7: "a"
-        RenderMenuList {SELECT} at (251,199) size 61x41 [color=#808080] [bgcolor=#FFFFFF] [border: (8px solid #33CCFF)]
+        RenderMenuList {SELECT} at (251,199) size 61x41 [color=#9E9A90] [bgcolor=#FFFFFF] [border: (8px solid #33CCFF)]
           RenderBlock (anonymous) at (8,8) size 45x25
             RenderText at (4,4) size 22x17
               text run at (4,4) width 22: "foo"
@@ -92,7 +92,7 @@
               text run at (4,4) width 22: "foo"
         RenderText {#text} at (184,273) size 7x17
           text run at (184,273) width 7: "a"
-        RenderMenuList {SELECT} at (193,260) size 63x43 [color=#808080] [bgcolor=#FFFFFF] [border: (4px solid #33CCFF)]
+        RenderMenuList {SELECT} at (193,260) size 63x43 [color=#9E9A90] [bgcolor=#FFFFFF] [border: (4px solid #33CCFF)]
           RenderBlock (anonymous) at (9,9) size 45x25
             RenderText at (4,4) size 22x17
               text run at (4,4) width 22: "foo"
@@ -108,7 +108,7 @@
               text run at (4,4) width 22: "foo"
         RenderText {#text} at (533,327) size 7x17
           text run at (533,327) width 7: "a"
-        RenderMenuList {SELECT} at (542,321) size 47x30 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+        RenderMenuList {SELECT} at (542,321) size 47x30 [color=#9E9A90] [bgcolor=#FFFFFF] [border: (1px solid #9E9A90)]
           RenderBlock (anonymous) at (1,2) size 45x26
             RenderText at (4,4) size 22x17
               text run at (4,4) width 22: "foo"

Modified: trunk/LayoutTests/platform/gtk/fast/forms/disabled-select-change-index-expected.txt (199716 => 199717)


--- trunk/LayoutTests/platform/gtk/fast/forms/disabled-select-change-index-expected.txt	2016-04-19 10:32:13 UTC (rev 199716)
+++ trunk/LayoutTests/platform/gtk/fast/forms/disabled-select-change-index-expected.txt	2016-04-19 10:59:28 UTC (rev 199717)
@@ -3,12 +3,12 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderMenuList {SELECT} at (2,2) size 69x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+      RenderMenuList {SELECT} at (2,2) size 69x27 [color=#9E9A90] [bgcolor=#FFFFFF] [border: (1px solid #9E9A90)]
         RenderBlock (anonymous) at (1,1) size 67x25
           RenderText at (4,4) size 44x17
             text run at (4,4) width 44: "PASS"
       RenderBR {BR} at (73,21) size 0x0
-      RenderMenuList {SELECT} at (2,33) size 69x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+      RenderMenuList {SELECT} at (2,33) size 69x27 [color=#9E9A90] [bgcolor=#FFFFFF] [border: (1px solid #9E9A90)]
         RenderBlock (anonymous) at (1,1) size 67x25
           RenderText at (4,4) size 44x17
             text run at (4,4) width 44: "PASS"

Modified: trunk/LayoutTests/platform/gtk/fast/forms/menulist-style-color-expected.txt (199716 => 199717)


--- trunk/LayoutTests/platform/gtk/fast/forms/menulist-style-color-expected.txt	2016-04-19 10:32:13 UTC (rev 199716)
+++ trunk/LayoutTests/platform/gtk/fast/forms/menulist-style-color-expected.txt	2016-04-19 10:59:28 UTC (rev 199717)
@@ -9,7 +9,7 @@
             text run at (4,4) width 51: "Default"
       RenderText {#text} at (80,7) size 4x17
         text run at (80,7) width 4: " "
-      RenderMenuList {SELECT} at (86,2) size 55x27 [color=#FF0000] [bgcolor=#FFFFFF] [border: (1px solid #FF0000)]
+      RenderMenuList {SELECT} at (86,2) size 55x27 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
         RenderBlock (anonymous) at (1,1) size 53x25
           RenderText at (4,4) size 30x17
             text run at (4,4) width 30: "Red"
@@ -21,7 +21,7 @@
             text run at (4,4) width 118: "Default on green"
       RenderText {#text} at (294,7) size 4x17
         text run at (294,7) width 4: " "
-      RenderMenuList {SELECT} at (300,2) size 122x27 [color=#FF0000] [bgcolor=#008000] [border: (1px solid #FF0000)]
+      RenderMenuList {SELECT} at (300,2) size 122x27 [bgcolor=#008000] [border: (1px solid #000000)]
         RenderBlock (anonymous) at (1,1) size 120x25
           RenderText at (4,4) size 97x17
             text run at (4,4) width 97: "Red on green"

Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-baseline-expected.txt (199716 => 199717)


--- trunk/LayoutTests/platform/gtk/fast/forms/select-baseline-expected.txt	2016-04-19 10:32:13 UTC (rev 199716)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-baseline-expected.txt	2016-04-19 10:59:28 UTC (rev 199717)
@@ -18,13 +18,13 @@
             text run at (4,4) width 25: "test"
       RenderText {#text} at (112,24) size 4x17
         text run at (112,24) width 4: " "
-      RenderMenuList {SELECT} at (118,19) size 25x27 [color=#00008B] [bgcolor=#ADD8E6] [border: (1px solid #00008B)]
+      RenderMenuList {SELECT} at (118,19) size 25x27 [bgcolor=#ADD8E6] [border: (1px solid #000000)]
         RenderBlock (anonymous) at (1,1) size 23x25
           RenderText at (4,4) size 0x17
             text run at (4,4) width 0: " "
       RenderText {#text} at (145,24) size 29x17
         text run at (145,24) width 29: " test "
-      RenderMenuList {SELECT} at (176,19) size 50x27 [color=#00008B] [bgcolor=#ADD8E6] [border: (1px solid #00008B)]
+      RenderMenuList {SELECT} at (176,19) size 50x27 [bgcolor=#ADD8E6] [border: (1px solid #000000)]
         RenderBlock (anonymous) at (1,1) size 48x25
           RenderText at (4,4) size 25x17
             text run at (4,4) width 25: "test"

Modified: trunk/LayoutTests/platform/gtk/fast/forms/select-disabled-appearance-expected.txt (199716 => 199717)


--- trunk/LayoutTests/platform/gtk/fast/forms/select-disabled-appearance-expected.txt	2016-04-19 10:32:13 UTC (rev 199716)
+++ trunk/LayoutTests/platform/gtk/fast/forms/select-disabled-appearance-expected.txt	2016-04-19 10:59:28 UTC (rev 199717)
@@ -16,7 +16,7 @@
         RenderText {#text} at (705,0) size 4x17
           text run at (705,0) width 4: "."
       RenderBlock {P} at (0,33) size 784x31
-        RenderMenuList {SELECT} at (2,2) size 194x27 [color=#808080] [bgcolor=#FFFFFF] [border: (1px solid #808080)]
+        RenderMenuList {SELECT} at (2,2) size 194x27 [color=#9E9A90] [bgcolor=#FFFFFF] [border: (1px solid #9E9A90)]
           RenderBlock (anonymous) at (1,1) size 192x25
             RenderText at (4,4) size 169x17
               text run at (4,4) width 169: "This text should be gray"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to