diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-values/calc-infinity-nan-computed.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-values/calc-infinity-nan-computed.html.ini | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-values/calc-infinity-nan-computed.html.ini b/testing/web-platform/meta/css/css-values/calc-infinity-nan-computed.html.ini new file mode 100644 index 0000000000..8992b0637d --- /dev/null +++ b/testing/web-platform/meta/css/css-values/calc-infinity-nan-computed.html.ini @@ -0,0 +1,53 @@ +[calc-infinity-nan-computed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Property rotate(calc(infinity * 1deg)) value expected same with rotate(0deg) in +/-0.0001] + expected: FAIL + + [Property rotate(calc(-infinity * 1deg)) value expected same with rotate(0deg) in +/-0.0001] + expected: FAIL + + [Property rotate(calc(infinity * 1turn)) value expected same with rotate(0turn) in +/-0.0001] + expected: FAIL + + [Property rotate(calc(-infinity * 1turn)) value expected same with rotate(0turn) in +/-0.0001] + expected: FAIL + + [Property rotate(calc(infinity * 1rad)) value expected same with rotate(0rad) in +/-0.0001] + expected: FAIL + + [Property rotate(calc(-infinity * 1rad)) value expected same with rotate(0rad) in +/-0.0001] + expected: FAIL + + [Property rotate(calc(infinity * 1grad)) value expected same with rotate(0grad) in +/-0.0001] + expected: FAIL + + [Property rotate(calc(-infinity * 1grad)) value expected same with rotate(0grad) in +/-0.0001] + expected: FAIL + + [Property width value 'min(15px, NaN * 1px)'] + expected: FAIL + + [Property width value 'min(NaN * 1px, 15px)'] + expected: FAIL + + [Property width value 'calc(NaN * 1px)'] + expected: FAIL + + [Property width value 'calc(10.135262721212548pc - 199pt / NaN)'] + expected: FAIL + + [Property width value 'max(15px, NaN * 1px)'] + expected: FAIL + + [Property width value 'max(NaN * 1px, 15px)'] + expected: FAIL + + [Property width value 'calc(infinity * 1px + infinity * 1%)'] + expected: FAIL + + [Property width value 'calc(min(NaN * 1px, infinity * 1px) + max(infinity * 1px, -infinity * 1px))'] + expected: FAIL + + [Property animation-duration value 'calc(1 / 0 * 1s)'] + expected: FAIL |