Changeset 116313 in webkit


Ignore:
Timestamp:
May 7, 2012 9:26:15 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] media/track/track-cue-rendering-snap-to-lines-not-set.html fails
https://bugs.webkit.org/show_bug.cgi?id=85602

Patch by Christophe Dumez <Christophe Dumez> on 2012-05-07
Reviewed by Eric Carlson.

Source/WebCore:

Fix positioning of the controls panel back to relative, as it is
in the parent CSS.

  • css/mediaControlsEfl.css:

(audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel):

LayoutTests:

Update expected result for several media tests now that the
positioning of the controls panel is relative.

  • platform/efl/media/media-controls-clone-expected.txt:
  • platform/efl/media/video-empty-source-expected.txt:
  • platform/efl/media/video-zoom-controls-expected.txt:
Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r116312 r116313  
     12012-05-07  Christophe Dumez  <christophe.dumez@intel.com>
     2
     3        [EFL] media/track/track-cue-rendering-snap-to-lines-not-set.html fails
     4        https://bugs.webkit.org/show_bug.cgi?id=85602
     5
     6        Reviewed by Eric Carlson.
     7
     8        Update expected result for several media tests now that the
     9        positioning of the controls panel is relative.
     10
     11        * platform/efl/media/media-controls-clone-expected.txt:
     12        * platform/efl/media/video-empty-source-expected.txt:
     13        * platform/efl/media/video-zoom-controls-expected.txt:
     14
    1152012-05-07  Raphael Kubo da Costa  <rakuco@webkit.org>
    216
  • trunk/LayoutTests/platform/efl/media/media-controls-clone-expected.txt

    r115499 r116313  
    1515  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,0) size 300x150
    1616layer at (8,138) size 300x20 scrollHeight 30
    17   RenderDeprecatedFlexibleBox (positioned) {DIV} at (0,130) size 300x20
     17  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,130) size 300x20
    1818    RenderButton {INPUT} at (0,0) size 20x20
    1919    RenderDeprecatedFlexibleBox {DIV} at (20,0) size 220x20
     
    3737  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,0) size 300x20
    3838layer at (308,138) size 300x20 scrollHeight 30
    39   RenderDeprecatedFlexibleBox (positioned) {DIV} at (0,0) size 300x20
     39  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,0) size 300x20
    4040    RenderButton {INPUT} at (0,0) size 20x20
    4141    RenderDeprecatedFlexibleBox {DIV} at (20,0) size 220x20
     
    5959  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,0) size 300x150
    6060layer at (8,291) size 300x20 scrollHeight 30
    61   RenderDeprecatedFlexibleBox (positioned) {DIV} at (0,130) size 300x20
     61  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,130) size 300x20
    6262    RenderButton {INPUT} at (0,0) size 20x20
    6363    RenderDeprecatedFlexibleBox {DIV} at (20,0) size 220x20
     
    8181  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,0) size 300x20
    8282layer at (308,291) size 300x20 scrollHeight 30
    83   RenderDeprecatedFlexibleBox (positioned) {DIV} at (0,0) size 300x20
     83  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,0) size 300x20
    8484    RenderButton {INPUT} at (0,0) size 20x20
    8585    RenderDeprecatedFlexibleBox {DIV} at (20,0) size 220x20
  • trunk/LayoutTests/platform/efl/media/video-empty-source-expected.txt

    r115499 r116313  
    1414  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (1,1) size 300x150
    1515layer at (9,173) size 300x20 scrollHeight 28
    16   RenderDeprecatedFlexibleBox (positioned) {DIV} at (0,130) size 300x20
     16  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,130) size 300x20
    1717    RenderButton {INPUT} at (0,0) size 20x20
    1818    RenderDeprecatedFlexibleBox {DIV} at (20,0) size 220x20
  • trunk/LayoutTests/platform/efl/media/video-zoom-controls-expected.txt

    r115499 r116313  
    1212  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,0) size 240x180
    1313layer at (57,235) size 240x30 scrollHeight 42
    14   RenderDeprecatedFlexibleBox (positioned) {DIV} at (0,150) size 240x30
     14  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,150) size 240x30
    1515    RenderButton {INPUT} at (0,0) size 30x30
    1616    RenderDeprecatedFlexibleBox {DIV} at (30,0) size 120x30
     
    3636  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,0) size 240x180
    3737layer at (57,460) size 240x30 scrollHeight 42
    38   RenderDeprecatedFlexibleBox (positioned) {DIV} at (0,150) size 240x30
     38  RenderDeprecatedFlexibleBox (relative positioned) {DIV} at (0,150) size 240x30
    3939    RenderButton {INPUT} at (0,0) size 30x30
    4040    RenderDeprecatedFlexibleBox {DIV} at (30,0) size 120x30
  • trunk/Source/WebCore/ChangeLog

    r116311 r116313  
     12012-05-07  Christophe Dumez  <christophe.dumez@intel.com>
     2
     3        [EFL] media/track/track-cue-rendering-snap-to-lines-not-set.html fails
     4        https://bugs.webkit.org/show_bug.cgi?id=85602
     5
     6        Reviewed by Eric Carlson.
     7
     8        Fix positioning of the controls panel back to relative, as it is
     9        in the parent CSS.
     10
     11        * css/mediaControlsEfl.css:
     12        (audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel):
     13
    1142012-05-07  Adam Bergkvist  <adam.bergkvist@ericsson.com>
    215
  • trunk/Source/WebCore/css/mediaControlsEfl.css

    r115430 r116313  
    3636    -webkit-box-align: center;
    3737    -webkit-user-select: none;
    38     position: absolute;
     38    position: relative;
    3939    bottom: 0;
    4040    width: 100%;
Note: See TracChangeset for help on using the changeset viewer.