Source code

Revision control

Copy as Markdown

Other Tools

[base-data.html]
[First <base> 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 <base> 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]