Changeset 251561 in webkit


Ignore:
Timestamp:
Oct 24, 2019 2:21:47 PM (5 years ago)
Author:
Simon Fraser
Message:

Unreviewed test gardening.

Make the test added in r251385 pass in WebKit1.

  • compositing/video/video-border-radius-clipping-expected.html:
  • compositing/video/video-border-radius-clipping.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r251557 r251561  
    2020
    2121        * platform/win/TestExpectations:
     22
     232019-10-24  Simon Fraser  <simon.fraser@apple.com>
     24
     25        Unreviewed test gardening.
     26
     27        Make the test added in r251385 pass in WebKit1.
     28
     29        * compositing/video/video-border-radius-clipping-expected.html:
     30        * compositing/video/video-border-radius-clipping.html:
    2231
    23322019-10-24  Chris Dumez  <cdumez@apple.com>
  • trunk/LayoutTests/compositing/video/video-border-radius-clipping-expected.html

    r251385 r251561  
    1212        .obscurer {
    1313            position: absolute;
    14             width: 10px;
     14            width: 14px;
    1515            height: 10px;
    1616            background-color: gray;
  • trunk/LayoutTests/compositing/video/video-border-radius-clipping.html

    r251385 r251561  
    1313        .obscurer {
    1414            position: absolute;
    15             width: 10px;
     15            width: 14px;
    1616            height: 10px;
    1717            background-color: gray;
Note: See TracChangeset for help on using the changeset viewer.