[webkit-changes] [WebKit/WebKit] d3957d: Fix WPT flex item transferred sizes tests

EWS noreply at github.com
Mon Sep 12 21:54:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d3957df2df789f88812bb43b87dbe13f5a5a604d
      https://github.com/WebKit/WebKit/commit/d3957df2df789f88812bb43b87dbe13f5a5a604d
  Author: Sammy Gill <sammy.gill at apple.com>
  Date:   2022-09-12 (Mon, 12 Sep 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flex-item-transferred-sizes-padding-border-sizing-expected.html
    M LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flex-item-transferred-sizes-padding-border-sizing.html
    M LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flex-item-transferred-sizes-padding-content-sizing-expected.html
    M LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flex-item-transferred-sizes-padding-content-sizing.html

  Log Message:
  -----------
  Fix WPT flex item transferred sizes tests
https://bugs.webkit.org/show_bug.cgi?id=245114
rdar://99850970

Reviewed by Tim Nguyen.

The original version of these tests were referencing an expectation
that had some extra text that were not in the test files. This was
causing the tests to fail on all engines on WPT. However, since our
expectation did not have the test, we were passing it outside of
WPT. The change now links to a test with just the green square and
without the text.

* LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flex-item-transferred-sizes-padding-border-sizing-expected.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flex-item-transferred-sizes-padding-border-sizing.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flex-item-transferred-sizes-padding-content-sizing-expected.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-flexbox/flex-item-transferred-sizes-padding-content-sizing.html:

Canonical link: https://commits.webkit.org/254421@main




More information about the webkit-changes mailing list