HTMLMediaElement.seek: clean-up and update WPTs expectations

This commit is contained in:
Fernando Jiménez Moreno 2018-10-24 15:45:40 +02:00
parent d94cbc83fc
commit aa3c911efa
6 changed files with 130 additions and 32 deletions

View file

@ -1,15 +0,0 @@
[currentTime.html]
type: testharness
expected: TIMEOUT
[currentTime initial value]
expected: FAIL
[setting currentTime with a media controller present]
expected: FAIL
[setting currentTime when readyState is HAVE_NOTHING]
expected: FAIL
[setting currentTime when readyState is greater than HAVE_NOTHING]
expected: TIMEOUT

View file

@ -1,6 +1,5 @@
[seek-to-currentTime.html]
type: testharness
expected: TIMEOUT
[seek to currentTime]
expected: TIMEOUT
expected: FAIL

View file

@ -1,6 +1,5 @@
[seek-to-max-value.htm]
type: testharness
expected: TIMEOUT
[seek to Number.MAX_VALUE]
expected: TIMEOUT
expected: FAIL

View file

@ -1,6 +1,5 @@
[seek-to-negative-time.htm]
type: testharness
expected: TIMEOUT
[seek to negative time]
expected: TIMEOUT
expected: FAIL