Changeset 275416 in webkit


Ignore:
Timestamp:
Apr 2, 2021 3:59:39 AM (16 months ago)
Author:
svillar@igalia.com
Message:

[css-flexbox] align-content issues
https://bugs.webkit.org/show_bug.cgi?id=221468

Reviewed by Ryosuke Niwa.

LayoutTests/imported/w3c:

  • web-platform-tests/css/css-flexbox/align-content_center-expected.html: Fixed stylesheet link.
  • web-platform-tests/css/css-flexbox/align-content_flex-end-expected.html: Ditto.
  • web-platform-tests/css/css-flexbox/align-content_space-around-expected.html: Ditto.
  • web-platform-tests/css/css-flexbox/align-content_stretch-expected.html: Ditto.

LayoutTests:

Fix the relative path to a stylesheet in 4 expected results. The tests were working as expected
but the expected results were wrong without those CSS rules.

Location:
trunk/LayoutTests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r275412 r275416  
     12021-04-02  Sergio Villar Senin  <svillar@igalia.com>
     2
     3        [css-flexbox] align-content issues
     4        https://bugs.webkit.org/show_bug.cgi?id=221468
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        Fix the relative path to a stylesheet in 4 expected results. The tests were working as expected
     9        but the expected results were wrong without those CSS rules.
     10
     11        * TestExpectations: Unskip 4 tests that should be passing now.
     12
    1132021-04-02  Philippe Normand  <pnormand@igalia.com>
    214
  • trunk/LayoutTests/TestExpectations

    r275332 r275416  
    40044004webkit.org/b/221477 imported/w3c/web-platform-tests/css/css-flexbox/flexbox_justifycontent-start-rtl.html [ ImageOnlyFailure ]
    40054005
    4006 # align-content in flexbox.
    4007 webkit.org/b/221468 imported/w3c/web-platform-tests/css/css-flexbox/align-content_center.html [ ImageOnlyFailure ]
    4008 webkit.org/b/221468 imported/w3c/web-platform-tests/css/css-flexbox/align-content_flex-end.html [ ImageOnlyFailure ]
    4009 webkit.org/b/221468 imported/w3c/web-platform-tests/css/css-flexbox/align-content_space-around.html [ ImageOnlyFailure ]
    4010 webkit.org/b/221468 imported/w3c/web-platform-tests/css/css-flexbox/align-content_stretch.html [ ImageOnlyFailure ]
    40114006
    40124007webkit.org/b/221468 imported/w3c/web-platform-tests/css/css-flexbox/flexbox-align-self-horiz-002.xhtml [ ImageOnlyFailure ]
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r275377 r275416  
     12021-04-02  Sergio Villar Senin  <svillar@igalia.com>
     2
     3        [css-flexbox] align-content issues
     4        https://bugs.webkit.org/show_bug.cgi?id=221468
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * web-platform-tests/css/css-flexbox/align-content_center-expected.html: Fixed stylesheet link.
     9        * web-platform-tests/css/css-flexbox/align-content_flex-end-expected.html: Ditto.
     10        * web-platform-tests/css/css-flexbox/align-content_space-around-expected.html: Ditto.
     11        * web-platform-tests/css/css-flexbox/align-content_stretch-expected.html: Ditto.
     12
    1132021-04-01  Rob Buis  <rbuis@igalia.com>
    214
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/align-content_center-expected.html

    r272644 r275416  
    33<head>
    44<title>CSS Flexible Box Test: align-content_center</title>
    5 <link rel="stylesheet" href="../support/test-style.css">
     5<link rel="stylesheet" href="support/test-style.css">
    66<style>
    77#test {
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/align-content_flex-end-expected.html

    r272644 r275416  
    33<head>
    44<title>CSS Flexible Box Test: align-content_flex-end</title>
    5 <link rel="stylesheet" href="../support/test-style.css">
     5<link rel="stylesheet" href="support/test-style.css">
    66<style>
    77#test {
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/align-content_space-around-expected.html

    r272644 r275416  
    33<head>
    44<title>CSS Flexible Box Test: align-content_space-around</title>
    5 <link rel="stylesheet" href="../support/test-style.css">
     5<link rel="stylesheet" href="support/test-style.css">
    66<style>
    77#test {
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/align-content_stretch-expected.html

    r272644 r275416  
    33<head>
    44<title>CSS Flexible Box Test: align-content_stretch</title>
    5 <link rel="stylesheet" href="../support/test-style.css">
     5<link rel="stylesheet" href="support/test-style.css">
    66<style>
    77#test {
Note: See TracChangeset for help on using the changeset viewer.