Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
PassDefault event values.
Asserts run
Pass
assert_equals("test", "test")
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:12:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:13:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:14:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:15:3)
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:16:3)
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:17:3)
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:18:3)
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:19:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:20:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:21:3)
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:22:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:23:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:24:3)
PassThere must not be a initProgressEvent().
Asserts run
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:28:3)
PassBasic test.
Asserts run
Pass
assert_equals("I am an event", "I am an event")
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:32:3)
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:33:3)
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:34:3)
PassECMAScript value conversion test.
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:38:3)
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:39:3)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:40:3)
PassPositive integer number test.
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:44:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:45:3)
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:46:3)
PassZero test.
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:50:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:51:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:52:3)
FailDecimal number test.assert_equals: expected 1.5 but got 1
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/xhr/progressevent-constructor.html:57:3)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/xhr/progressevent-constructor.html:54:1
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:56:3)
Fail
assert_equals(1, 1.5)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:57:3)
FailMixed integer and decimal number test.assert_equals: expected 1.5 but got 1
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/xhr/progressevent-constructor.html:63:3)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/xhr/progressevent-constructor.html:60:1
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:62:3)
Fail
assert_equals(1, 1.5)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:63:3)
FailNegative number.assert_equals: expected -1 but got 18446744073709552000
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/xhr/progressevent-constructor.html:69:3)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/xhr/progressevent-constructor.html:66:1
Asserts run
Pass
assert_equals("null", "null")
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:68:3)
Fail
assert_equals(18446744073709552000, -1)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:69:3)
PassProgressEventInit members must be matched case-sensitively.
Asserts run
Pass
assert_equals("Xx", "Xx")
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:74:3)
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /xhr/progressevent-constructor.html:75:3)