import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo

This commit is contained in:
Roy Tam 2018-01-19 03:59:58 +08:00
commit dcd9973243
150858 changed files with 23884658 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[checked.html]
type: testharness
[':checked' matches checked <input>/<menuitem> in checkbox and radio button states, selected <option>s]
expected: FAIL
[':checked' should no longer match <input>s whose type checkbox/radio has been removed]
expected: FAIL
[':checked' matches clicked checkbox and radio buttons]
expected: FAIL

View file

@ -0,0 +1,5 @@
[enabled.html]
type: testharness
[':enabled' elements that are not disabled]
expected: FAIL

View file

@ -0,0 +1,3 @@
[focus-autofocus.html]
type: testharness
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1273247

View file

@ -0,0 +1,3 @@
[focus.html]
type: testharness
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1273291

View file

@ -0,0 +1,20 @@
[inrange-outofrange.html]
type: testharness
[':in-range' matches all elements that are candidates for constraint validation, have range limitations, and that are neither suffering from an underflow nor suffering from an overflow]
expected: FAIL
[':in-range' update number1's value < min]
expected: FAIL
[':in-range' update number3's min < value]
expected: FAIL
[':out-of-range' matches all elements that are candidates for constraint validation, have range limitations, and that are either suffering from an underflow or suffering from an overflow]
expected: FAIL
[':out-of-range' update number1's value < min]
expected: FAIL
[':out-of-range' update number3's min < value]
expected: FAIL

View file

@ -0,0 +1,8 @@
[link.html]
type: testharness
[Only <a>s, <area>s and <link>s that have a href attribute match ':link']
expected: FAIL
[':link' doesn't match elements whos href attribute has been removed]
expected: FAIL

View file

@ -0,0 +1,56 @@
[readwrite-readonly.html]
type: testharness
[The :read-write pseudo-class must match input elements to which the readonly attribute applies, and that are mutable]
expected: FAIL
[The :read-only pseudo-class must not match input elements to which the readonly attribute applies, and that are mutable]
expected: FAIL
[The :read-write pseudo-class must not match input elements after the readonly attribute has been added]
expected: FAIL
[The :read-only pseudo-class must match input elements after the readonly attribute has been added]
expected: FAIL
[The :read-write pseudo-class must not match input elements after the readonly attribute has been removed]
expected: FAIL
[The :read-only pseudo-class must match input elements after the readonly attribute has been removed]
expected: FAIL
[The :read-write pseudo-class must match textarea elements that do not have a readonly attribute, and that are not disabled]
expected: FAIL
[The :read-only pseudo-class must match textarea elements that have a readonly attribute, or that are disabled]
expected: FAIL
[The :read-write pseudo-class must match textarea elements after the readonly attribute has been added]
expected: FAIL
[The :read-only pseudo-class must match textarea elements after the readonly attribute has been added]
expected: FAIL
[The :read-write pseudo-class must not match textarea elements that are disabled]
expected: FAIL
[The :read-only pseudo-class must match textarea elements that are disabled]
expected: FAIL
[The :read-write pseudo-class must match elements that are editable]
expected: FAIL
[The :read-only pseudo-class must not match elements that are editable]
expected: FAIL
[The :read-write pseudo-class must match elements that are editing hosts]
expected: FAIL
[The :read-only pseudo-class must not match elements that are editing hosts]
expected: FAIL
[The :read-write pseudo-class must not match input elements to which the readonly attribute does not apply]
expected: FAIL
[The :read-only pseudo-class must match input elements to which the readonly attribute does not apply]
expected: FAIL