blob: d660176dcdf43244cab1b419a3b743cae4c69b48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
[valueMode.html]
type: testharness
[value IDL attribute of input type hidden without value attribute]
expected: FAIL
[value IDL attribute of input type hidden with value attribute]
expected: FAIL
[value IDL attribute of input type datetime without value attribute]
expected: FAIL
[value IDL attribute of input type datetime with value attribute]
expected: FAIL
[value IDL attribute of input type checkbox without value attribute]
expected: FAIL
[value IDL attribute of input type checkbox with value attribute]
expected: FAIL
[value IDL attribute of input type radio without value attribute]
expected: FAIL
[value IDL attribute of input type radio with value attribute]
expected: FAIL
[value IDL attribute of input type submit without value attribute]
expected: FAIL
[value IDL attribute of input type submit with value attribute]
expected: FAIL
[value IDL attribute of input type image without value attribute]
expected: FAIL
[value IDL attribute of input type image with value attribute]
expected: FAIL
[value IDL attribute of input type reset without value attribute]
expected: FAIL
[value IDL attribute of input type reset with value attribute]
expected: FAIL
[value IDL attribute of input type button without value attribute]
expected: FAIL
[value IDL attribute of input type button with value attribute]
expected: FAIL
|