blob: f461aa2560c7ee891fd1c5d66327898093f55587 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[line-clamp-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['line-clamp'\] = "9 \\" etc., etc. \\"" should set the property value]
expected: FAIL
[e.style['line-clamp'\] = "8 auto" should set the property value]
expected: FAIL
[e.style['line-clamp'\] = "7 none" should set the property value]
expected: FAIL
[e.style['line-clamp'\] = "none" should set the property value]
expected: FAIL
[e.style['line-clamp'\] = "1" should set the property value]
expected: FAIL
[e.style['line-clamp'\] = "6" should set the property value]
expected: FAIL
|