Changeset 217882 in webkit


Ignore:
Timestamp:
Jun 7, 2017 8:07:25 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Rebaseline and enable media/modern-media-controls/background-tint
https://bugs.webkit.org/show_bug.cgi?id=173056
<rdar://problem/32614607>

Patch by Antoine Quint <Antoine Quint> on 2017-06-07
Reviewed by Eric Carlson.

Update the background-color and filter properties for backdrops to match
the latest implementation and specs.

  • media/modern-media-controls/background-tint/background-tint-expected.txt:
  • media/modern-media-controls/background-tint/background-tint.html:
  • platform/ios-simulator/TestExpectations:
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r217881 r217882  
     12017-06-07  Antoine Quint  <graouts@apple.com>
     2
     3        Rebaseline and enable media/modern-media-controls/background-tint
     4        https://bugs.webkit.org/show_bug.cgi?id=173056
     5        <rdar://problem/32614607>
     6
     7        Reviewed by Eric Carlson.
     8
     9        Update the background-color and filter properties for backdrops to match
     10        the latest implementation and specs.
     11
     12        * media/modern-media-controls/background-tint/background-tint-expected.txt:
     13        * media/modern-media-controls/background-tint/background-tint.html:
     14        * platform/ios-simulator/TestExpectations:
     15        * platform/mac/TestExpectations:
     16
    1172017-06-07  Alejandro G. Castro  <alex@igalia.com>
    218
  • trunk/LayoutTests/media/modern-media-controls/background-tint/background-tint-expected.txt

    r212280 r217882  
    1717PASS getComputedStyle(blur).width is "100px"
    1818PASS getComputedStyle(blur).height is "100px"
    19 PASS getComputedStyle(blur).backgroundColor is "rgba(30, 30, 30, 0.45098)"
    20 PASS getComputedStyle(blur).webkitBackdropFilter is "saturate(1.8) blur(20px)"
     19PASS getComputedStyle(blur).backgroundColor is "rgba(0, 0, 0, 0.54902)"
     20PASS getComputedStyle(blur).webkitBackdropFilter is "saturate(1.8) blur(17.5px)"
    2121
    2222Tint
     
    2828PASS getComputedStyle(tint).width is "100px"
    2929PASS getComputedStyle(tint).height is "100px"
    30 PASS getComputedStyle(tint).backgroundColor is "rgb(41, 41, 41)"
     30PASS getComputedStyle(tint).backgroundColor is "rgba(255, 255, 255, 0.137255)"
    3131PASS getComputedStyle(tint).mixBlendMode is "lighten"
    3232PASS successfullyParsed is true
  • trunk/LayoutTests/media/modern-media-controls/background-tint/background-tint.html

    r212280 r217882  
    3333shouldBeEqualToString("getComputedStyle(blur).width", "100px");
    3434shouldBeEqualToString("getComputedStyle(blur).height", "100px");
    35 shouldBeEqualToString("getComputedStyle(blur).backgroundColor", "rgba(30, 30, 30, 0.45098)");
    36 shouldBeEqualToString("getComputedStyle(blur).webkitBackdropFilter", "saturate(1.8) blur(20px)");
     35shouldBeEqualToString("getComputedStyle(blur).backgroundColor", "rgba(0, 0, 0, 0.54902)");
     36shouldBeEqualToString("getComputedStyle(blur).webkitBackdropFilter", "saturate(1.8) blur(17.5px)");
    3737
    3838debug("");
     
    4646shouldBeEqualToString("getComputedStyle(tint).width", "100px");
    4747shouldBeEqualToString("getComputedStyle(tint).height", "100px");
    48 shouldBeEqualToString("getComputedStyle(tint).backgroundColor", "rgb(41, 41, 41)");
     48shouldBeEqualToString("getComputedStyle(tint).backgroundColor", "rgba(255, 255, 255, 0.137255)");
    4949shouldBeEqualToString("getComputedStyle(tint).mixBlendMode", "lighten");
    5050
  • trunk/LayoutTests/platform/ios-simulator/TestExpectations

    r217851 r217882  
    5959media/modern-media-controls/airplay-placard [ Pass ]
    6060media/modern-media-controls/audio [ Pass ]
     61media/modern-media-controls/background-tint [ Pass ]
    6162
    6263# AirPlay cannot be tested on iOS
  • trunk/LayoutTests/platform/mac/TestExpectations

    r217857 r217882  
    15541554media/modern-media-controls/airplay-support [ Pass ]
    15551555media/modern-media-controls/audio [ Pass ]
     1556media/modern-media-controls/background-tint [ Pass ]
    15561557media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag-is-prevented-over-button.html [ Pass ]
    15571558media/modern-media-controls/macos-fullscreen-media-controls/macos-fullscreen-media-controls-drag.html [ Pass ]
Note: See TracChangeset for help on using the changeset viewer.