Pass | Default event values. | Asserts runPass | 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) |
|
Pass | There must not be a initProgressEvent(). | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /xhr/progressevent-constructor.html:28:3) |
|
Pass | Basic test. | Asserts runPass | 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) |
|
Pass | ECMAScript value conversion test. | Asserts runPass | 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) |
|
Pass | Positive integer number test. | Asserts runPass | 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) |
|
Pass | Zero test. | Asserts runPass | 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) |
|
Fail | Decimal 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 runPass | 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) |
|
Fail | Mixed 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 runPass | 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) |
|
Fail | Negative 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 runPass | 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) |
|
Pass | ProgressEventInit members must be matched case-sensitively. | Asserts runPass | 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) |
|