blob: ffa5d766489dd080e6497ec1759ce1e1dc121557 (
plain)
1
2
3
4
5
6
7
8
|
[preload-in-data-doc.html]
expected:
if debug and fission and (os == "win"): [PASS, FAIL]
if not debug and (os == "win") and fission: [PASS, FAIL]
[font-display-preload.html]
expected:
if (os == "win") and debug and not fission and (processor == "x86_64") and not swgl: [PASS, FAIL]
|