summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-borders/tentative/parsing/border-right-radius-valid.html.ini
blob: 496e65877880425893a87aa1c7d169ec1235d261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[border-right-radius-valid.html]
  [e.style['border-right-radius'\] = "1px" should set the property value]
    expected: FAIL

  [e.style['border-right-radius'\] = "10%" should set the property value]
    expected: FAIL

  [e.style['border-right-radius'\] = "1px 5%" should set the property value]
    expected: FAIL

  [e.style['border-right-radius'\] = "5% 1px" should set the property value]
    expected: FAIL

  [e.style['border-right-radius'\] = "1px / 2px" should set the property value]
    expected: FAIL

  [e.style['border-right-radius'\] = "1px / 1px 2%" should set the property value]
    expected: FAIL

  [e.style['border-right-radius'\] = "1px 2% / 3%" should set the property value]
    expected: FAIL

  [e.style['border-right-radius'\] = "1px 2% / 3px 4px" should set the property value]
    expected: FAIL