Title: [87268] trunk
Revision
87268
Author
[email protected]
Date
2011-05-24 21:35:37 -0700 (Tue, 24 May 2011)

Log Message

2011-05-24  Steve Lacey  <[email protected]>

        Reviewed by Eric Carlson.

        Move chromium media controls timeline back to flexible rather than absolute
        layout.

        https://bugs.webkit.org/show_bug.cgi?id=61379

        * platform/chromium/test_expectations.txt: Added expected failures from this change.
2011-05-24  Steve Lacey  <[email protected]>

        Reviewed by Eric Carlson.

        Move chromium media controls timeline back to flexible rather than absolute
        layout.

        https://bugs.webkit.org/show_bug.cgi?id=61379

        * css/mediaControlsChromium.css:
        (audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display):
        (audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline):

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87267 => 87268)


--- trunk/LayoutTests/ChangeLog	2011-05-25 04:26:04 UTC (rev 87267)
+++ trunk/LayoutTests/ChangeLog	2011-05-25 04:35:37 UTC (rev 87268)
@@ -1,3 +1,14 @@
+2011-05-24  Steve Lacey  <[email protected]>
+
+        Reviewed by Eric Carlson.
+
+        Move chromium media controls timeline back to flexible rather than absolute
+        layout.
+
+        https://bugs.webkit.org/show_bug.cgi?id=61379
+
+        * platform/chromium/test_expectations.txt: Added expected failures from this change.
+
 2011-05-24  Kent Tamura  <[email protected]>
 
         Reviewed by Hajime Morita.

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (87267 => 87268)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-05-25 04:26:04 UTC (rev 87267)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-05-25 04:35:37 UTC (rev 87268)
@@ -2939,7 +2939,10 @@
 BUGWK55968 GPU WIN DEBUG : compositing/webgl/webgl-nonpremultiplied-blend.html = IMAGE
 
 // 2 pixel stretching when rendering some videos with the GPU (Now it's flaky)
-BUGCR74102 GPU LINUX : media/video-controls-rendering.html = IMAGE PASS
+// Revert back to commented line once WK61380 is checked in.
+//BUGCR74102 GPU LINUX : media/video-controls-rendering.html = IMAGE PASS
+BUGCR74102 GPU LINUX : media/video-controls-rendering.html = IMAGE+TEXT TEXT
+
 // BUGCR74102 GPU WIN : media/video-layer-crash.html = IMAGE
 
 // New test causes an assertion failure.
@@ -3648,8 +3651,20 @@
 BUGWK60103 WIN LINUX : fast/repaint/border-radius-repaint.html = IMAGE
 BUGWK60103 WIN LINUX : fast/replaced/border-radius-clip.html = IMAGE
 
-// Regressed in r85290 but should start passing when underlying flexbox bugs are fixed.
-BUGCR59704 BUGWK59644 : media/video-zoom-controls.html = IMAGE+TEXT
+// Temporarily failing TEXT due to media controls using flexbox again.
+BUGWK61380 : fast/layers/video-layer.html = TEXT
+BUGWK61380 : media/controls-without-preload.html = TEXT
+BUGWK61380 : media/audio-controls-rendering.html = TEXT
+BUGWK61380 : media/audio-repaint.html = TEXT
+BUGWK61380 : media/controls-after-reload.html = TEXT
+BUGWK61380 : media/controls-strict.html = TEXT
+BUGWK61380 : media/controls-styling.html = TEXT
+BUGWK61380 CPU : media/video-controls-rendering.html = TEXT
+BUGWK61380 GPU WIN MAC : media/video-controls-rendering.html = TEXT
+BUGWK61380 : media/video-display-toggle.html = TEXT
+BUGWK61380 : media/video-empty-source.html = TEXT
+BUGWK61380 : media/video-no-audio.html = TEXT
+BUGWK61380 : media/video-volume-slider.html = TEXT
 
 // probably just needs a new baseline
 BUGWK60130 WIN LINUX : fast/backgrounds/background-leakage-transforms.html = IMAGE+TEXT

Modified: trunk/Source/WebCore/ChangeLog (87267 => 87268)


--- trunk/Source/WebCore/ChangeLog	2011-05-25 04:26:04 UTC (rev 87267)
+++ trunk/Source/WebCore/ChangeLog	2011-05-25 04:35:37 UTC (rev 87268)
@@ -1,3 +1,16 @@
+2011-05-24  Steve Lacey  <[email protected]>
+
+        Reviewed by Eric Carlson.
+
+        Move chromium media controls timeline back to flexible rather than absolute
+        layout.
+
+        https://bugs.webkit.org/show_bug.cgi?id=61379
+
+        * css/mediaControlsChromium.css:
+        (audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display):
+        (audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline):
+
 2011-05-24  Fumitoshi Ukai  <[email protected]>
 
         Unreviewed. Fix clang error.

Modified: trunk/Source/WebCore/css/mediaControlsChromium.css (87267 => 87268)


--- trunk/Source/WebCore/css/mediaControlsChromium.css	2011-05-25 04:26:04 UTC (rev 87267)
+++ trunk/Source/WebCore/css/mediaControlsChromium.css	2011-05-25 04:35:37 UTC (rev 87268)
@@ -102,10 +102,6 @@
     overflow: hidden;
     cursor: default;
 
-    position: absolute;
-    top: 6px;
-    right: 0;
-
     line-height: 21px;
     height: 20px;
     width: 58px;
@@ -130,13 +126,8 @@
     box-sizing: border-box;
     -webkit-box-flex: 1;
 
-    position: absolute;
-    top: 7px;
-    left: 6px;
-    right: 64px;
-
     padding: 0px;
-    margin: 0px;
+    margin: 0px 6px;
     height: 18px;
 
     border-color: rgba(255, 255, 255, 0.2);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to