summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-borders/tentative/parsing/box-shadow-offset-valid.html.ini
blob: 8211e9a42d801a43f11df7761e4f84ec9c354be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[box-shadow-offset-valid.html]
  [e.style['box-shadow-offset'\] = "0" should set the property value]
    expected: FAIL

  [e.style['box-shadow-offset'\] = "0 0" should set the property value]
    expected: FAIL

  [e.style['box-shadow-offset'\] = "1px 2px" should set the property value]
    expected: FAIL

  [e.style['box-shadow-offset'\] = "1em 2em" should set the property value]
    expected: FAIL

  [e.style['box-shadow-offset'\] = "-1px -2px" should set the property value]
    expected: FAIL

  [e.style['box-shadow-offset'\] = "calc(1em + 2px) calc(3rem + 4vw)" should set the property value]
    expected: FAIL

  [e.style['box-shadow-offset'\] = "1px 2px, 3px 4px" should set the property value]
    expected: FAIL