Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable CSS margin-trim property.
https://bugs.webkit.org/show_bug.cgi?id=249232
rdar://103305736

Reviewed by Tim Nguyen.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

Canonical link: https://commits.webkit.org/258588@main
  • Loading branch information
sgill26 authored and Sammy Gill committed Jan 7, 2023
1 parent e8f3117 commit 7ace892
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -927,16 +927,16 @@ CSSLeadingTrimEnabled:

CSSMarginTrimEnabled:
type: bool
status: testable
status: stable
humanReadableName: "CSS margin-trim property"
humanReadableDescription: "Enable margin-trim CSS property"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

CSSMotionPathEnabled:
type: bool
Expand Down

0 comments on commit 7ace892

Please sign in to comment.