Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
FailVTTCue(), initial valuesassert_equals: expected (object) null but got (undefined) undefined
    at Test.<anonymous> (https://wpt.live/webvtt/api/VTTCue/constructor.html:15:5)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/webvtt/api/VTTCue/constructor.html:8:1
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /webvtt/api/VTTCue/constructor.html:11:5)
Pass
assert_equals(12, 12)
    at Test.<anonymous> ( /webvtt/api/VTTCue/constructor.html:12:5)
Pass
assert_equals("foo bar", "foo bar")
    at Test.<anonymous> ( /webvtt/api/VTTCue/constructor.html:13:5)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /webvtt/api/VTTCue/constructor.html:14:5)
Fail
assert_equals(undefined, null)
    at Test.<anonymous> ( /webvtt/api/VTTCue/constructor.html:15:5)
PassVTTCue(), bad start time
Asserts run
Pass
assert_equals(-1, -1)
    at Test.<anonymous> ( /webvtt/api/VTTCue/constructor.html:29:5)
Pass
assert_equals(12, 12)
    at Test.<anonymous> ( /webvtt/api/VTTCue/constructor.html:30:5)
PassVTTCue(), bad end time
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /webvtt/api/VTTCue/constructor.html:37:5)
Pass
assert_equals(-1, -1)
    at Test.<anonymous> ( /webvtt/api/VTTCue/constructor.html:38:5)
FailVTTCue(), unbounded end timeFailed to construct 'VTTCue': The provided double value is non-finite.
TypeError: Failed to construct 'VTTCue': The provided double value is non-finite.
    at Test.<anonymous> (https://wpt.live/webvtt/api/VTTCue/constructor.html:42:15)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/webvtt/api/VTTCue/constructor.html:41:1
Asserts runNo asserts ran
PassVTTCue(), text formatting
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /webvtt/api/VTTCue/constructor.html:52:5)
Pass
assert_equals("i", "i")
    at Test.<anonymous> ( /webvtt/api/VTTCue/constructor.html:53:5)
Pass
assert_equals("foo bar", "foo bar")
    at Test.<anonymous> ( /webvtt/api/VTTCue/constructor.html:54:5)