blob: c7c2a6fe25c6939b2320de2fb2c65a3b09361c32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[form-elements-namedItem.html]
[Form associated custom elements should work with document.forms.elements.namedItem()]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[Form associated custom elements should work with document.forms.elements.namedItem() after upgrading]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[Form associated custom elements should work with document.forms.elements.namedItem() after updating the name attribute]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
|