[webkit-changes] [WebKit/WebKit] 07575d: Fix imported/w3c/web-platform-tests/css/css-box/in...

Sammy Gill noreply at github.com
Wed Dec 14 21:28:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 07575d8d452fec3df400dbfc6a258155ff690dae
      https://github.com/WebKit/WebKit/commit/07575d8d452fec3df400dbfc6a258155ff690dae
  Author: Sammy Gill <sammy.gill at apple.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-box/inheritance.html

  Log Message:
  -----------
  Fix imported/w3c/web-platform-tests/css/css-box/inheritance.html for margin-trim.
https://bugs.webkit.org/show_bug.cgi?id=249366
rdar://103383727

Reviewed by Tim Nguyen.

The test was using a value for the margin-trim property that is not
valid. The value that it was using, "all," was in an old version of the
spec but is not valid anymore. This would cause the test to fail in any
scenarios since the parser would not recognize it as a value for the
property. Replacing it with "block," should help resolve this issue.

* LayoutTests/imported/w3c/web-platform-tests/css/css-box/inheritance.html:

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




More information about the webkit-changes mailing list