Changeset 262333 in webkit


Ignore:
Timestamp:
May 29, 2020 7:10:07 PM (4 years ago)
Author:
Oriol Brufau
Message:

[css-grid] Update WPT grid-items-sizing-alignment-001.html
https://bugs.webkit.org/show_bug.cgi?id=169271

Reviewed by Manuel Rego Casasnovas.

LayoutTests/imported/w3c:

Import updated test and expectation.

  • web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001-expected.html:
  • web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001.html:

LayoutTests:

Expect the test to pass, except on iOS (bug 212493).

Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r262328 r262333  
     12020-05-29  Oriol Brufau  <obrufau@igalia.com>
     2
     3        [css-grid] Update WPT grid-items-sizing-alignment-001.html
     4        https://bugs.webkit.org/show_bug.cgi?id=169271
     5
     6        Reviewed by Manuel Rego Casasnovas.
     7
     8        Expect the test to pass, except on iOS (bug 212493).
     9
     10        * TestExpectations:
     11        * platform/ios/TestExpectations:
     12
    1132020-05-29  Saam Barati  <sbarati@apple.com>
    214
  • trunk/LayoutTests/TestExpectations

    r262305 r262333  
    10561056
    10571057# grid layout tests
    1058 webkit.org/b/169271 imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001.html [ ImageOnlyFailure ]
    10591058webkit.org/b/191465 imported/w3c/web-platform-tests/css/css-grid/abspos/absolute-positioning-changing-containing-block-001.html [ ImageOnlyFailure ]
    10601059webkit.org/b/191465 imported/w3c/web-platform-tests/css/css-grid/abspos/grid-item-absolute-positioning-dynamic-001.html [ ImageOnlyFailure ]
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r262312 r262333  
     12020-05-29  Oriol Brufau  <obrufau@igalia.com>
     2
     3        [css-grid] Update WPT grid-items-sizing-alignment-001.html
     4        https://bugs.webkit.org/show_bug.cgi?id=169271
     5
     6        Reviewed by Manuel Rego Casasnovas.
     7
     8        Import updated test and expectation.
     9
     10        * web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001-expected.html:
     11        * web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001.html:
     12
    1132020-05-29  Chris Dumez  <cdumez@apple.com>
    214
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001-expected.html

    r225561 r262333  
    33<title>CSS Reftest Reference: Grid Item Sizing</title>
    44<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
     5<style>
     6  button {
     7    margin: 0; /* Prevent WebKit from adding some margin */
     8  }
     9</style>
    510
    611<p>Test passes if it has the same output than the reference.</p>
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001.html

    r225561 r262333  
    1111    grid-auto-rows: 200px;
    1212    grid-template-columns: repeat(3, 200px);
     13  }
     14  button {
     15    margin: 0; /* Prevent WebKit from adding some margin */
    1316  }
    1417</style>
  • trunk/LayoutTests/platform/ios/TestExpectations

    r262214 r262333  
    35283528webkit.org/b/212226 imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-008.html [ ImageOnlyFailure ]
    35293529webkit.org/b/212227 imported/w3c/web-platform-tests/css/css-grid/alignment/self-baseline/grid-self-baseline-changes-grid-area-size-002.html [ ImageOnlyFailure ]
     3530
     3531webkit.org/b/212493 imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001.html [ ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.