mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
33 lines
1.1 KiB
INI
Vendored
33 lines
1.1 KiB
INI
Vendored
[hyphenate-limit-chars-valid.html]
|
|
[e.style['hyphenate-limit-chars'\] = "auto" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['hyphenate-limit-chars'\] = "auto auto" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['hyphenate-limit-chars'\] = "auto auto auto" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['hyphenate-limit-chars'\] = "5" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['hyphenate-limit-chars'\] = "5 2" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['hyphenate-limit-chars'\] = "5 2 3" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['hyphenate-limit-chars'\] = "auto 2" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['hyphenate-limit-chars'\] = "auto 2 auto" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['hyphenate-limit-chars'\] = "auto auto 2" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['hyphenate-limit-chars'\] = "5 2 2" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['hyphenate-limit-chars'\] = "auto 2 2" should set the property value]
|
|
expected: FAIL
|