fragment-only.html.ini (1047B)
1 [fragment-only.html] 2 [empty URL: inline-unquoted] 3 expected: 4 if not debug and (os == "android"): [PASS, FAIL] 5 if not debug and (os == "linux"): [PASS, FAIL] 6 if not debug and (os == "mac"): [PASS, FAIL] 7 8 [empty URL: inline-quoted] 9 expected: 10 if not debug and (os == "mac"): [PASS, FAIL] 11 if not debug and (os == "android"): [PASS, FAIL] 12 if not debug and (os == "linux"): [PASS, FAIL] 13 14 [empty URL: external-unquoted] 15 expected: 16 if not debug and (os == "android"): [PASS, FAIL] 17 if not debug and (os == "mac"): [PASS, FAIL] 18 if not debug and (os == "linux"): [PASS, FAIL] 19 20 [empty URL: external-quoted] 21 expected: 22 if not debug and (os == "android"): [PASS, FAIL] 23 if not debug and (os == "mac"): [PASS, FAIL] 24 if not debug and (os == "linux"): [PASS, FAIL] 25 26 [empty URL: external-variable] 27 expected: 28 if not debug and (os == "linux"): [PASS, FAIL] 29 if not debug and (os == "android"): [PASS, FAIL] 30 if not debug and (os == "mac"): [PASS, FAIL]