base-javascript.html.ini (663B)
1 [base-javascript.html] 2 [First <base> has a javascript: URL so fallback is used] 3 expected: 4 if not debug and (os == "linux") and not asan and not tsan: [PASS, FAIL] 5 if not debug and (os == "win"): [PASS, FAIL] 6 if not debug and (os == "mac"): [PASS, FAIL] 7 if not debug and (os == "android"): [PASS, FAIL] 8 9 [Dynamically inserted first <base> has a javascript: URL so fallback is used] 10 expected: 11 if not debug and (os == "linux") and not asan and not tsan: [PASS, FAIL] 12 if not debug and (os == "win"): [PASS, FAIL] 13 if not debug and (os == "mac"): [PASS, FAIL] 14 if not debug and (os == "android"): [PASS, FAIL]