blob: 5ccdacdf3b67a641bca529b27941535932f5023e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[delete-range.any.html]
expected:
if swgl and (os == "win"): [OK, TIMEOUT]
[Delete range]
expected:
if swgl and (os == "win"): [PASS, TIMEOUT]
[Delete range 1]
expected:
if swgl and (os == "win"): [PASS, TIMEOUT]
[Delete range 2]
expected:
if swgl and (os == "win"): [PASS, TIMEOUT]
[Delete range 3]
expected:
if swgl and (os == "win"): [PASS, TIMEOUT]
[delete-range.any.worker.html]
expected:
if (os == "win") and not swgl and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and swgl: [OK, TIMEOUT]
[Delete range 2]
expected:
if swgl and (os == "win"): [PASS, TIMEOUT]
[Delete range 3]
expected:
if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and swgl: [PASS, TIMEOUT]
|