diff options
Diffstat (limited to 'tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-001.html.ini')
-rw-r--r-- | tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-001.html.ini | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-001.html.ini b/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-001.html.ini new file mode 100644 index 00000000000..db1ccc36595 --- /dev/null +++ b/tests/wpt/meta/css/css-align/self-alignment/parse-justify-self-001.html.ini @@ -0,0 +1,60 @@ +[parse-justify-self-001.html] + [Checking justify-self: auto] + expected: FAIL + + [Checking justify-self: normal] + expected: FAIL + + [Checking justify-self: stretch] + expected: FAIL + + [Checking justify-self: left] + expected: FAIL + + [Checking justify-self: right] + expected: FAIL + + [Checking justify-self: start] + expected: FAIL + + [Checking justify-self: end] + expected: FAIL + + [Checking justify-self: self-start] + expected: FAIL + + [Checking justify-self: self-end] + expected: FAIL + + [Checking justify-self: center] + expected: FAIL + + [Checking justify-self: flex-start] + expected: FAIL + + [Checking justify-self: flex-end] + expected: FAIL + + [Checking justify-self: baseline] + expected: FAIL + + [Checking justify-self: first baseline] + expected: FAIL + + [Checking justify-self: last baseline] + expected: FAIL + + [Checking justify-self: safe flex-end] + expected: FAIL + + [Checking justify-self: unsafe end] + expected: FAIL + + [Checking justify-self: safe end] + expected: FAIL + + [Checking justify-self: unsafe flex-start] + expected: FAIL + + [Checking justify-self: safe center] + expected: FAIL |