blob: 97ddc1bab229a81cdb6abe9182a0247dd3b9d74c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[fetch-request-css-images.https.html]
expected:
if (os == "android") and not fission and swgl: [OK, TIMEOUT]
if (os == "win") and (processor == "x86_64") and not swgl: [OK, ERROR]
if (os == "android") and fission: [OK, TIMEOUT]
[Verify FetchEvent for css image-set (shapeOutside).]
expected:
if (os == "win") and not swgl: [PASS, FAIL]
if (os == "android") and swgl: [PASS, NOTRUN]
[Verify FetchEvent for css image (shapeOutside).]
expected:
if swgl and (os == "android"): [PASS, NOTRUN]
[Verify FetchEvent for css image (backgroundImage).]
expected:
if swgl and (os == "android"): [PASS, TIMEOUT]
[Verify FetchEvent for css image-set (backgroundImage).]
expected:
if swgl and (os == "android"): [PASS, NOTRUN]
|