Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 55f5311df820a6aef8e370b69a20a52074e494ef
      
https://github.com/WebKit/WebKit/commit/55f5311df820a6aef8e370b69a20a52074e494ef
  Author: Yury Semikhatsky <[email protected]>
  Date:   2026-09-15 (Tue, 15 Sep 2026)

  Changed paths:
    M LayoutTests/platform/glib/TestExpectations
    M LayoutTests/platform/gtk/TestExpectations
    M 
LayoutTests/platform/wpe/fast/forms/date/date-input-rendering-basic-expected.txt
    M LayoutTests/platform/wpe/fast/forms/date/date-pseudo-elements-expected.txt
    M 
LayoutTests/platform/wpe/fast/forms/time/time-input-rendering-basic-expected.txt
    R 
LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/user-invalid-expected.txt
    R 
LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/user-valid-expected.txt
    R 
LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/focus-dynamic-type-change-expected.txt
    R 
LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/focus-dynamic-type-change-on-blur-expected.txt
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

  Log Message:
  -----------
  [WPE] Enable datalist element and date/time input types by default
https://bugs.webkit.org/show_bug.cgi?id=321826

Reviewed by Carlos Alberto Lopez Perez.

Enable DataListElement and the date, datetime-local, month and time input
types on WPE, together with DateTimeInputsEditableComponents, matching GTK.
No picker UI is required: createDataListSuggestionsDropdown() and
createDateTimePicker() return nullptr on WPE, and the date/time controls stay
keyboard-usable through the editable field components. Same pattern as
InputTypeColor, already enabled on WPE with a null color picker.

Week is left disabled, unlike GTK: DateTimeEditElement has no week field, so
an enabled week input renders as a collapsed empty control.

The editable components expectations GTK carried now apply to both glib ports,
so move them from platform/gtk to platform/glib instead of duplicating them
for WPE. Rebaseline the date/time render tree dumps for the editable
components rendering, and remove four WPE-specific WPT baselines that only
existed because these input types were disabled; WPE now produces the generic
cross-platform results, same as GTK.

* LayoutTests/platform/glib/TestExpectations:
* LayoutTests/platform/gtk/TestExpectations:
* 
LayoutTests/platform/wpe/fast/forms/date/date-input-rendering-basic-expected.txt:
* LayoutTests/platform/wpe/fast/forms/date/date-pseudo-elements-expected.txt:
* 
LayoutTests/platform/wpe/fast/forms/time/time-input-rendering-basic-expected.txt:
* 
LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/user-invalid-expected.txt:
 Removed.
* 
LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/user-valid-expected.txt:
 Removed.
* 
LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/focus-dynamic-type-change-expected.txt:
 Removed.
* 
LayoutTests/platform/wpe/imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/focus-dynamic-type-change-on-blur-expected.txt:
 Removed.
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to