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