blob: 3e0c4893f4ce1249f5a3f9ebf4fbdd87d65005b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[capture_reflect.html]
type: testharness
[Element input should have own property capture]
expected: FAIL
[input.capture is false when the capture attribute is absent]
expected: FAIL
[input.capture is true when the capture attribute is present]
expected: FAIL
[input.capture is true when the capture attribute is present as empty string]
expected: FAIL
[input.capture is true when the capture attribute is present as canonical name]
expected: FAIL
|