Lines Matching refs:deg

2   ['rotate(calc(1deg * NaN))' as a specified value should serialize as 'rotate(calc(NaN * 1deg))'.]
14 …['rotate(calc(1deg * infinity / infinity))' as a specified value should serialize as 'rotate(calc(…
17 …['rotate(calc(1deg * 0 * infinity))' as a specified value should serialize as 'rotate(calc(NaN * 1
20 …['rotate(calc(1deg * (infinity + -infinity)))' as a specified value should serialize as 'rotate(ca…
23 …['rotate(calc(1deg * (-infinity + infinity)))' as a specified value should serialize as 'rotate(ca…
26 …['rotate(calc(1deg * (infinity - infinity)))' as a specified value should serialize as 'rotate(cal…
29 …['rotate(calc(1deg * infinity))' as a specified value should serialize as 'rotate(calc(infinity * …
32 …['rotate(calc(1deg * -infinity))' as a specified value should serialize as 'rotate(calc(-infinity …
35 …['rotate(calc(1deg * iNFinIty))' as a specified value should serialize as 'rotate(calc(infinity * …
38 …['rotate(calc(1deg * (infinity + infinity)))' as a specified value should serialize as 'rotate(cal…
41 …['rotate(calc(1deg * (-infinity + -infinity)))' as a specified value should serialize as 'rotate(c…
44 ['rotate(calc(1deg * 1/infinity))' as a specified value should serialize as 'rotate(calc(0deg))'.]
47 …['rotate(calc(1deg * infinity * infinity))' as a specified value should serialize as 'rotate(calc(…
50 …['rotate(calc(1deg * -infinity * -infinity))' as a specified value should serialize as 'rotate(cal…
53 …['rotate(calc(1 * max(INFinity*3deg, 0deg)))' as a specified value should serialize as 'rotate(cal…
56 …['rotate(calc(1 * min(inFInity*4deg, 0deg)))' as a specified value should serialize as 'rotate(cal…
59 …['rotate(calc(1 * max(nAn*2deg, 0deg)))' as a specified value should serialize as 'rotate(calc(NaN…
62 …['rotate(calc(1 * min(nan*3deg, 0deg)))' as a specified value should serialize as 'rotate(calc(NaN…
65 …tate(calc(1 * clamp(-INFINITY*20deg, 0deg, infiniTY*10deg)))' as a specified value should serializ…
68 …['rotate(calc(1deg * max(NaN, min(0,10))))' as a specified value should serialize as 'rotate(calc(…
71 …['rotate(calc(1deg * clamp(NaN, 0, 10)))' as a specified value should serialize as 'rotate(calc(Na…
74 …['rotate(calc(1deg * max(0, min(10, NaN))))' as a specified value should serialize as 'rotate(calc…
77 …['rotate(calc(1deg * clamp(0, 10, NaN)))' as a specified value should serialize as 'rotate(calc(Na…
80 …['rotate(calc(1deg * max(0, min(NaN, 10))))' as a specified value should serialize as 'rotate(calc…
83 …['rotate(calc(1deg * clamp(0, NaN, 10)))' as a specified value should serialize as 'rotate(calc(Na…
86 …['rotate(calc(1deg * clamp(-Infinity, 0, infinity)))' as a specified value should serialize as 'ro…
89 …['rotate(calc(1deg * clamp(-inFinity, infinity, 10)))' as a specified value should serialize as 'r…