translate-non-html-translation-mode.html.ini (752B)
1 [translate-non-html-translation-mode.html] 2 [Non-HTML elements default to translate-enabled] 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 [Non-HTML elements inherit their parent's translation-enabled state] 9 expected: 10 if not debug and (os == "android"): [PASS, FAIL] 11 if not debug and (os == "linux"): [PASS, FAIL] 12 if not debug and (os == "mac"): [PASS, FAIL] 13 14 [Non-HTML elements inherit their parent's no-translation state] 15 expected: 16 if not debug and (os == "android"): [PASS, FAIL] 17 if not debug and (os == "linux"): [PASS, FAIL] 18 if not debug and (os == "mac"): [PASS, FAIL]