1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[area-processing.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[negative: "-10,-10,10,10" (rect)]
expected: FAIL
[first > third: "10,2,2,10" (rect)]
expected: FAIL
[second > fourth: "2,10,10,2" (rect)]
expected: FAIL
[first > third, second > fourth: "10,10,2,2" (rect)]
expected: FAIL
[negative: "-10,-10,-10,-10" (default)]
expected: FAIL
[one too many numbers: "100,100,120,100,100,120,300" (poly)]
expected: FAIL
[even-odd rule: "100,100,200,100,100,200,150,50,200,200" (poly)]
expected: FAIL
|