Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passwindow.frames should not leak frames in Shadow DOM.
Asserts run
Pass
assert_equals(1, 1, "window.frames should return only frames in document.")
    at Test.<anonymous> ( /shadow-dom/leaktests/window-frames.html:28:3)
Pass
assert_equals("mainFrame1", "mainFrame1", "window.frames[0] should be mainFrame1.")
    at Test.<anonymous> ( /shadow-dom/leaktests/window-frames.html:29:3)
Pass
assert_equals(object "[object Window]", object "[object Window]", "window.frames['mainFrame1'] should be equal to mainFrame1.")
    at Test.<anonymous> ( /shadow-dom/leaktests/window-frames.html:30:3)
Pass
assert_equals(undefined, undefined, "shadowFrame1 should not leak.")
    at Test.<anonymous> ( /shadow-dom/leaktests/window-frames.html:31:3)
Pass
assert_equals(undefined, undefined, "shadowFrame2 should not leak.")
    at Test.<anonymous> ( /shadow-dom/leaktests/window-frames.html:32:3)