Bug 1685675 - Ship :autofill / :-webkit-autofill. r=heycam

Spec PR at https://github.com/whatwg/html/pull/6273
Tests at https://github.com/web-platform-tests/wpt/pull/27098

Differential Revision: https://phabricator.services.mozilla.com/D101148
This commit is contained in:
Emilio Cobos Álvarez 2021-01-12 02:52:56 +00:00
parent 0dfd3d540e
commit 227d1df54a

View File

@ -6078,7 +6078,7 @@
# Whether the `:autofill` pseudo-class is exposed to content. # Whether the `:autofill` pseudo-class is exposed to content.
- name: layout.css.autofill.enabled - name: layout.css.autofill.enabled
type: RelaxedAtomicBool type: RelaxedAtomicBool
value: @IS_NIGHTLY_BUILD@ value: true
mirror: always mirror: always
rust: true rust: true