blob: 5e883327bf1e3e49f3177f45e60dbb74cf0a4132 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[acos-asin-atan-atan2-serialize.html]
['rotate(atan(tan(90deg)))' as a specified value should serialize as 'rotate(calc(90deg))'.]
expected: FAIL
['rotate(calc(atan(tan(90deg))))' as a specified value should serialize as 'rotate(calc(90deg))'.]
expected: FAIL
['rotate(atan(tan(-90deg)))' as a specified value should serialize as 'rotate(calc(-90deg))'.]
expected: FAIL
['rotate(calc(atan(tan(-90deg))))' as a specified value should serialize as 'rotate(calc(-90deg))'.]
expected: FAIL
|