Title: [88773] trunk/LayoutTests
Revision
88773
Author
tk...@chromium.org
Date
2011-06-13 22:15:25 -0700 (Mon, 13 Jun 2011)

Log Message

2011-06-13  Kent Tamura  <tk...@chromium.org>

        [GTK] Rebaseline for r88757.

        * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
        * platform/gtk/fast/forms/box-shadow-override-expected.txt:
        * platform/gtk/fast/forms/input-appearance-height-expected.txt:
        * platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt:
        * platform/gtk/fast/forms/slider-padding-expected.txt:
        * platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt:
        * platform/gtk/fast/forms/slider-thumb-stylability-expected.txt:
        * platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt:
        * platform/gtk/fast/layers/video-layer-expected.txt:
        * platform/gtk/fast/multicol/client-rects-expected.txt:
        * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
        * platform/gtk/media/audio-controls-rendering-expected.txt:
        * platform/gtk/media/audio-repaint-expected.txt:
        * platform/gtk/media/controls-strict-expected.txt:
        * platform/gtk/media/controls-styling-expected.txt:
        * platform/gtk/media/controls-without-preload-expected.txt:
        * platform/gtk/media/media-document-audio-repaint-expected.txt:
        * platform/gtk/media/video-controls-rendering-expected.txt:
        * platform/gtk/media/video-empty-source-expected.txt:
        * platform/gtk/media/video-no-audio-expected.txt:
        * platform/gtk/media/video-zoom-controls-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88772 => 88773)


--- trunk/LayoutTests/ChangeLog	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/ChangeLog	2011-06-14 05:15:25 UTC (rev 88773)
@@ -1,3 +1,29 @@
+2011-06-13  Kent Tamura  <tk...@chromium.org>
+
+        [GTK] Rebaseline for r88757.
+
+        * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
+        * platform/gtk/fast/forms/box-shadow-override-expected.txt:
+        * platform/gtk/fast/forms/input-appearance-height-expected.txt:
+        * platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt:
+        * platform/gtk/fast/forms/slider-padding-expected.txt:
+        * platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt:
+        * platform/gtk/fast/forms/slider-thumb-stylability-expected.txt:
+        * platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt:
+        * platform/gtk/fast/layers/video-layer-expected.txt:
+        * platform/gtk/fast/multicol/client-rects-expected.txt:
+        * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
+        * platform/gtk/media/audio-controls-rendering-expected.txt:
+        * platform/gtk/media/audio-repaint-expected.txt:
+        * platform/gtk/media/controls-strict-expected.txt:
+        * platform/gtk/media/controls-styling-expected.txt:
+        * platform/gtk/media/controls-without-preload-expected.txt:
+        * platform/gtk/media/media-document-audio-repaint-expected.txt:
+        * platform/gtk/media/video-controls-rendering-expected.txt:
+        * platform/gtk/media/video-empty-source-expected.txt:
+        * platform/gtk/media/video-no-audio-expected.txt:
+        * platform/gtk/media/video-zoom-controls-expected.txt:
+
 2011-06-13  Igor Oliveira  <igor.olive...@openbossa.org>
 
         Reviewed by Eric Seidel.

Modified: trunk/LayoutTests/platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -4,5 +4,9 @@
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
       RenderSlider {INPUT} at (2,2) size 129x14 [bgcolor=#FFFFFF]
-        RenderBlock {DIV} at (98,0) size 31x14
+        RenderFlexibleBox {DIV} at (0,0) size 129x14
+          RenderBlock {DIV} at (0,0) size 98x14
+          RenderBlock {DIV} at (98,0) size 31x14
       RenderText {#text} at (0,0) size 0x0
+layer at (108,10) size 31x14
+  RenderBlock (relative positioned) {DIV} at (0,0) size 31x14

Modified: trunk/LayoutTests/platform/gtk/fast/forms/box-shadow-override-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/fast/forms/box-shadow-override-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/fast/forms/box-shadow-override-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -35,7 +35,9 @@
         RenderText {#text} at (46,10) size 4x19
           text run at (46,10) width 4: " "
         RenderSlider {INPUT} at (52,11) size 129x14 [bgcolor=#FFFFFF]
-          RenderBlock {DIV} at (49,0) size 31x14
+          RenderFlexibleBox {DIV} at (0,0) size 129x14
+            RenderBlock {DIV} at (0,0) size 98x14
+            RenderBlock {DIV} at (98,0) size 31x14
         RenderText {#text} at (183,10) size 4x19
           text run at (183,10) width 4: " "
         RenderFileUploadControl {INPUT} at (189,6) size 306x28 "(None)"
@@ -76,3 +78,5 @@
   RenderBlock {DIV} at (16,1) size 156x19
 layer at (29,141) size 156x19
   RenderBlock {DIV} at (16,1) size 156x19
+layer at (109,176) size 31x14
+  RenderBlock (relative positioned) {DIV} at (0,0) size 31x14

Modified: trunk/LayoutTests/platform/gtk/fast/forms/input-appearance-height-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/fast/forms/input-appearance-height-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/fast/forms/input-appearance-height-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -50,7 +50,9 @@
         RenderText {#text} at (0,150) size 39x19
           text run at (0,150) width 39: "range "
         RenderSlider {INPUT} at (41,151) size 129x14 [bgcolor=#FFFFFF]
-          RenderBlock {DIV} at (49,0) size 31x14
+          RenderFlexibleBox {DIV} at (0,0) size 129x14
+            RenderBlock {DIV} at (0,0) size 98x14
+            RenderBlock {DIV} at (98,0) size 31x14
         RenderText {#text} at (172,150) size 4x19
           text run at (172,150) width 4: " "
         RenderBR {BR} at (176,165) size 0x0
@@ -101,3 +103,5 @@
   RenderBlock {DIV} at (3,3) size 188x19
 layer at (57,323) size 172x19
   RenderBlock {DIV} at (0,1) size 172x19
+layer at (98,178) size 31x14
+  RenderBlock (relative positioned) {DIV} at (0,0) size 31x14

Modified: trunk/LayoutTests/platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -8,5 +8,9 @@
           text run at (0,0) width 536: "The slider thumb below has a height specified as 50%. It should be a 10 pixel square."
       RenderBlock (anonymous) at (0,35) size 784x24
         RenderSlider {INPUT} at (2,2) size 200x20 [bgcolor=#C0C0C0]
-          RenderBlock {DIV} at (95,5) size 10x10 [bgcolor=#008000]
+          RenderFlexibleBox {DIV} at (0,0) size 200x20
+            RenderBlock {DIV} at (0,5) size 190x10
+            RenderBlock {DIV} at (190,5) size 10x10 [bgcolor=#008000]
         RenderText {#text} at (0,0) size 0x0
+layer at (105,50) size 10x10
+  RenderBlock (relative positioned) {DIV} at (0,0) size 10x10 [bgcolor=#008000]

Modified: trunk/LayoutTests/platform/gtk/fast/forms/slider-padding-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/fast/forms/slider-padding-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/fast/forms/slider-padding-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -9,6 +9,10 @@
         RenderBR {BR} at (0,0) size 0x0
       RenderBlock {DIV} at (0,19) size 784x38 [bgcolor=#ADD8E6]
         RenderSlider {INPUT} at (2,2) size 100x34 [bgcolor=#FFFFFF]
-          RenderBlock {DIV} at (10,10) size 31x14
+          RenderFlexibleBox {DIV} at (10,10) size 80x14
+            RenderBlock {DIV} at (0,0) size 49x14
+            RenderBlock {DIV} at (49,0) size 31x14
         RenderText {#text} at (0,0) size 0x0
       RenderBlock {PRE} at (0,70) size 784x0
+layer at (20,39) size 31x14
+  RenderBlock (relative positioned) {DIV} at (0,0) size 31x14

Modified: trunk/LayoutTests/platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -20,8 +20,16 @@
           text run at (0,0) width 282: "The first slider\x{2019}s thumb should be on the left."
       RenderBlock {DIV} at (0,70) size 784x36
         RenderSlider {INPUT} at (2,2) size 129x14 [bgcolor=#FFFFFF]
-          RenderBlock {DIV} at (0,0) size 31x14
+          RenderFlexibleBox {DIV} at (0,0) size 129x14
+            RenderBlock {DIV} at (0,0) size 98x14
+            RenderBlock {DIV} at (98,0) size 31x14
         RenderBR {BR} at (133,16) size 0x0
         RenderSlider {INPUT} at (2,20) size 129x14 [bgcolor=#FFFFFF]
-          RenderBlock {DIV} at (98,0) size 31x14
+          RenderFlexibleBox {DIV} at (0,0) size 129x14
+            RenderBlock {DIV} at (0,0) size 98x14
+            RenderBlock {DIV} at (98,0) size 31x14
         RenderText {#text} at (0,0) size 0x0
+layer at (10,80) size 31x14
+  RenderBlock (relative positioned) {DIV} at (0,0) size 31x14
+layer at (108,98) size 31x14
+  RenderBlock (relative positioned) {DIV} at (0,0) size 31x14

Modified: trunk/LayoutTests/platform/gtk/fast/forms/slider-thumb-stylability-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/fast/forms/slider-thumb-stylability-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/fast/forms/slider-thumb-stylability-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -3,13 +3,10 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {P} at (0,0) size 784x19
-        RenderText {#text} at (0,0) size 231x19
-          text run at (0,0) width 231: "This tests styling of the slider thumb."
-      RenderBlock {P} at (0,35) size 784x19
-        RenderText {#text} at (0,0) size 258x19
-          text run at (0,0) width 258: "You should see a green 20\x{D7}20px square."
-      RenderBlock (anonymous) at (0,70) size 784x24
-        RenderSlider {INPUT} at (2,2) size 129x20 [bgcolor=#FFFFFF]
-          RenderBlock {DIV} at (0,0) size 20x20 [bgcolor=#008000]
-        RenderText {#text} at (0,0) size 0x0
+      RenderSlider {INPUT} at (2,2) size 129x20 [bgcolor=#FFFFFF]
+        RenderFlexibleBox {DIV} at (0,0) size 129x20
+          RenderBlock {DIV} at (0,0) size 109x20
+          RenderBlock {DIV} at (109,0) size 20x20 [bgcolor=#008000]
+      RenderText {#text} at (0,0) size 0x0
+layer at (10,10) size 20x20
+  RenderBlock (relative positioned) {DIV} at (0,0) size 20x20 [bgcolor=#008000]

Modified: trunk/LayoutTests/platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -3,7 +3,7 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {SPAN} at (0,0) size 20x20
-      RenderBR {BR} at (20,20) size 0x0
-      RenderBlock {SPAN} at (0,20) size 20x20
+      RenderBlock {SPAN} at (0,0) size 31x14
+      RenderBR {BR} at (31,14) size 0x0
+      RenderBlock {SPAN} at (0,14) size 14x31
       RenderText {#text} at (0,0) size 0x0

Modified: trunk/LayoutTests/platform/gtk/fast/layers/video-layer-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/fast/layers/video-layer-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/fast/layers/video-layer-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -27,7 +27,11 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:00"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 149x20
+          RenderBlock {DIV} at (0,4) size 137x12
+          RenderBlock {DIV} at (137,4) size 12x12
     RenderButton {INPUT} at (240,130) size 20x20
     RenderButton {INPUT} at (260,130) size 20x20
     RenderButton {INPUT} at (280,130) size 20x20
+layer at (147,247) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12

Modified: trunk/LayoutTests/platform/gtk/fast/multicol/client-rects-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/fast/multicol/client-rects-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/fast/multicol/client-rects-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -61,7 +61,9 @@
     RenderBlock {DIV} at (13,38) size 50x54
       RenderBR {BR} at (0,0) size 0x25
       RenderSlider {INPUT} at (2,27) size 25x25 [color=#000000] [bgcolor=#ADD8E6]
-        RenderBlock {DIV} at (12,12) size 0x0
+        RenderFlexibleBox {DIV} at (0,0) size 25x25
+          RenderBlock {DIV} at (0,12) size 25x0
+          RenderBlock {DIV} at (25,12) size 0x0
 layer at (8,483) size 136x76
   RenderBlock {DIV} at (0,475) size 136x76 [color=#ADD8E6] [border: (3px solid #000000)]
     RenderBlock (anonymous) at (13,13) size 50x25

Modified: trunk/LayoutTests/platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -4,5 +4,9 @@
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
       RenderSlider {INPUT} at (2,2) size 129x14 [bgcolor=#FFFFFF]
-        RenderBlock {DIV} at (98,0) size 31x14
+        RenderFlexibleBox {DIV} at (0,0) size 129x14
+          RenderBlock {DIV} at (0,0) size 98x14
+          RenderBlock {DIV} at (98,0) size 31x14
       RenderText {#text} at (0,0) size 0x0
+layer at (108,10) size 31x14
+  RenderBlock (relative positioned) {DIV} at (0,0) size 31x14

Modified: trunk/LayoutTests/platform/gtk/media/audio-controls-rendering-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/media/audio-controls-rendering-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/media/audio-controls-rendering-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -26,10 +26,14 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:07"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 149x20
+          RenderBlock {DIV} at (0,4) size 137x12
+          RenderBlock {DIV} at (137,4) size 12x12
     RenderButton {INPUT} at (240,0) size 20x20
     RenderButton {INPUT} at (260,0) size 20x20
     RenderButton {INPUT} at (280,0) size 20x20
+layer at (96,47) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12
 layer at (8,82) size 320x20
   RenderBlock (relative positioned) {DIV} at (0,0) size 320x20
 layer at (8,82) size 320x20 scrollHeight 30
@@ -42,10 +46,14 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:07"
       RenderSlider {INPUT} at (66,0) size 173x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 169x20
+          RenderBlock {DIV} at (0,4) size 157x12
+          RenderBlock {DIV} at (157,4) size 12x12
     RenderButton {INPUT} at (260,0) size 20x20
     RenderButton {INPUT} at (280,0) size 20x20
     RenderButton {INPUT} at (300,0) size 20x20
+layer at (96,86) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12
 layer at (8,121) size 320x100
   RenderMedia {AUDIO} at (8,121) size 320x100 [bgcolor=#0000FF]
 layer at (8,121) size 320x100
@@ -60,7 +68,11 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:07"
       RenderSlider {INPUT} at (66,0) size 173x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 169x20
+          RenderBlock {DIV} at (0,4) size 157x12
+          RenderBlock {DIV} at (157,4) size 12x12
     RenderButton {INPUT} at (260,80) size 20x20
     RenderButton {INPUT} at (280,80) size 20x20
     RenderButton {INPUT} at (300,80) size 20x20
+layer at (96,205) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12

Modified: trunk/LayoutTests/platform/gtk/media/audio-repaint-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/media/audio-repaint-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/media/audio-repaint-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -26,10 +26,14 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:01"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (70,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 149x20
+          RenderBlock {DIV} at (0,4) size 137x12
+          RenderBlock {DIV} at (137,4) size 12x12
     RenderButton {INPUT} at (240,0) size 20x20
     RenderButton {INPUT} at (260,0) size 20x20
     RenderButton {INPUT} at (280,0) size 20x20
+layer at (164,67) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12
 layer at (8,43) size 300x20
   RenderBlock (relative positioned) {DIV} at (0,0) size 300x20
 layer at (8,43) size 300x20 scrollHeight 30
@@ -42,10 +46,14 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:01"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (70,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 149x20
+          RenderBlock {DIV} at (0,4) size 137x12
+          RenderBlock {DIV} at (137,4) size 12x12
     RenderButton {INPUT} at (240,0) size 20x20
     RenderButton {INPUT} at (260,0) size 20x20
     RenderButton {INPUT} at (280,0) size 20x20
+layer at (164,47) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12
 layer at (8,135) size 300x20
   RenderMedia {AUDIO} at (0,92) size 300x20
 layer at (8,135) size 300x20
@@ -60,7 +68,11 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:01"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (70,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 149x20
+          RenderBlock {DIV} at (0,4) size 137x12
+          RenderBlock {DIV} at (137,4) size 12x12
     RenderButton {INPUT} at (240,0) size 20x20
     RenderButton {INPUT} at (260,0) size 20x20
     RenderButton {INPUT} at (280,0) size 20x20
+layer at (164,139) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12

Modified: trunk/LayoutTests/platform/gtk/media/controls-strict-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/media/controls-strict-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/media/controls-strict-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -22,8 +22,12 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:06"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 149x20
+          RenderBlock {DIV} at (0,4) size 137x12
+          RenderBlock {DIV} at (137,4) size 12x12
     RenderButton {INPUT} at (240,220) size 20x20
     RenderButton {INPUT} at (260,220) size 20x20
     RenderButton {INPUT} at (280,220) size 20x20
     RenderButton {INPUT} at (300,220) size 20x20
+layer at (96,275) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12

Modified: trunk/LayoutTests/platform/gtk/media/controls-styling-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/media/controls-styling-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/media/controls-styling-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -28,11 +28,15 @@
               text run at (87,144) width 34: "/"
               text run at (17,244) width 174: "00:06"
       RenderSlider {INPUT} at (219,0) size 4x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 0x20
+          RenderBlock {DIV} at (0,4) size 0x12
+          RenderBlock {DIV} at (0,4) size 12x12
     RenderButton {INPUT} at (240,220) size 20x20
     RenderButton {INPUT} at (260,220) size 20x20
     RenderButton {INPUT} at (280,220) size 20x20
     RenderButton {INPUT} at (300,220) size 20x20
+layer at (259,267) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12
 layer at (8,283) size 320x240
   RenderBlock (relative positioned) {DIV} at (0,0) size 320x240
 layer at (8,283) size 320x240 scrollHeight 250
@@ -45,8 +49,12 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:06"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 149x20
+          RenderBlock {DIV} at (0,4) size 137x12
+          RenderBlock {DIV} at (137,4) size 12x12
     RenderButton {INPUT} at (240,220) size 20x20
     RenderButton {INPUT} at (260,220) size 20x20
     RenderButton {INPUT} at (280,220) size 20x20
     RenderButton {INPUT} at (300,220) size 20x20
+layer at (96,507) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12

Modified: trunk/LayoutTests/platform/gtk/media/controls-without-preload-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/media/controls-without-preload-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/media/controls-without-preload-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -22,8 +22,12 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:06"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 149x20
+          RenderBlock {DIV} at (0,4) size 137x12
+          RenderBlock {DIV} at (137,4) size 12x12
     RenderButton {INPUT} at (240,220) size 20x20
     RenderButton {INPUT} at (260,220) size 20x20
     RenderButton {INPUT} at (280,220) size 20x20
     RenderButton {INPUT} at (300,220) size 20x20
+layer at (96,267) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12

Modified: trunk/LayoutTests/platform/gtk/media/media-document-audio-repaint-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/media/media-document-audio-repaint-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/media/media-document-audio-repaint-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -28,7 +28,9 @@
                       RenderText {#text} at (0,0) size 55x12
                         text run at (0,0) width 55: "00:00 / 00:01"
                 RenderSlider {INPUT} at (66,0) size 153x20
-                  RenderBlock {DIV} at (70,4) size 12x12
+                  RenderFlexibleBox {DIV} at (2,0) size 149x20
+                    RenderBlock {DIV} at (0,4) size 137x12
+                    RenderBlock {DIV} at (137,4) size 12x12
               RenderButton {INPUT} at (240,-19) size 20x20
               RenderButton {INPUT} at (260,-19) size 20x20
               RenderButton {INPUT} at (280,-19) size 20x20

Modified: trunk/LayoutTests/platform/gtk/media/video-controls-rendering-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/media/video-controls-rendering-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/media/video-controls-rendering-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -27,11 +27,15 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:06"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 149x20
+          RenderBlock {DIV} at (0,4) size 137x12
+          RenderBlock {DIV} at (137,4) size 12x12
     RenderButton {INPUT} at (240,220) size 20x20
     RenderButton {INPUT} at (260,220) size 20x20
     RenderButton {INPUT} at (280,220) size 20x20
     RenderButton {INPUT} at (300,220) size 20x20
+layer at (96,267) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12
 layer at (8,283) size 320x240
   RenderBlock (relative positioned) {DIV} at (0,0) size 320x240
 layer at (8,283) size 320x240 scrollHeight 250
@@ -44,11 +48,15 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:06"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 149x20
+          RenderBlock {DIV} at (0,4) size 137x12
+          RenderBlock {DIV} at (137,4) size 12x12
     RenderButton {INPUT} at (240,220) size 20x20
     RenderButton {INPUT} at (260,220) size 20x20
     RenderButton {INPUT} at (280,220) size 20x20
     RenderButton {INPUT} at (300,220) size 20x20
+layer at (96,507) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12
 layer at (8,523) size 320x240
   RenderVideo {VIDEO} at (8,523) size 320x240
 layer at (8,523) size 320x240
@@ -63,8 +71,12 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:06"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 149x20
+          RenderBlock {DIV} at (0,4) size 137x12
+          RenderBlock {DIV} at (137,4) size 12x12
     RenderButton {INPUT} at (240,220) size 20x20
     RenderButton {INPUT} at (260,220) size 20x20
     RenderButton {INPUT} at (280,220) size 20x20
     RenderButton {INPUT} at (300,220) size 20x20
+layer at (96,747) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12

Modified: trunk/LayoutTests/platform/gtk/media/video-empty-source-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/media/video-empty-source-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/media/video-empty-source-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -22,7 +22,11 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:00"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 149x20
+          RenderBlock {DIV} at (0,4) size 137x12
+          RenderBlock {DIV} at (137,4) size 12x12
     RenderButton {INPUT} at (240,130) size 20x20
     RenderButton {INPUT} at (260,130) size 20x20
     RenderButton {INPUT} at (280,130) size 20x20
+layer at (97,178) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12

Modified: trunk/LayoutTests/platform/gtk/media/video-no-audio-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/media/video-no-audio-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/media/video-no-audio-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -22,8 +22,12 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:09"
       RenderSlider {INPUT} at (66,0) size 185x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderFlexibleBox {DIV} at (2,0) size 181x20
+          RenderBlock {DIV} at (0,4) size 169x12
+          RenderBlock {DIV} at (169,4) size 12x12
     RenderButton {INPUT} at (272,268) size 20x20
     RenderButton {INPUT} at (292,268) size 20x20
     RenderButton {INPUT} at (312,268) size 20x20
     RenderButton {INPUT} at (332,268) size 20x20
+layer at (96,315) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12

Modified: trunk/LayoutTests/platform/gtk/media/video-zoom-controls-expected.txt (88772 => 88773)


--- trunk/LayoutTests/platform/gtk/media/video-zoom-controls-expected.txt	2011-06-14 05:07:08 UTC (rev 88772)
+++ trunk/LayoutTests/platform/gtk/media/video-zoom-controls-expected.txt	2011-06-14 05:15:25 UTC (rev 88773)
@@ -21,11 +21,15 @@
               text run at (15,0) width 44: "00:00 /"
               text run at (19,18) width 36: "00:06"
       RenderSlider {INPUT} at (89,0) size 6x30
-        RenderBlock {DIV} at (3,9) size 12x12
+        RenderFlexibleBox {DIV} at (3,0) size 0x30
+          RenderBlock {DIV} at (0,9) size 0x12
+          RenderBlock {DIV} at (0,9) size 12x12
     RenderButton {INPUT} at (120,150) size 30x30
     RenderButton {INPUT} at (150,150) size 30x30
     RenderButton {INPUT} at (180,150) size 30x30
     RenderButton {INPUT} at (210,150) size 30x30
+layer at (179,244) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12
 layer at (57,310) size 240x180
   RenderVideo {VIDEO} at (45,298) size 240x180
 layer at (57,310) size 240x180
@@ -41,8 +45,12 @@
               text run at (15,0) width 44: "00:00 /"
               text run at (19,18) width 36: "00:06"
       RenderSlider {INPUT} at (89,0) size 6x30
-        RenderBlock {DIV} at (3,9) size 12x12
+        RenderFlexibleBox {DIV} at (3,0) size 0x30
+          RenderBlock {DIV} at (0,9) size 0x12
+          RenderBlock {DIV} at (0,9) size 12x12
     RenderButton {INPUT} at (120,150) size 30x30
     RenderButton {INPUT} at (150,150) size 30x30
     RenderButton {INPUT} at (180,150) size 30x30
     RenderButton {INPUT} at (210,150) size 30x30
+layer at (179,469) size 12x12
+  RenderBlock (relative positioned) {DIV} at (0,0) size 12x12
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to