Title: [173500] trunk/LayoutTests
Revision
173500
Author
[email protected]
Date
2014-09-10 17:38:53 -0700 (Wed, 10 Sep 2014)

Log Message

Unreviewed gardening. Rebaseline failing media/video- tests broken by r156546.

* platform/mac/TestExpectations:
* platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
* platform/mac/media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles-expected.txt: Added.
* platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
* platform/mac/media/video-controls-no-scripting-expected.txt: Added.
* platform/mac/media/video-controls-rendering-expected.png:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.png:
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-empty-source-expected.png:
* platform/mac/media/video-empty-source-expected.txt:
* platform/mac/media/video-volume-slider-expected.png:
* platform/mac/media/video-volume-slider-expected.txt:
* platform/mac/media/volume-bar-empty-when-muted-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (173499 => 173500)


--- trunk/LayoutTests/ChangeLog	2014-09-11 00:25:39 UTC (rev 173499)
+++ trunk/LayoutTests/ChangeLog	2014-09-11 00:38:53 UTC (rev 173500)
@@ -1,5 +1,24 @@
 2014-09-10  Jer Noble  <[email protected]>
 
+        Unreviewed gardening. Rebaseline failing media/video- tests broken by r156546.
+
+        * platform/mac/TestExpectations:
+        * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
+        * platform/mac/media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles-expected.txt: Added.
+        * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
+        * platform/mac/media/video-controls-no-scripting-expected.txt: Added.
+        * platform/mac/media/video-controls-rendering-expected.png:
+        * platform/mac/media/video-controls-rendering-expected.txt:
+        * platform/mac/media/video-display-toggle-expected.png:
+        * platform/mac/media/video-display-toggle-expected.txt:
+        * platform/mac/media/video-empty-source-expected.png:
+        * platform/mac/media/video-empty-source-expected.txt:
+        * platform/mac/media/video-volume-slider-expected.png:
+        * platform/mac/media/video-volume-slider-expected.txt:
+        * platform/mac/media/volume-bar-empty-when-muted-expected.txt: Added.
+
+2014-09-10  Jer Noble  <[email protected]>
+
         More unreviewed gardening.
 
         - Mark tests as WontFix which depend on platform support which will never be added.

Modified: trunk/LayoutTests/platform/mac/TestExpectations (173499 => 173500)


--- trunk/LayoutTests/platform/mac/TestExpectations	2014-09-11 00:25:39 UTC (rev 173499)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2014-09-11 00:38:53 UTC (rev 173500)
@@ -1378,21 +1378,12 @@
 webkit.org/b/121995 media/video-controls-captions-trackmenu-hide-on-click.html [ Timeout Failure ]
 webkit.org/b/121995 media/video-controls-captions-trackmenu-includes-enabled-track.html [ Timeout Failure ]
 
-# REGRESSION(r156546): 18 media tests broken (122021)
+# REGRESSION(r156546): 7 media tests broken (122021)
 webkit.org/b/122021 media/track/track-cue-mutable-text.html
 webkit.org/b/122021 media/track/track-cue-rendering-mode-changed.html
 webkit.org/b/122021 media/track/track-in-band-mode.html
-webkit.org/b/122021 media/video-controls-captions-trackmenu-localized.html
-webkit.org/b/122021 media/video-controls-captions-trackmenu-sorted.html
 webkit.org/b/122021 media/video-controls-captions-trackmenu.html
 webkit.org/b/122021 media/video-controls-fullscreen-volume.html
-webkit.org/b/122021 media/video-controls-no-scripting.html
-webkit.org/b/122021 media/video-controls-rendering.html
 webkit.org/b/122021 media/video-controls-toggling.html
 webkit.org/b/122021 media/video-controls-visible-exiting-fullscreen.html
-webkit.org/b/122021 media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html
-webkit.org/b/122021 media/video-display-toggle.html
-webkit.org/b/122021 media/video-empty-source.html
-webkit.org/b/122021 media/video-volume-slider.html
-webkit.org/b/122021 media/volume-bar-empty-when-muted.html
 # --- End media tests ---

Modified: trunk/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt (173499 => 173500)


--- trunk/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt	2014-09-11 00:25:39 UTC (rev 173499)
+++ trunk/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt	2014-09-11 00:38:53 UTC (rev 173500)
@@ -1,5 +1,6 @@
 Test that captions and subtitles menu items are localized.
 
+
 EVENT(canplaythrough)
 
 *** Set the user language preference.

Added: trunk/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles-expected.txt (0 => 173500)


--- trunk/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles-expected.txt	2014-09-11 00:38:53 UTC (rev 173500)
@@ -0,0 +1,9 @@
+Test that the track menu only shows captions, descriptions and subtitles.
+
+
+EVENT(canplaythrough)
+There are 3 caption, description or subtitles tracks.
+Because of "Off" and "Auto", there should be 5 items in the menu.
+EXPECTED (trackListItems.length == '5') OK
+END OF TEST
+

Modified: trunk/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt (173499 => 173500)


--- trunk/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt	2014-09-11 00:25:39 UTC (rev 173499)
+++ trunk/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt	2014-09-11 00:38:53 UTC (rev 173500)
@@ -1,5 +1,6 @@
 Test that captions and subtitles are sorted in the menu according to user preferences.
 
+
 EVENT(canplaythrough)
 
 *** Set the user language preference.
@@ -24,11 +25,11 @@
 RUN(internals.settings.setShouldDisplayTrackKind('Subtitles', true))
 EXPECTED (trackMenuItems[0].textContent == 'Off') OK
 EXPECTED (trackMenuItems[1].textContent == 'Auto (Recommended)') OK
-EXPECTED (trackMenuItems[2].textContent == 'z (Japanese)'), OBSERVED 'w (Japanese)' FAIL
-EXPECTED (trackMenuItems[3].textContent == 'v (English)'), OBSERVED 'z (Japanese)' FAIL
-EXPECTED (trackMenuItems[4].textContent == 'x (English-Australia)'), OBSERVED 'u (English)' FAIL
+EXPECTED (trackMenuItems[2].textContent == 'z (Japanese)') OK
+EXPECTED (trackMenuItems[3].textContent == 'v (English)') OK
+EXPECTED (trackMenuItems[4].textContent == 'x (English-Australia)') OK
 EXPECTED (video.textTracks.length == '6') OK
-EXPECTED (trackMenuItems.length == '5'), OBSERVED '8' FAIL
+EXPECTED (trackMenuItems.length == '5') OK
 
 END OF TEST
 

Added: trunk/LayoutTests/platform/mac/media/video-controls-no-scripting-expected.txt (0 => 173500)


--- trunk/LayoutTests/platform/mac/media/video-controls-no-scripting-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/media/video-controls-no-scripting-expected.txt	2014-09-11 00:38:53 UTC (rev 173500)
@@ -0,0 +1,12 @@
+CONSOLE MESSAGE: line 10: Blocked script execution in 'video-controls-no-scripting-iframe.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
+CONSOLE MESSAGE: line 13: Blocked script execution in 'video-controls-no-scripting-iframe.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
+CONSOLE MESSAGE: Blocked script execution in 'video-controls-no-scripting-iframe.html' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
+
+Tests that the built-in controls are always enabled when _javascript_ is disabled.
+
+EXPECTED (internals.shadowRoot(video) != 'null') OK
+EXPECTED (controls.offsetTop + controls.offsetHeight <= 'video.offsetHeight') OK
+EXPECTED (getComputedStyle(controls).opacity == '1') OK
+
+END OF TEST
+

Modified: trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.txt (173499 => 173500)


--- trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.txt	2014-09-11 00:25:39 UTC (rev 173499)
+++ trunk/LayoutTests/platform/mac/media/video-controls-rendering-expected.txt	2014-09-11 00:38:53 UTC (rev 173500)
@@ -18,77 +18,128 @@
 layer at (8,42) size 320x240
   RenderFlexibleBox {DIV} at (0,0) size 320x240
 layer at (8,257) size 320x25
-  RenderFlexibleBox {DIV} at (0,215) size 320x25
-    RenderButton {INPUT} at (6,3) size 18x18
-    RenderButton {INPUT} at (32,4) size 16x16
-    RenderFlexibleBox {DIV} at (49,5) size 216x15
-      RenderSlider {INPUT} at (45,2) size 126x13
-        RenderFlexibleBox {DIV} at (0,0) size 126x13
-          RenderBlock {DIV} at (0,2) size 126x8
-            RenderBlock {DIV} at (0,0) size 10x8
-    RenderButton {INPUT} at (297,4) size 16x16
-    RenderBlock {DIV} at (265,6) size 25x12
-layer at (57,264) size 45x11
-  RenderFlexibleBox {DIV} at (0,2) size 45x11 [color=#FFFFFF]
-    RenderBlock (anonymous) at (9,0) size 26x11
-      RenderText {#text} at (0,0) size 26x11
-        text run at (0,0) width 26: "00:00"
-layer at (228,264) size 45x11
-  RenderFlexibleBox {DIV} at (171,2) size 45x11 [color=#FFFFFF]
-    RenderBlock (anonymous) at (7,0) size 31x11
-      RenderText {#text} at (0,0) size 31x11
-        text run at (0,0) width 31: "-00:06"
-layer at (275,263) size 14x12
-  RenderButton zI: 1 {INPUT} at (2,0) size 14x12
+  RenderBlock {DIV} at (0,215) size 320x25
+layer at (8,257) size 320x25
+  RenderFlexibleBox {DIV} at (0,0) size 320x25
+layer at (14,262) size 16x16
+  RenderButton {BUTTON} at (6,4) size 16x17 [color=#FFFFFF]
+layer at (40,262) size 16x16
+  RenderButton {BUTTON} at (32,5) size 16x16 [color=#FFFFFF]
+layer at (57,265) size 217x11
+  RenderFlexibleBox {DIV} at (49,7) size 217x12
+layer at (57,265) size 45x11
+  RenderFlexibleBox {DIV} at (0,0) size 45x11 [color=#FFFFFF]
+    RenderBlock (anonymous) at (10,0) size 25x11
+      RenderText {#text} at (0,0) size 25x11
+        text run at (0,0) width 25: "00:00"
+layer at (229,265) size 45x11
+  RenderFlexibleBox {DIV} at (172,0) size 45x11 [color=#FFFFFF]
+    RenderBlock (anonymous) at (8,0) size 29x11
+      RenderText {#text} at (0,0) size 29x11
+        text run at (0,0) width 29: "-00:06"
+layer at (104,266) size 123x9
+  RenderFlexibleBox {DIV} at (47,1) size 123x9
+    RenderSlider {INPUT} at (0,0) size 123x9 [color=#909090] [bgcolor=#4A4A4A]
+      RenderFlexibleBox {DIV} at (0,0) size 123x9
+        RenderBlock {DIV} at (0,1) size 123x7
+layer at (104,267) size 6x6
+  RenderBlock {DIV} at (0,0) size 6x6 [bgcolor=#FFFFFF]
+layer at (274,259) size 22x22
+  RenderFlexibleBox {DIV} at (266,2) size 22x22
+layer at (274,259) size 2x22
+  RenderFlexibleBox {DIV} at (0,0) size 2x22 [border: (1px solid #000000F3)]
+    RenderSlider {INPUT} at (-7,6) size 2x10 [color=#909090] [border: (1px solid #000000DF)]
+      RenderFlexibleBox {DIV} at (1,1) size 0x8
+        RenderBlock {DIV} at (0,0) size 0x8
+layer at (260,266) size 8x8
+  RenderBlock {DIV} at (-8,0) size 8x8
+layer at (277,262) size 16x16
+  RenderButton {BUTTON} at (3,3) size 16x16 [color=#FFFFFF]
+layer at (305,262) size 16x16
+  RenderButton {BUTTON} at (297,5) size 16x16 [color=#FFFFFF]
 layer at (8,282) size 320x240
   RenderFlexibleBox {DIV} at (0,0) size 320x240
 layer at (8,497) size 320x25
-  RenderFlexibleBox {DIV} at (0,215) size 320x25
-    RenderButton {INPUT} at (6,3) size 18x18
-    RenderButton {INPUT} at (32,4) size 16x16
-    RenderFlexibleBox {DIV} at (49,5) size 216x15
-      RenderSlider {INPUT} at (45,2) size 126x13
-        RenderFlexibleBox {DIV} at (0,0) size 126x13
-          RenderBlock {DIV} at (0,2) size 126x8
-            RenderBlock {DIV} at (0,0) size 10x8
-    RenderButton {INPUT} at (297,4) size 16x16
-    RenderBlock {DIV} at (265,6) size 25x12
-layer at (57,504) size 45x11
-  RenderFlexibleBox {DIV} at (0,2) size 45x11 [color=#FFFFFF]
-    RenderBlock (anonymous) at (9,0) size 26x11
-      RenderText {#text} at (0,0) size 26x11
-        text run at (0,0) width 26: "00:00"
-layer at (228,504) size 45x11
-  RenderFlexibleBox {DIV} at (171,2) size 45x11 [color=#FFFFFF]
-    RenderBlock (anonymous) at (7,0) size 31x11
-      RenderText {#text} at (0,0) size 31x11
-        text run at (0,0) width 31: "-00:06"
-layer at (275,503) size 14x12
-  RenderButton zI: 1 {INPUT} at (2,0) size 14x12
+  RenderBlock {DIV} at (0,215) size 320x25
+layer at (8,497) size 320x25
+  RenderFlexibleBox {DIV} at (0,0) size 320x25
+layer at (14,502) size 16x16
+  RenderButton {BUTTON} at (6,4) size 16x17 [color=#FFFFFF]
+layer at (40,502) size 16x16
+  RenderButton {BUTTON} at (32,5) size 16x16 [color=#FFFFFF]
+layer at (57,505) size 217x11
+  RenderFlexibleBox {DIV} at (49,7) size 217x12
+layer at (57,505) size 45x11
+  RenderFlexibleBox {DIV} at (0,0) size 45x11 [color=#FFFFFF]
+    RenderBlock (anonymous) at (10,0) size 25x11
+      RenderText {#text} at (0,0) size 25x11
+        text run at (0,0) width 25: "00:00"
+layer at (229,505) size 45x11
+  RenderFlexibleBox {DIV} at (172,0) size 45x11 [color=#FFFFFF]
+    RenderBlock (anonymous) at (8,0) size 29x11
+      RenderText {#text} at (0,0) size 29x11
+        text run at (0,0) width 29: "-00:06"
+layer at (104,506) size 123x9
+  RenderFlexibleBox {DIV} at (47,1) size 123x9
+    RenderSlider {INPUT} at (0,0) size 123x9 [color=#909090] [bgcolor=#4A4A4A]
+      RenderFlexibleBox {DIV} at (0,0) size 123x9
+        RenderBlock {DIV} at (0,1) size 123x7
+layer at (104,507) size 6x6
+  RenderBlock {DIV} at (0,0) size 6x6 [bgcolor=#FFFFFF]
+layer at (274,499) size 22x22
+  RenderFlexibleBox {DIV} at (266,2) size 22x22
+layer at (274,499) size 2x22
+  RenderFlexibleBox {DIV} at (0,0) size 2x22 [border: (1px solid #000000F3)]
+    RenderSlider {INPUT} at (-7,6) size 2x10 [color=#909090] [border: (1px solid #000000DF)]
+      RenderFlexibleBox {DIV} at (1,1) size 0x8
+        RenderBlock {DIV} at (0,0) size 0x8
+layer at (260,506) size 8x8
+  RenderBlock {DIV} at (-8,0) size 8x8
+layer at (277,502) size 16x16
+  RenderButton {BUTTON} at (3,3) size 16x16 [color=#FFFFFF]
+layer at (305,502) size 16x16
+  RenderButton {BUTTON} at (297,5) size 16x16 [color=#FFFFFF]
 layer at (8,522) size 320x240
   RenderVideo {VIDEO} at (8,522) size 320x240
 layer at (8,522) size 320x240
   RenderFlexibleBox {DIV} at (0,0) size 320x240
 layer at (8,737) size 320x25
-  RenderFlexibleBox {DIV} at (0,215) size 320x25
-    RenderButton {INPUT} at (6,3) size 18x18
-    RenderButton {INPUT} at (32,4) size 16x16
-    RenderFlexibleBox {DIV} at (49,5) size 216x15
-      RenderSlider {INPUT} at (45,2) size 126x13
-        RenderFlexibleBox {DIV} at (0,0) size 126x13
-          RenderBlock {DIV} at (0,2) size 126x8
-            RenderBlock {DIV} at (0,0) size 10x8
-    RenderButton {INPUT} at (297,4) size 16x16
-    RenderBlock {DIV} at (265,6) size 25x12
-layer at (57,744) size 45x11
-  RenderFlexibleBox {DIV} at (0,2) size 45x11 [color=#FFFFFF]
-    RenderBlock (anonymous) at (9,0) size 26x11
-      RenderText {#text} at (0,0) size 26x11
-        text run at (0,0) width 26: "00:00"
-layer at (228,744) size 45x11
-  RenderFlexibleBox {DIV} at (171,2) size 45x11 [color=#FFFFFF]
-    RenderBlock (anonymous) at (7,0) size 31x11
-      RenderText {#text} at (0,0) size 31x11
-        text run at (0,0) width 31: "-00:06"
-layer at (275,743) size 14x12
-  RenderButton zI: 1 {INPUT} at (2,0) size 14x12
+  RenderBlock {DIV} at (0,215) size 320x25
+layer at (8,737) size 320x25
+  RenderFlexibleBox {DIV} at (0,0) size 320x25
+layer at (14,742) size 16x16
+  RenderButton {BUTTON} at (6,4) size 16x17 [color=#FFFFFF]
+layer at (40,742) size 16x16
+  RenderButton {BUTTON} at (32,5) size 16x16 [color=#FFFFFF]
+layer at (57,745) size 217x11
+  RenderFlexibleBox {DIV} at (49,7) size 217x12
+layer at (57,745) size 45x11
+  RenderFlexibleBox {DIV} at (0,0) size 45x11 [color=#FFFFFF]
+    RenderBlock (anonymous) at (10,0) size 25x11
+      RenderText {#text} at (0,0) size 25x11
+        text run at (0,0) width 25: "00:00"
+layer at (229,745) size 45x11
+  RenderFlexibleBox {DIV} at (172,0) size 45x11 [color=#FFFFFF]
+    RenderBlock (anonymous) at (8,0) size 29x11
+      RenderText {#text} at (0,0) size 29x11
+        text run at (0,0) width 29: "-00:06"
+layer at (104,746) size 123x9
+  RenderFlexibleBox {DIV} at (47,1) size 123x9
+    RenderSlider {INPUT} at (0,0) size 123x9 [color=#909090] [bgcolor=#4A4A4A]
+      RenderFlexibleBox {DIV} at (0,0) size 123x9
+        RenderBlock {DIV} at (0,1) size 123x7
+layer at (104,747) size 6x6
+  RenderBlock {DIV} at (0,0) size 6x6 [bgcolor=#FFFFFF]
+layer at (274,739) size 22x22
+  RenderFlexibleBox {DIV} at (266,2) size 22x22
+layer at (274,739) size 2x22
+  RenderFlexibleBox {DIV} at (0,0) size 2x22 [border: (1px solid #000000F3)]
+    RenderSlider {INPUT} at (-7,6) size 2x10 [color=#909090] [border: (1px solid #000000DF)]
+      RenderFlexibleBox {DIV} at (1,1) size 0x8
+        RenderBlock {DIV} at (0,0) size 0x8
+layer at (260,746) size 8x8
+  RenderBlock {DIV} at (-8,0) size 8x8
+layer at (277,742) size 16x16
+  RenderButton {BUTTON} at (3,3) size 16x16 [color=#FFFFFF]
+layer at (305,742) size 16x16
+  RenderButton {BUTTON} at (297,5) size 16x16 [color=#FFFFFF]

Modified: trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.txt (173499 => 173500)


--- trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.txt	2014-09-11 00:25:39 UTC (rev 173499)
+++ trunk/LayoutTests/platform/mac/media/video-display-toggle-expected.txt	2014-09-11 00:38:53 UTC (rev 173500)
@@ -12,25 +12,42 @@
 layer at (8,26) size 320x240
   RenderFlexibleBox {DIV} at (0,0) size 320x240
 layer at (8,241) size 320x25
-  RenderFlexibleBox {DIV} at (0,215) size 320x25
-    RenderButton {INPUT} at (6,3) size 18x18
-    RenderButton {INPUT} at (32,4) size 16x16
-    RenderFlexibleBox {DIV} at (49,5) size 216x15
-      RenderSlider {INPUT} at (45,2) size 126x13
-        RenderFlexibleBox {DIV} at (0,0) size 126x13
-          RenderBlock {DIV} at (0,2) size 126x8
-            RenderBlock {DIV} at (0,0) size 10x8
-    RenderButton {INPUT} at (297,4) size 16x16
-    RenderBlock {DIV} at (265,6) size 25x12
-layer at (57,248) size 45x11
-  RenderFlexibleBox {DIV} at (0,2) size 45x11 [color=#FFFFFF]
-    RenderBlock (anonymous) at (9,0) size 26x11
-      RenderText {#text} at (0,0) size 26x11
-        text run at (0,0) width 26: "00:00"
-layer at (228,248) size 45x11
-  RenderFlexibleBox {DIV} at (171,2) size 45x11 [color=#FFFFFF]
-    RenderBlock (anonymous) at (7,0) size 31x11
-      RenderText {#text} at (0,0) size 31x11
-        text run at (0,0) width 31: "-00:06"
-layer at (275,247) size 14x12
-  RenderButton zI: 1 {INPUT} at (2,0) size 14x12
+  RenderBlock {DIV} at (0,215) size 320x25
+layer at (8,241) size 320x25
+  RenderFlexibleBox {DIV} at (0,0) size 320x25
+layer at (14,246) size 16x16
+  RenderButton {BUTTON} at (6,4) size 16x17 [color=#FFFFFF]
+layer at (40,246) size 16x16
+  RenderButton {BUTTON} at (32,5) size 16x16 [color=#FFFFFF]
+layer at (57,249) size 217x11
+  RenderFlexibleBox {DIV} at (49,7) size 217x12
+layer at (57,249) size 45x11
+  RenderFlexibleBox {DIV} at (0,0) size 45x11 [color=#FFFFFF]
+    RenderBlock (anonymous) at (10,0) size 25x11
+      RenderText {#text} at (0,0) size 25x11
+        text run at (0,0) width 25: "00:00"
+layer at (229,249) size 45x11
+  RenderFlexibleBox {DIV} at (172,0) size 45x11 [color=#FFFFFF]
+    RenderBlock (anonymous) at (8,0) size 29x11
+      RenderText {#text} at (0,0) size 29x11
+        text run at (0,0) width 29: "-00:06"
+layer at (104,250) size 123x9
+  RenderFlexibleBox {DIV} at (47,1) size 123x9
+    RenderSlider {INPUT} at (0,0) size 123x9 [color=#909090] [bgcolor=#4A4A4A]
+      RenderFlexibleBox {DIV} at (0,0) size 123x9
+        RenderBlock {DIV} at (0,1) size 123x7
+layer at (104,251) size 6x6
+  RenderBlock {DIV} at (0,0) size 6x6 [bgcolor=#FFFFFF]
+layer at (274,243) size 22x22
+  RenderFlexibleBox {DIV} at (266,2) size 22x22
+layer at (274,243) size 2x22
+  RenderFlexibleBox {DIV} at (0,0) size 2x22 [border: (1px solid #000000F3)]
+    RenderSlider {INPUT} at (-7,6) size 2x10 [color=#909090] [border: (1px solid #000000DF)]
+      RenderFlexibleBox {DIV} at (1,1) size 0x8
+        RenderBlock {DIV} at (0,0) size 0x8
+layer at (260,250) size 8x8
+  RenderBlock {DIV} at (-8,0) size 8x8
+layer at (277,246) size 16x16
+  RenderButton {BUTTON} at (3,3) size 16x16 [color=#FFFFFF]
+layer at (305,246) size 16x16
+  RenderButton {BUTTON} at (297,5) size 16x16 [color=#FFFFFF]

Modified: trunk/LayoutTests/platform/mac/media/video-empty-source-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/media/video-empty-source-expected.txt (173499 => 173500)


--- trunk/LayoutTests/platform/mac/media/video-empty-source-expected.txt	2014-09-11 00:25:39 UTC (rev 173499)
+++ trunk/LayoutTests/platform/mac/media/video-empty-source-expected.txt	2014-09-11 00:38:53 UTC (rev 173500)
@@ -13,7 +13,18 @@
 layer at (9,43) size 300x150
   RenderFlexibleBox {DIV} at (1,1) size 300x150
 layer at (9,168) size 300x25
-  RenderFlexibleBox {DIV} at (0,125) size 300x25
-    RenderButton {INPUT} at (6,3) size 18x18
-    RenderButton {INPUT} at (32,4) size 16x16
-    RenderBlock {DIV} at (49,12) size 0x0
+  RenderBlock {DIV} at (0,125) size 300x25
+layer at (9,168) size 300x25
+  RenderFlexibleBox {DIV} at (0,0) size 300x25
+layer at (58,169) size 138x25
+  RenderBlock {DIV} at (49,0) size 138x26 [color=#FFFFFF]
+    RenderText {#text} at (12,7) size 22x11
+      text run at (12,7) width 22: "Error"
+layer at (15,173) size 16x16
+  RenderButton {BUTTON} at (6,4) size 16x17 [color=#FFFFFF]
+layer at (41,173) size 16x16
+  RenderButton {BUTTON} at (32,5) size 16x16 [color=#FFFFFF]
+layer at (196,177) size 113x9
+  RenderFlexibleBox {DIV} at (186,8) size 114x10
+layer at (198,177) size 110x9
+  RenderFlexibleBox {DIV} at (2,0) size 110x9

Modified: trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.txt (173499 => 173500)


--- trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.txt	2014-09-11 00:25:39 UTC (rev 173499)
+++ trunk/LayoutTests/platform/mac/media/video-volume-slider-expected.txt	2014-09-11 00:38:53 UTC (rev 173500)
@@ -18,34 +18,42 @@
 layer at (8,62) size 320x240
   RenderFlexibleBox {DIV} at (0,0) size 320x240
 layer at (8,277) size 320x25
-  RenderFlexibleBox {DIV} at (0,215) size 320x25
-    RenderButton {INPUT} at (6,3) size 18x18
-    RenderButton {INPUT} at (32,4) size 16x16
-    RenderFlexibleBox {DIV} at (49,5) size 216x15
-      RenderSlider {INPUT} at (45,2) size 126x13
-        RenderFlexibleBox {DIV} at (0,0) size 126x13
-          RenderBlock {DIV} at (0,2) size 126x8
-            RenderBlock {DIV} at (0,0) size 10x8
-    RenderButton {INPUT} at (297,4) size 16x16
-    RenderBlock {DIV} at (265,6) size 25x12
-layer at (57,284) size 45x11
-  RenderFlexibleBox {DIV} at (0,2) size 45x11 [color=#FFFFFF]
-    RenderBlock (anonymous) at (9,0) size 26x11
-      RenderText {#text} at (0,0) size 26x11
-        text run at (0,0) width 26: "00:00"
-layer at (228,284) size 45x11
-  RenderFlexibleBox {DIV} at (171,2) size 45x11 [color=#FFFFFF]
-    RenderBlock (anonymous) at (7,0) size 31x11
-      RenderText {#text} at (0,0) size 31x11
-        text run at (0,0) width 31: "-00:06"
-layer at (275,283) size 14x12
-  RenderButton zI: 1 {INPUT} at (2,0) size 14x12
-layer at (273,188) size 22x114
-  RenderBlock (positioned) zI: 2 {DIV} at (265,-89) size 22x114
-layer at (279,195) size 10x80
-  RenderSlider {INPUT} at (6,7) size 10x80
-    RenderFlexibleBox {DIV} at (0,0) size 10x80
-      RenderBlock {DIV} at (0,0) size 10x80
-        RenderBlock {DIV} at (0,22) size 10x8
-layer at (275,283) size 14x12
-  RenderButton {INPUT} at (2,95) size 14x12
+  RenderBlock {DIV} at (0,215) size 320x25
+layer at (8,277) size 320x25
+  RenderFlexibleBox {DIV} at (0,0) size 320x25
+layer at (14,282) size 16x16
+  RenderButton {BUTTON} at (6,4) size 16x17 [color=#FFFFFF]
+layer at (40,282) size 16x16
+  RenderButton {BUTTON} at (32,5) size 16x16 [color=#FFFFFF]
+layer at (57,285) size 217x11
+  RenderFlexibleBox {DIV} at (49,7) size 217x12
+layer at (57,285) size 45x11
+  RenderFlexibleBox {DIV} at (0,0) size 45x11 [color=#FFFFFF]
+    RenderBlock (anonymous) at (10,0) size 25x11
+      RenderText {#text} at (0,0) size 25x11
+        text run at (0,0) width 25: "00:00"
+layer at (229,285) size 45x11
+  RenderFlexibleBox {DIV} at (172,0) size 45x11 [color=#FFFFFF]
+    RenderBlock (anonymous) at (8,0) size 29x11
+      RenderText {#text} at (0,0) size 29x11
+        text run at (0,0) width 29: "-00:06"
+layer at (104,286) size 123x9
+  RenderFlexibleBox {DIV} at (47,1) size 123x9
+    RenderSlider {INPUT} at (0,0) size 123x9 [color=#909090] [bgcolor=#4A4A4A]
+      RenderFlexibleBox {DIV} at (0,0) size 123x9
+        RenderBlock {DIV} at (0,1) size 123x7
+layer at (104,287) size 6x6
+  RenderBlock {DIV} at (0,0) size 6x6 [bgcolor=#FFFFFF]
+layer at (274,279) size 22x22
+  RenderFlexibleBox {DIV} at (266,2) size 22x22
+layer at (274,279) size 114x22
+  RenderFlexibleBox {DIV} at (0,0) size 114x22 [border: (1px solid #000000F3)]
+    RenderSlider {INPUT} at (27,6) size 80x10 [color=#909090] [border: (1px solid #000000DF)]
+      RenderFlexibleBox {DIV} at (1,1) size 78x8
+        RenderBlock {DIV} at (0,0) size 78x8
+layer at (351,286) size 8x8
+  RenderBlock {DIV} at (49,0) size 8x8
+layer at (277,282) size 16x16
+  RenderButton {BUTTON} at (3,3) size 16x16 [color=#FFFFFF]
+layer at (305,282) size 16x16
+  RenderButton {BUTTON} at (297,5) size 16x16 [color=#FFFFFF]

Added: trunk/LayoutTests/platform/mac/media/volume-bar-empty-when-muted-expected.txt (0 => 173500)


--- trunk/LayoutTests/platform/mac/media/volume-bar-empty-when-muted-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/media/volume-bar-empty-when-muted-expected.txt	2014-09-11 00:38:53 UTC (rev 173500)
@@ -0,0 +1,8 @@
+Tests if the volume slider thumb is rendered properly when the volume is uninitialized but media is muted.
+
+
+EXPECTED (video.volume == '1') OK
+EXPECTED (video.muted == 'true') OK
+EXPECTED (volumeSlider.value == '0') OK
+END OF TEST
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to