blob: 990baf192600629b149af5ad0b14301671858916 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
[object-position-valid.html]
[e.style['object-position'\] = "10%" should set the property value]
expected: FAIL
[e.style['object-position'\] = "right 30% top 60px" should set the property value]
expected: FAIL
[e.style['object-position'\] = "-20% -30px" should set the property value]
expected: FAIL
[e.style['object-position'\] = "30px center" should set the property value]
expected: FAIL
[e.style['object-position'\] = "40px top" should set the property value]
expected: FAIL
[e.style['object-position'\] = "bottom 10% right 20%" should set the property value]
expected: FAIL
[e.style['object-position'\] = "bottom right" should set the property value]
expected: FAIL
[e.style['object-position'\] = "center 50px" should set the property value]
expected: FAIL
[e.style['object-position'\] = "center bottom" should set the property value]
expected: FAIL
[e.style['object-position'\] = "center left" should set the property value]
expected: FAIL
[e.style['object-position'\] = "left" should set the property value]
expected: FAIL
[e.style['object-position'\] = "left bottom" should set the property value]
expected: FAIL
[e.style['object-position'\] = "left center" should set the property value]
expected: FAIL
[e.style['object-position'\] = "right 40%" should set the property value]
expected: FAIL
[e.style['object-position'\] = "top" should set the property value]
expected: FAIL
[e.style['object-position'\] = "top center" should set the property value]
expected: FAIL
[e.style['object-position'\] = "center" should set the property value]
expected: FAIL
[e.style['object-position'\] = "center center" should set the property value]
expected: FAIL
|