servo/tests/wpt/meta/css/css-text/parsing/hyphenate-limit-chars-valid.html.ini
Servo WPT Sync f364b3f6ea
Update web-platform-tests to revision b'f630424a79c1ae17deaaf27a21efdbca1378af0e' (#35258)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
2025-02-02 01:40:50 +00:00

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