Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable form associated custom elements by default
https://bugs.webkit.org/show_bug.cgi?id=250223

Reviewed by Alexey Shvayka.

Enabled this feature by default.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* LayoutTests/platform/win/fast/forms/state-restore-form-associated-custom-elements-expected.txt: Removed.

Canonical link: https://commits.webkit.org/258574@main
  • Loading branch information
rniwa committed Jan 7, 2023
1 parent 38a2ac2 commit 1e814e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 65 deletions.

This file was deleted.

8 changes: 4 additions & 4 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -2234,16 +2234,16 @@ ForceWebGLUsesLowPower:

FormAssociatedCustomElementsEnabled:
type: bool
status: testable
status: stable
humanReadableName: "Form-associated custom elements"
humanReadableDescription: "Support for form-associated custom elements"
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

# FIXME: This should be reconciled with 'FrameFlattening'.
FrameFlatteningEnabled:
Expand Down

0 comments on commit 1e814e2

Please sign in to comment.