Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassStreaming Declarative Shadow DOM: template .content() should be null
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /shadow-dom/declarative/script-access.html:63:3)
Pass
assert_equals(null, null, "No template nodes")
    at Test.<anonymous> ( /shadow-dom/declarative/script-access.html:67:3)
Pass
assert_true(true, "Shadow root should exist")
    at Test.<anonymous> ( /shadow-dom/declarative/script-access.html:68:3)
Pass
assert_equals(null, null, "No template nodes")
    at Test.<anonymous> ( /shadow-dom/declarative/script-access.html:72:3)
Pass
assert_true(true, "Closed shadow root (can't detect)")
    at Test.<anonymous> ( /shadow-dom/declarative/script-access.html:73:3)
Pass
assert_true(true, "Template node still present for invalid shadowrootmode value")
    at Test.<anonymous> ( /shadow-dom/declarative/script-access.html:77:3)
Pass
assert_true(true, "No shadow root")
    at Test.<anonymous> ( /shadow-dom/declarative/script-access.html:78:3)
PassSynchronous mutation events should not be fired during streaming declarative shadow DOM parsing
Asserts run
Pass
assert_true(true, "Synchronous mutation events fired: ")
    at Test.<anonymous> ( /shadow-dom/declarative/script-access.html:117:3)