8 lines
361 B
INI
8 lines
361 B
INI
[mediasource-seek-beyond-duration.html]
|
|
expected:
|
|
if not fission and (os == "linux") and not debug: [OK, TIMEOUT]
|
|
if not fission and (os == "android") and debug: [OK, TIMEOUT]
|
|
if fission and (os == "android"): [CRASH, OK, TIMEOUT]
|
|
[Test seeking beyond updated media duration.]
|
|
expected:
|
|
if (os == "android") and debug: [PASS, TIMEOUT]
|