blob: ca53efb0af222a11a684220b6766da7a66e9ea89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[initial-letter-valid.html]
[e.style['initial-letter'\] = "1.23 calc(45.6)" should set the property value]
expected: FAIL
[e.style['initial-letter'\] = "1.23 drop" should set the property value]
expected: FAIL
[e.style['initial-letter'\] = "1.23 raise" should set the property value]
expected: FAIL
[e.style['initial-letter'\] = "drop 1.23" should set the property value]
expected: FAIL
[e.style['initial-letter'\] = "raise 1.23" should set the property value]
expected: FAIL
|