blob: e6872d9dfaa1f36e2f60d56c0f66756575b2d3c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[block-step-size-valid.html]
[e.style['block-step-size'\] = "1px" should set the property value]
expected: FAIL
[e.style['block-step-size'\] = "2em" should set the property value]
expected: FAIL
[e.style['block-step-size'\] = "0" should set the property value]
expected: FAIL
[e.style['block-step-size'\] = "none" should set the property value]
expected: FAIL
[e.style['block-step-size'\] = "calc(2em + 3ex)" should set the property value]
expected: FAIL
[e.style['block-step-size'\] = "1.2em" should set the property value]
expected: FAIL
|