fune/layout/reftests/css-submit-invalid/button-submit/reftest.list
Emilio Cobos Álvarez 89b87d3c09 Bug 1694129 - Hide :-moz-submit-invalid behind a pref. r=hiro
No other browser supports anything like this and we don't even have
internal users. Only uses of this I've found on the wild were just
resetting the box shadow internal styling we added in bug 582277 (and
since removed in bug 600151).

Differential Revision: https://phabricator.services.mozilla.com/D105955
2021-02-23 00:46:36 +00:00

18 lines
864 B
Text

defaults pref(layout.css.moz-submit-invalid.enabled,true)
== static-valid.html valid-ref.html
== dynamic-valid.html valid-ref.html
== static-invalid.html invalid-ref.html
== dynamic-invalid.html invalid-ref.html
== dynamic-invalid-barred.html invalid-barred-ref.html
== dynamic-invalid-barred-2.html invalid-barred-ref.html
== dynamic-invalid-not-barred.html invalid-ref.html
== static-invalid-barred.html invalid-barred-ref.html
== remove-invalid-element.html valid-ref-2.html
== add-invalid-element.html invalid-ref-2.html
== add-submit-control.html invalid-ref.html
== remove-submit-control.html valid-ref-3.html
== change-type-submit-control.html invalid-ref.html
== change-type-not-submit-control.html valid-ref-4.html
== self-invalid.html about:blank
random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == remove-form.html invalid-ref-3.html # bug 1392106