diff options
Diffstat (limited to 'tests/wpt/meta/css/css-text/parsing/text-align-all-valid.html.ini')
-rw-r--r-- | tests/wpt/meta/css/css-text/parsing/text-align-all-valid.html.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/css-text/parsing/text-align-all-valid.html.ini b/tests/wpt/meta/css/css-text/parsing/text-align-all-valid.html.ini new file mode 100644 index 00000000000..26b2a31d21b --- /dev/null +++ b/tests/wpt/meta/css/css-text/parsing/text-align-all-valid.html.ini @@ -0,0 +1,21 @@ +[text-align-all-valid.html] + [e.style['text-align-all'\] = "start" should set the property value] + expected: FAIL + + [e.style['text-align-all'\] = "end" should set the property value] + expected: FAIL + + [e.style['text-align-all'\] = "left" should set the property value] + expected: FAIL + + [e.style['text-align-all'\] = "right" should set the property value] + expected: FAIL + + [e.style['text-align-all'\] = "center" should set the property value] + expected: FAIL + + [e.style['text-align-all'\] = "justify" should set the property value] + expected: FAIL + + [e.style['text-align-all'\] = "match-parent" should set the property value] + expected: FAIL |