Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassDOMContentLoaded
Asserts run
Pass
assert_equals("DOMContentLoaded", "DOMContentLoaded")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:11:5)
Pass
assert_true(true, "bubbles should be true")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:12:5)
Pass
assert_false(false, "cancelable should be false")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:13:5)
Pass
assert_equals(Document node with 2 children, Document node with 2 children, "target should be document")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:14:5)
Pass
assert_true(true, "isTrusted should be true")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:15:5)
Pass
assert_class_string(object "[object Event]", "Event")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:16:5)
Passload
Asserts run
Pass
assert_equals("load", "load")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:22:5)
Pass
assert_false(false, "bubbles should be false")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:23:5)
Pass
assert_false(false, "cancelable should be false")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:24:5)
Pass
assert_equals(Document node with 2 children, Document node with 2 children, "target should be document")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:25:5)
Pass
assert_true(true, "isTrusted should be true")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:26:5)
Pass
assert_class_string(object "[object Event]", "Event")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:27:5)
Passpageshow
Asserts run
Pass
assert_equals("pageshow", "pageshow")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:33:5)
Pass
assert_true(true, "bubbles should be true")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:36:5)
Pass
assert_true(true, "cancelable should be true")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:37:5)
Pass
assert_equals(Document node with 2 children, Document node with 2 children, "target should be document")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:39:5)
Pass
assert_true(true, "isTrusted should be true")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:40:5)
Pass
assert_class_string(object "[object PageTransitionEvent]", "PageTransitionEvent")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:41:5)
Passorder
Asserts run
Pass
assert_true(true, "DOMContentLoaded should be fired before load")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:53:5)
Pass
assert_true(true, "load should be fired before pageshow")
    at Test.<anonymous> ( /html/syntax/parsing/the-end.html:56:5)