Bug 1774589 - Annotate a test that's failing on macOS.

MANUAL PUSH: Orange fixup CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2022-08-18 00:54:19 +02:00
parent e6accb878b
commit 99789192be

View File

@ -0,0 +1,11 @@
[acos-asin-atan-atan2-serialize.html]
['rotate(asin(1))' as a computed value should serialize as 'matrix(0, 1, -1, 0, 0, 0)'.]
issue: Rounding error. very small integer instead of 0
expected:
if os == "mac": FAIL
PASS
['rotate(calc(asin(pi - pi + 1)))' as a computed value should serialize as 'matrix(0, 1, -1, 0, 0, 0)'.]
issue: Rounding error. very small integer instead of 0
expected:
if os == "mac": FAIL
PASS