diff options
Diffstat (limited to 'testing/web-platform/meta/css/motion/parsing/offset-position-computed.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/motion/parsing/offset-position-computed.html.ini | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/motion/parsing/offset-position-computed.html.ini b/testing/web-platform/meta/css/motion/parsing/offset-position-computed.html.ini new file mode 100644 index 0000000000..b0013b6399 --- /dev/null +++ b/testing/web-platform/meta/css/motion/parsing/offset-position-computed.html.ini @@ -0,0 +1,44 @@ +[offset-position-computed.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Property offset-position value 'right center'] + expected: FAIL + + [Property offset-position value 'right 10% bottom 5em'] + expected: FAIL + + [Property offset-position value 'left -10px top -20%'] + expected: FAIL + + [Property offset-position value 'auto'] + expected: FAIL + + [Property offset-position value 'top 10px right -20%'] + expected: FAIL + + [Property offset-position value 'left bottom'] + expected: FAIL + + [Property offset-position value 'calc(10px - 0.5em) calc(10px + 0.5em)'] + expected: FAIL + + [Property offset-position value 'center top'] + expected: FAIL + + [Property offset-position value 'left 10% bottom 2em'] + expected: FAIL + + [Property offset-position value 'calc(5em + 20%) center'] + expected: FAIL + + [Property offset-position value '10px 20%'] + expected: FAIL + + [Property offset-position value 'right 3em'] + expected: FAIL + + [Property offset-position value 'center center'] + expected: FAIL + + [Property offset-position value 'center bottom'] + expected: FAIL |