Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 07575d8d452fec3df400dbfc6a258155ff690dae
      
https://github.com/WebKit/WebKit/commit/07575d8d452fec3df400dbfc6a258155ff690dae
  Author: Sammy Gill <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to