Bug 888884 - Mark the newly added WPTs as failing for now.

As the pseudo-class is still not un-prefixed.

MANUAL PUSH: Orange fixup on a CLOSED TREE

Differential Revision: https://phabricator.services.mozilla.com/D75345
This commit is contained in:
Emilio Cobos Álvarez 2020-05-14 18:20:45 +02:00
Родитель 17f553f88d
Коммит ce3d5bdd05
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -53,3 +53,15 @@
[The :read-only pseudo-class must match input elements to which the readonly attribute does not apply]
expected: FAIL
[The :read-only pseudo-class must match input elements after the disabled attribute has been added]
expected: FAIL
[The :read-only pseudo-class must not match input elements after the disabled attribute has been removed]
expected: FAIL
[The :read-write pseudo-class must not match input elements after the disabled attribute has been added]
expected: FAIL
[The :read-write pseudo-class must match input elements after the disabled attribute has been removed]
expected: FAIL