autoplay-with-broken-track.html.ini (982B)
1 [autoplay-with-broken-track.html] 2 expected: 3 if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, ERROR] 4 if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, ERROR] 5 [<video autoplay> with <track src="" default=""> child] 6 expected: 7 if (os == "android") and not debug and sessionHistoryInParent: [PASS, TIMEOUT] 8 if (os == "android") and not debug and not sessionHistoryInParent: [PASS, TIMEOUT] 9 10 [<video autoplay> with <track src="invalid://url" default=""> child] 11 expected: 12 if (os == "android") and not debug and sessionHistoryInParent: [PASS, TIMEOUT] 13 if (os == "android") and not debug and not sessionHistoryInParent: [PASS, TIMEOUT] 14 15 [<video autoplay> with <track src="404" default=""> child] 16 expected: 17 if (os == "android") and not debug and sessionHistoryInParent: [PASS, TIMEOUT] 18 if (os == "android") and not debug and not sessionHistoryInParent: [PASS, TIMEOUT]