[base-data.html]
[First has a data: URL so fallback is used]
expected:
if not debug and (os == "linux") and not asan and not tsan: [PASS, FAIL]
if not debug and (os == "win"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
[Dynamically inserted first has a data: URL so fallback is used]
expected:
if not debug and (os == "linux") and not asan and not tsan: [PASS, FAIL]
if not debug and (os == "win"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]