diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-backgrounds/parsing/background-position-x-computed.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-backgrounds/parsing/background-position-x-computed.html.ini | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-backgrounds/parsing/background-position-x-computed.html.ini b/testing/web-platform/meta/css/css-backgrounds/parsing/background-position-x-computed.html.ini new file mode 100644 index 0000000000..80f616414b --- /dev/null +++ b/testing/web-platform/meta/css/css-backgrounds/parsing/background-position-x-computed.html.ini @@ -0,0 +1,23 @@ +[background-position-x-computed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Property background-position-x value 'calc(10px - 0.5em), left -20%, right 10px'] + expected: FAIL + + [Property background-position-x value 'center, left, right'] + expected: FAIL + + [Property background-position-x value '0.5em, x-start, x-end'] + expected: FAIL + + [Property background-position-x value 'x-end'] + expected: FAIL + + [Property background-position-x value 'x-start'] + expected: FAIL + + [Property background-position-x value 'calc(10px - 0.5em), -20%, 10px'] + expected: FAIL + + [Property background-position-x value '-20%, 10px'] + expected: FAIL |