diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-backgrounds/parsing/background-computed.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-backgrounds/parsing/background-computed.html.ini | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-backgrounds/parsing/background-computed.html.ini b/testing/web-platform/meta/css/css-backgrounds/parsing/background-computed.html.ini new file mode 100644 index 0000000000..979c9fdb39 --- /dev/null +++ b/testing/web-platform/meta/css/css-backgrounds/parsing/background-computed.html.ini @@ -0,0 +1,77 @@ +[background-computed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Property background-origin value 'content-box, border-box, padding-box, content-box'] + expected: FAIL + + [Property background-clip value 'content-box, border-box'] + expected: FAIL + + [Property background-position-y value '-20%, 10px'] + expected: FAIL + + [Property background-clip value 'border-box'] + expected: FAIL + + [Property background-repeat value 'repeat-x, repeat'] + expected: FAIL + + [Property background-repeat value 'repeat-y, round no-repeat, repeat-x, repeat'] + expected: FAIL + + [Property background-position-x value 'calc(10px - 0.5em), -20%, right, 15%'] + expected: FAIL + + [Property background-origin value 'border-box'] + expected: FAIL + + [Property background-position-y value '0.5em'] + expected: FAIL + + [Property background-size value 'auto 1px, 2% 3%, contain'] + expected: FAIL + + [Property background-position value '12px 13px, 50% 6px, 30px -10px, -7px 8px'] + expected: FAIL + + [Property background-clip value 'content-box, border-box, padding-box, content-box'] + expected: FAIL + + [Property background-position value '50% 6px'] + expected: FAIL + + [Property background-attachment value 'scroll, fixed'] + expected: FAIL + + [Property background-origin value 'content-box, border-box'] + expected: FAIL + + [Property background-size value 'contain'] + expected: FAIL + + [Property background-attachment value 'local'] + expected: FAIL + + [Property background-attachment value 'local, fixed, scroll, fixed'] + expected: FAIL + + [Property background-position-y value 'calc(10px - 0.5em), -20%, bottom, 15%'] + expected: FAIL + + [Property background-repeat value 'round'] + expected: FAIL + + [Property background-position-x value '0.5em'] + expected: FAIL + + [Property background-size value 'auto 1px, 2% 3%, contain, 7px 8px'] + expected: FAIL + + [Property background-size value 'auto 1px, 2% 3%'] + expected: FAIL + + [Property background-position value '12px 13px, 50% 6px'] + expected: FAIL + + [Property background-position-x value '-20%, 10px'] + expected: FAIL |