blob: a927dac903fbd55f806c0e13e4c5aa020b6c5422 (
plain) (
blame)
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
|
[interface.html]
[commandForElement reflects invokee HTML element]
expected: FAIL
[commandForElement reflects set value]
expected: FAIL
[commandForElement reflects set value across shadow root into light dom]
expected: FAIL
[commandForElement does not reflect set value inside shadowroot]
expected: FAIL
[commandForElement throws error on assignment of non Element]
expected: FAIL
[command reflects '' when attribute empty, setAttribute version]
expected: FAIL
[command reflects correctly for invalid]
expected: FAIL
[command reflects correctly for invalid when array]
expected: FAIL
[command reflects '' when attribute set to [\]]
expected: FAIL
[command reflects correctly for invalid when object]
expected: FAIL
|