mirror of
https://github.com/servo/servo.git
synced 2025-10-16 00:10:23 +01:00
22 lines
659 B
INI
22 lines
659 B
INI
[outline-width-valid.html]
|
|
[e.style['outline-width'\] = "thick" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['outline-width'\] = "medium" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['outline-width'\] = "thin" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['outline-width'\] = "calc(2em + 3ex)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['outline-width'\] = "2em" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['outline-width'\] = "0" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['outline-width'\] = "1px" should set the property value]
|
|
expected: FAIL
|
|
|