Title: [288973] trunk/Source/WTF
Revision
288973
Author
[email protected]
Date
2022-02-02 11:30:04 -0800 (Wed, 02 Feb 2022)

Log Message

Enable overflow:clip feature
https://bugs.webkit.org/show_bug.cgi?id=236008

Patch by Rob Buis <[email protected]> on 2022-02-02
Reviewed by Simon Fraser.

Enable overflow:clip feature.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (288972 => 288973)


--- trunk/Source/WTF/ChangeLog	2022-02-02 19:13:21 UTC (rev 288972)
+++ trunk/Source/WTF/ChangeLog	2022-02-02 19:30:04 UTC (rev 288973)
@@ -1,3 +1,14 @@
+2022-02-02  Rob Buis  <[email protected]>
+
+        Enable overflow:clip feature
+        https://bugs.webkit.org/show_bug.cgi?id=236008
+
+        Reviewed by Simon Fraser.
+
+        Enable overflow:clip feature.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2022-02-02  Mark Lam  <[email protected]>
 
         Update computation of FAST_TLS base.

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (288972 => 288973)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-02 19:13:21 UTC (rev 288972)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2022-02-02 19:30:04 UTC (rev 288973)
@@ -962,11 +962,11 @@
   humanReadableDescription: "Enable CSS overflow: clip support"
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 OverscrollBehaviorEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to