Diff
Modified: trunk/LayoutTests/ChangeLog (135937 => 135938)
--- trunk/LayoutTests/ChangeLog 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/ChangeLog 2012-11-28 00:24:25 UTC (rev 135938)
@@ -1,3 +1,33 @@
+2012-11-27 Tony Chang <t...@chromium.org>
+
+ Unreviewed, land updated EFL results after track limiter removal.
+
+ * platform/efl/TestExpectations:
+ * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
+ * platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
+ * platform/efl/fast/forms/box-shadow-override-expected.txt:
+ * platform/efl/fast/forms/input-appearance-height-expected.txt:
+ * platform/efl/fast/forms/range/input-appearance-range-expected.txt:
+ * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt: Added.
+ * platform/efl/fast/forms/range/slider-padding-expected.txt:
+ * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
+ * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt: Added.
+ * platform/efl/fast/layers/video-layer-expected.txt:
+ * platform/efl/fast/multicol/client-rects-expected.txt:
+ * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
+ * platform/efl/fast/repaint/slider-thumb-float-expected.txt: Added.
+ * platform/efl/media/audio-controls-rendering-expected.txt:
+ * platform/efl/media/controls-strict-expected.txt:
+ * platform/efl/media/controls-styling-strict-expected.txt:
+ * platform/efl/media/controls-without-preload-expected.txt:
+ * platform/efl/media/media-controls-clone-expected.txt:
+ * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt:
+ * platform/efl/media/track/track-cue-rendering-vertical-expected.txt:
+ * platform/efl/media/video-display-toggle-expected.txt:
+ * platform/efl/media/video-empty-source-expected.txt:
+ * platform/efl/media/video-no-audio-expected.txt:
+ * platform/efl/media/video-zoom-controls-expected.txt:
+
2012-11-27 Dean Jackson <d...@apple.com>
Make track list control active
Modified: trunk/LayoutTests/platform/efl/TestExpectations (135937 => 135938)
--- trunk/LayoutTests/platform/efl/TestExpectations 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/TestExpectations 2012-11-28 00:24:25 UTC (rev 135938)
@@ -1668,34 +1668,6 @@
webkit.org/b/102100 svg/repaint/inner-svg-change-viewBox.svg [ ImageOnlyFailure ]
-# Needs rebaseline. A div should be removed, but the rendering should be the same.
-webkit.org/b/102993 fast/dom/HTMLInputElement/input-slider-update.html [ Failure ]
-webkit.org/b/102993 fast/dom/HTMLInputElement/input-slider-update-styled.html [ Failure ]
-webkit.org/b/102993 fast/forms/box-shadow-override.html [ Failure ]
-webkit.org/b/102993 fast/forms/input-appearance-height.html [ Failure ]
-webkit.org/b/102993 fast/forms/range/input-appearance-range.html [ Failure ]
-webkit.org/b/102993 fast/forms/range/range-thumb-height-percentage.html [ Failure ]
-webkit.org/b/102993 fast/forms/range/slider-padding.html [ Failure ]
-webkit.org/b/102993 fast/forms/range/slider-thumb-shared-style.html [ Failure ]
-webkit.org/b/102993 fast/forms/range/slider-thumb-stylability.html [ Failure ]
-webkit.org/b/102993 fast/multicol/client-rects.html [ Failure ]
-webkit.org/b/102993 fast/repaint/slider-thumb-drag-release.html [ Failure ]
-webkit.org/b/102993 fast/repaint/slider-thumb-float.html [ Failure ]
-webkit.org/b/102993 fast/layers/video-layer.html [ Failure ]
-webkit.org/b/102993 media/audio-controls-rendering.html [ Failure ]
-webkit.org/b/102993 media/controls-after-reload.html [ Failure ]
-webkit.org/b/102993 media/controls-strict.html [ Failure ]
-webkit.org/b/102993 media/controls-styling.html [ Failure ]
-webkit.org/b/102993 media/controls-styling-strict.html [ Failure ]
-webkit.org/b/102993 media/controls-without-preload.html [ Failure ]
-webkit.org/b/102993 media/media-controls-clone.html [ Failure ]
-webkit.org/b/102993 media/track/track-cue-rendering-horizontal.html [ Failure ]
-webkit.org/b/102993 media/track/track-cue-rendering-vertical.html [ Failure ]
-webkit.org/b/102993 media/video-display-toggle.html [ Failure ]
-webkit.org/b/102993 media/video-empty-source.html [ Failure ]
-webkit.org/b/102993 media/video-no-audio.html [ Failure ]
-webkit.org/b/102993 media/video-zoom-controls.html [ Failure ]
-
webkit.org/b/102190 compositing/overflow/updating-scrolling-content.html [ Failure ]
webkit.org/b/102364 compositing/overflow/scrolling-without-painting.html [ Failure ]
Modified: trunk/LayoutTests/platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -5,7 +5,6 @@
RenderBody {BODY} at (8,8) size 784x584
RenderSlider {INPUT} at (2,2) size 129x11 [color=#909090] [bgcolor=#FFFFFF]
RenderFlexibleBox {DIV} at (0,0) size 129x11
- RenderBlock {DIV} at (0,0) size 100x11
+ RenderBlock {DIV} at (0,0) size 129x11
RenderBlock {DIV} at (100,0) size 29x11
- RenderBlock {DIV} at (100,0) size 29x11
RenderText {#text} at (0,0) size 0x0
Added: trunk/LayoutTests/platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt (0 => 135938)
--- trunk/LayoutTests/platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -0,0 +1,10 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderSlider {INPUT} at (2,2) size 100x10 [color=#909090] [bgcolor=#FF0000]
+ RenderFlexibleBox {DIV} at (0,0) size 100x10
+ RenderBlock {DIV} at (0,0) size 100x10
+ RenderBlock {DIV} at (90,0) size 10x10 [bgcolor=#008000]
+ RenderText {#text} at (0,0) size 0x0
Property changes on: trunk/LayoutTests/platform/efl/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt
___________________________________________________________________
Added: svn:eol-style
Modified: trunk/LayoutTests/platform/efl/fast/forms/box-shadow-override-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/fast/forms/box-shadow-override-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/fast/forms/box-shadow-override-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -39,9 +39,8 @@
text run at (44,16) width 4: " "
RenderSlider {INPUT} at (50,20) size 129x11 [color=#909090] [bgcolor=#FFFFFF]
RenderFlexibleBox {DIV} at (0,0) size 129x11
- RenderBlock {DIV} at (0,0) size 100x11
+ RenderBlock {DIV} at (0,0) size 129x11
RenderBlock {DIV} at (50,0) size 29x11
- RenderBlock {DIV} at (100,0) size 29x11
RenderText {#text} at (181,16) size 4x19
text run at (181,16) width 4: " "
RenderFileUploadControl {INPUT} at (187,6) size 306x40 "No file selected"
Modified: trunk/LayoutTests/platform/efl/fast/forms/input-appearance-height-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/fast/forms/input-appearance-height-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/fast/forms/input-appearance-height-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -51,9 +51,8 @@
text run at (0,168) width 39: "range "
RenderSlider {INPUT} at (41,172) size 129x11 [color=#909090] [bgcolor=#FFFFFF]
RenderFlexibleBox {DIV} at (0,0) size 129x11
- RenderBlock {DIV} at (0,0) size 100x11
+ RenderBlock {DIV} at (0,0) size 129x11
RenderBlock {DIV} at (50,0) size 29x11
- RenderBlock {DIV} at (100,0) size 29x11
RenderText {#text} at (172,168) size 4x19
text run at (172,168) width 4: " "
RenderBR {BR} at (176,183) size 0x0
Modified: trunk/LayoutTests/platform/efl/fast/forms/range/input-appearance-range-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/fast/forms/range/input-appearance-range-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/fast/forms/range/input-appearance-range-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -6,31 +6,26 @@
RenderBlock {DIV} at (0,0) size 784x35
RenderSlider {INPUT} at (2,2) size 129x30 [color=#909090] [bgcolor=#FFFFFF]
RenderFlexibleBox {DIV} at (0,0) size 129x30
- RenderBlock {DIV} at (0,9) size 100x11
+ RenderBlock {DIV} at (0,9) size 129x11
RenderBlock {DIV} at (50,0) size 29x11
- RenderBlock {DIV} at (100,0) size 29x11
RenderBlock {DIV} at (0,35) size 784x18
RenderSlider {INPUT} at (2,4) size 129x11 [color=#909090] [bgcolor=#FFFFFF]
RenderFlexibleBox {DIV} at (0,0) size 129x11
- RenderBlock {DIV} at (0,0) size 100x11
+ RenderBlock {DIV} at (0,0) size 129x11
RenderBlock {DIV} at (0,0) size 29x11
- RenderBlock {DIV} at (100,0) size 29x11
RenderBlock {DIV} at (0,53) size 784x18
RenderSlider {INPUT} at (2,4) size 129x11 [color=#909090] [bgcolor=#FFFFFF]
RenderFlexibleBox {DIV} at (0,0) size 129x11
- RenderBlock {DIV} at (0,0) size 100x11
+ RenderBlock {DIV} at (0,0) size 129x11
RenderBlock {DIV} at (100,0) size 29x11
- RenderBlock {DIV} at (100,0) size 29x11
RenderBlock {DIV} at (0,71) size 784x145
RenderSlider {INPUT} at (64,2) size 129x140 [color=#909090] [bgcolor=#FFFFFF]
RenderFlexibleBox {DIV} at (0,0) size 129x140
- RenderBlock {DIV} at (59,0) size 11x111
+ RenderBlock {DIV} at (59,0) size 11x140
RenderBlock {DIV} at (0,56) size 11x29
- RenderBlock {DIV} at (0,111) size 11x29
RenderBlock {DIV} at (0,216) size 784x18
layer at (10,228) size 129x11
RenderSlider {INPUT} at (2,4) size 129x11 [color=#909090] [bgcolor=#FFFFFF]
RenderFlexibleBox {DIV} at (0,0) size 129x11
- RenderBlock {DIV} at (0,0) size 100x11
+ RenderBlock {DIV} at (0,0) size 129x11
RenderBlock {DIV} at (75,0) size 29x11
- RenderBlock {DIV} at (100,0) size 29x11
Added: trunk/LayoutTests/platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt (0 => 135938)
--- trunk/LayoutTests/platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -0,0 +1,14 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+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 784x18
+ RenderText {#text} at (0,0) size 536x19
+ 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,34) size 784x24
+ RenderSlider {INPUT} at (2,2) size 200x20 [color=#909090] [bgcolor=#C0C0C0]
+ RenderFlexibleBox {DIV} at (0,0) size 200x20
+ RenderBlock {DIV} at (0,5) size 200x10
+ RenderBlock {DIV} at (95,0) size 10x10 [bgcolor=#008000]
+ RenderText {#text} at (0,0) size 0x0
Property changes on: trunk/LayoutTests/platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt
___________________________________________________________________
Added: svn:eol-style
Modified: trunk/LayoutTests/platform/efl/fast/forms/range/slider-padding-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/fast/forms/range/slider-padding-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/fast/forms/range/slider-padding-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -10,8 +10,7 @@
RenderBlock {DIV} at (0,18) size 784x35 [bgcolor=#ADD8E6]
RenderSlider {INPUT} at (2,2) size 100x31 [color=#909090] [bgcolor=#FFFFFF]
RenderFlexibleBox {DIV} at (10,10) size 80x11
- RenderBlock {DIV} at (0,0) size 51x11
+ RenderBlock {DIV} at (0,0) size 80x11
RenderBlock {DIV} at (0,0) size 29x11
- RenderBlock {DIV} at (51,0) size 29x11
RenderText {#text} at (0,0) size 0x0
RenderBlock {PRE} at (0,66) size 784x0
Modified: trunk/LayoutTests/platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -21,13 +21,11 @@
RenderBlock {DIV} at (0,68) size 784x30
RenderSlider {INPUT} at (2,2) size 129x11 [color=#909090] [bgcolor=#FFFFFF]
RenderFlexibleBox {DIV} at (0,0) size 129x11
- RenderBlock {DIV} at (0,0) size 100x11
+ RenderBlock {DIV} at (0,0) size 129x11
RenderBlock {DIV} at (0,0) size 29x11
- RenderBlock {DIV} at (100,0) size 29x11
RenderBR {BR} at (133,13) size 0x0
RenderSlider {INPUT} at (2,17) size 129x11 [color=#909090] [bgcolor=#FFFFFF]
RenderFlexibleBox {DIV} at (0,0) size 129x11
- RenderBlock {DIV} at (0,0) size 100x11
+ RenderBlock {DIV} at (0,0) size 129x11
RenderBlock {DIV} at (100,0) size 29x11
- RenderBlock {DIV} at (100,0) size 29x11
RenderText {#text} at (0,0) size 0x0
Added: trunk/LayoutTests/platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt (0 => 135938)
--- trunk/LayoutTests/platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -0,0 +1,10 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderSlider {INPUT} at (2,2) size 129x20 [color=#909090] [bgcolor=#FFFFFF]
+ RenderFlexibleBox {DIV} at (0,0) size 129x20
+ RenderBlock {DIV} at (0,0) size 129x20
+ RenderBlock {DIV} at (0,0) size 20x20 [bgcolor=#008000]
+ RenderText {#text} at (0,0) size 0x0
Property changes on: trunk/LayoutTests/platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt
___________________________________________________________________
Added: svn:eol-style
Modified: trunk/LayoutTests/platform/efl/fast/layers/video-layer-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/fast/layers/video-layer-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/fast/layers/video-layer-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -27,9 +27,8 @@
text run at (0,0) width 55: "00:00 / 00:00"
RenderSlider {INPUT} at (63,0) size 177x20
RenderFlexibleBox {DIV} at (2,0) size 173x20
- RenderBlock {DIV} at (0,4) size 161x12
+ RenderBlock {DIV} at (0,4) size 173x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (161,0) size 12x12
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
RenderBlock {DIV} at (300,10) size 0x0
Modified: trunk/LayoutTests/platform/efl/fast/multicol/client-rects-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/fast/multicol/client-rects-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/fast/multicol/client-rects-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -63,8 +63,7 @@
RenderSlider {INPUT} at (2,27) size 25x25 [color=#909090] [bgcolor=#ADD8E6]
RenderFlexibleBox {DIV} at (0,0) size 25x25
RenderBlock {DIV} at (0,12) size 25x0
- RenderBlock {DIV} at (12,0) size 25x0
- RenderBlock {DIV} at (25,0) size 0x25
+ RenderBlock {DIV} at (0,0) size 25x0
layer at (8,482) size 136x76
RenderBlock {DIV} at (0,474) size 136x76 [color=#ADD8E6] [border: (3px solid #000000)]
RenderBlock (anonymous) at (13,13) size 50x25
Modified: trunk/LayoutTests/platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -5,7 +5,6 @@
RenderBody {BODY} at (8,8) size 784x584
RenderSlider {INPUT} at (2,2) size 129x11 [color=#909090] [bgcolor=#FFFFFF]
RenderFlexibleBox {DIV} at (0,0) size 129x11
- RenderBlock {DIV} at (0,0) size 100x11
+ RenderBlock {DIV} at (0,0) size 129x11
RenderBlock {DIV} at (100,0) size 29x11
- RenderBlock {DIV} at (100,0) size 29x11
RenderText {#text} at (0,0) size 0x0
Added: trunk/LayoutTests/platform/efl/fast/repaint/slider-thumb-float-expected.txt (0 => 135938)
--- trunk/LayoutTests/platform/efl/fast/repaint/slider-thumb-float-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/efl/fast/repaint/slider-thumb-float-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -0,0 +1,9 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderSlider {INPUT} at (2,2) size 100x10 [color=#909090] [bgcolor=#FF0000]
+ RenderFlexibleBox {DIV} at (0,0) size 100x10
+ RenderBlock {DIV} at (0,0) size 100x10
+ RenderBlock {DIV} at (90,0) size 10x10 [bgcolor=#008000]
Property changes on: trunk/LayoutTests/platform/efl/fast/repaint/slider-thumb-float-expected.txt
___________________________________________________________________
Added: svn:eol-style
Modified: trunk/LayoutTests/platform/efl/media/audio-controls-rendering-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/media/audio-controls-rendering-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/media/audio-controls-rendering-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -26,9 +26,8 @@
text run at (0,0) width 55: "00:00 / 00:07"
RenderSlider {INPUT} at (63,0) size 157x20
RenderFlexibleBox {DIV} at (2,0) size 153x20
- RenderBlock {DIV} at (0,4) size 141x12
+ RenderBlock {DIV} at (0,4) size 153x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (141,0) size 12x12
RenderButton {INPUT} at (240,0) size 20x20
RenderButton {INPUT} at (260,0) size 20x20
RenderBlock {DIV} at (280,0) size 20x20
@@ -46,9 +45,8 @@
text run at (0,0) width 55: "00:00 / 00:07"
RenderSlider {INPUT} at (63,0) size 177x20
RenderFlexibleBox {DIV} at (2,0) size 173x20
- RenderBlock {DIV} at (0,4) size 161x12
+ RenderBlock {DIV} at (0,4) size 173x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (161,0) size 12x12
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
RenderBlock {DIV} at (300,0) size 20x20
@@ -68,9 +66,8 @@
text run at (0,0) width 55: "00:00 / 00:07"
RenderSlider {INPUT} at (63,0) size 177x20
RenderFlexibleBox {DIV} at (2,0) size 173x20
- RenderBlock {DIV} at (0,4) size 161x12
+ RenderBlock {DIV} at (0,4) size 173x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (161,0) size 12x12
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
RenderBlock {DIV} at (300,0) size 20x20
Modified: trunk/LayoutTests/platform/efl/media/controls-strict-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/media/controls-strict-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/media/controls-strict-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -22,9 +22,8 @@
text run at (0,0) width 55: "00:00 / 00:06"
RenderSlider {INPUT} at (63,0) size 157x20
RenderFlexibleBox {DIV} at (2,0) size 153x20
- RenderBlock {DIV} at (0,4) size 141x12
+ RenderBlock {DIV} at (0,4) size 153x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (141,0) size 12x12
RenderButton {INPUT} at (240,0) size 20x20
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
Modified: trunk/LayoutTests/platform/efl/media/controls-styling-strict-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/media/controls-styling-strict-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/media/controls-styling-strict-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -26,9 +26,8 @@
text run at (0,0) width 55: "00:00 / 00:06"
RenderSlider {INPUT} at (63,0) size 157x20
RenderFlexibleBox {DIV} at (2,0) size 153x20
- RenderBlock {DIV} at (0,4) size 141x12
+ RenderBlock {DIV} at (0,4) size 153x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (141,0) size 12x12
RenderButton {INPUT} at (240,0) size 20x20
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
@@ -47,9 +46,8 @@
text run at (0,0) width 55: "00:00 / 00:06"
RenderSlider {INPUT} at (63,0) size 157x20
RenderFlexibleBox {DIV} at (2,0) size 153x20
- RenderBlock {DIV} at (0,4) size 141x12
+ RenderBlock {DIV} at (0,4) size 153x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (141,0) size 12x12
RenderButton {INPUT} at (240,0) size 20x20
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
Modified: trunk/LayoutTests/platform/efl/media/controls-without-preload-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/media/controls-without-preload-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/media/controls-without-preload-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -22,9 +22,8 @@
text run at (0,0) width 55: "00:00 / 00:06"
RenderSlider {INPUT} at (63,0) size 157x20
RenderFlexibleBox {DIV} at (2,0) size 153x20
- RenderBlock {DIV} at (0,4) size 141x12
+ RenderBlock {DIV} at (0,4) size 153x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (141,0) size 12x12
RenderButton {INPUT} at (240,0) size 20x20
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
Modified: trunk/LayoutTests/platform/efl/media/media-controls-clone-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/media/media-controls-clone-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/media/media-controls-clone-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -23,9 +23,8 @@
text run at (0,0) width 55: "00:00 / 00:00"
RenderSlider {INPUT} at (63,0) size 177x20
RenderFlexibleBox {DIV} at (2,0) size 173x20
- RenderBlock {DIV} at (0,4) size 161x12
+ RenderBlock {DIV} at (0,4) size 173x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (161,0) size 12x12
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
RenderBlock {DIV} at (300,10) size 0x0
@@ -41,9 +40,8 @@
text run at (0,0) width 55: "00:00 / 00:00"
RenderSlider {INPUT} at (63,0) size 177x20
RenderFlexibleBox {DIV} at (2,0) size 173x20
- RenderBlock {DIV} at (0,4) size 161x12
+ RenderBlock {DIV} at (0,4) size 173x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (161,0) size 12x12
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
RenderBlock {DIV} at (300,10) size 0x0
@@ -59,9 +57,8 @@
text run at (0,0) width 55: "00:00 / 00:00"
RenderSlider {INPUT} at (63,0) size 177x20
RenderFlexibleBox {DIV} at (2,0) size 173x20
- RenderBlock {DIV} at (0,4) size 161x12
+ RenderBlock {DIV} at (0,4) size 173x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (161,0) size 12x12
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
RenderBlock {DIV} at (300,10) size 0x0
@@ -77,9 +74,8 @@
text run at (0,0) width 55: "00:00 / 00:00"
RenderSlider {INPUT} at (63,0) size 177x20
RenderFlexibleBox {DIV} at (2,0) size 173x20
- RenderBlock {DIV} at (0,4) size 161x12
+ RenderBlock {DIV} at (0,4) size 173x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (161,0) size 12x12
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
RenderBlock {DIV} at (300,10) size 0x0
Modified: trunk/LayoutTests/platform/efl/media/track/track-cue-rendering-horizontal-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/media/track/track-cue-rendering-horizontal-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/media/track/track-cue-rendering-horizontal-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -70,9 +70,8 @@
text run at (0,0) width 55: "00:00 / 00:06"
RenderSlider {INPUT} at (63,0) size 137x20
RenderFlexibleBox {DIV} at (2,0) size 133x20
- RenderBlock {DIV} at (0,4) size 121x12
+ RenderBlock {DIV} at (0,4) size 133x12
RenderBlock {DIV} at (5,0) size 12x12
- RenderBlock {DIV} at (121,0) size 12x12
RenderButton {INPUT} at (220,0) size 20x20
RenderButton {INPUT} at (240,0) size 20x20
RenderButton {INPUT} at (260,0) size 20x20
Modified: trunk/LayoutTests/platform/efl/media/track/track-cue-rendering-vertical-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/media/track/track-cue-rendering-vertical-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/media/track/track-cue-rendering-vertical-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -70,9 +70,8 @@
text run at (0,0) width 55: "00:00 / 00:06"
RenderSlider {INPUT} at (63,0) size 137x20
RenderFlexibleBox {DIV} at (2,0) size 133x20
- RenderBlock {DIV} at (0,4) size 121x12
+ RenderBlock {DIV} at (0,4) size 133x12
RenderBlock {DIV} at (15,0) size 12x12
- RenderBlock {DIV} at (121,0) size 12x12
RenderButton {INPUT} at (220,0) size 20x20
RenderButton {INPUT} at (240,0) size 20x20
RenderButton {INPUT} at (260,0) size 20x20
Modified: trunk/LayoutTests/platform/efl/media/video-display-toggle-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/media/video-display-toggle-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/media/video-display-toggle-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -21,9 +21,8 @@
text run at (0,0) width 55: "00:00 / 00:06"
RenderSlider {INPUT} at (63,0) size 157x20
RenderFlexibleBox {DIV} at (2,0) size 153x20
- RenderBlock {DIV} at (0,4) size 141x12
+ RenderBlock {DIV} at (0,4) size 153x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (141,0) size 12x12
RenderButton {INPUT} at (240,0) size 20x20
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
Modified: trunk/LayoutTests/platform/efl/media/video-empty-source-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/media/video-empty-source-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/media/video-empty-source-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -22,9 +22,8 @@
text run at (0,0) width 55: "00:00 / 00:00"
RenderSlider {INPUT} at (63,0) size 177x20
RenderFlexibleBox {DIV} at (2,0) size 173x20
- RenderBlock {DIV} at (0,4) size 161x12
+ RenderBlock {DIV} at (0,4) size 173x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (161,0) size 12x12
RenderButton {INPUT} at (260,0) size 20x20
RenderButton {INPUT} at (280,0) size 20x20
RenderBlock {DIV} at (300,10) size 0x0
Modified: trunk/LayoutTests/platform/efl/media/video-no-audio-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/media/video-no-audio-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/media/video-no-audio-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -22,9 +22,8 @@
text run at (0,0) width 55: "00:00 / 00:09"
RenderSlider {INPUT} at (63,0) size 209x20
RenderFlexibleBox {DIV} at (2,0) size 205x20
- RenderBlock {DIV} at (0,4) size 193x12
+ RenderBlock {DIV} at (0,4) size 205x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (193,0) size 12x12
RenderButton {INPUT} at (292,0) size 20x20
RenderButton {INPUT} at (312,0) size 20x20
RenderButton {INPUT} at (332,0) size 20x20
Modified: trunk/LayoutTests/platform/efl/media/video-zoom-controls-expected.txt (135937 => 135938)
--- trunk/LayoutTests/platform/efl/media/video-zoom-controls-expected.txt 2012-11-28 00:23:54 UTC (rev 135937)
+++ trunk/LayoutTests/platform/efl/media/video-zoom-controls-expected.txt 2012-11-28 00:24:25 UTC (rev 135938)
@@ -21,9 +21,8 @@
text run at (21,17) width 36: "00:06"
RenderSlider {INPUT} at (0,0) size 90x30
RenderFlexibleBox {DIV} at (3,0) size 84x30
- RenderBlock {DIV} at (0,9) size 72x12
+ RenderBlock {DIV} at (0,9) size 84x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (72,0) size 12x12
RenderButton {INPUT} at (120,0) size 30x30
RenderButton {INPUT} at (150,0) size 30x30
RenderButton {INPUT} at (180,0) size 30x30
@@ -45,9 +44,8 @@
text run at (21,17) width 36: "00:06"
RenderSlider {INPUT} at (0,0) size 90x30
RenderFlexibleBox {DIV} at (3,0) size 84x30
- RenderBlock {DIV} at (0,9) size 72x12
+ RenderBlock {DIV} at (0,9) size 84x12
RenderBlock {DIV} at (0,0) size 12x12
- RenderBlock {DIV} at (72,0) size 12x12
RenderButton {INPUT} at (120,0) size 30x30
RenderButton {INPUT} at (150,0) size 30x30
RenderButton {INPUT} at (180,0) size 30x30