aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-images/object-view-box-parsing.html.ini
blob: e02ca66886d4b6da31ef7c10bc2febabb6510870 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[object-view-box-parsing.html]
  [e.style['object-view-box'\] = "inset(10%)" should set the property value]
    expected: FAIL

  [e.style['object-view-box'\] = "inset(10px 20px 30px 40px)" should set the property value]
    expected: FAIL

  [e.style['object-view-box'\] = "rect(1px 10% 100px 50%)" should set the property value]
    expected: FAIL

  [e.style['object-view-box'\] = "rect(auto auto auto auto)" should set the property value]
    expected: FAIL

  [e.style['object-view-box'\] = "rect(auto 5px auto 10%)" should set the property value]
    expected: FAIL

  [e.style['object-view-box'\] = "xywh(1px 10% 100px 50%)" should set the property value]
    expected: FAIL