Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassTest that iframes with loading='eager' load immediately regardless of their position with respect to the viewport.
Asserts run
Pass
assert_false(false, "The in_viewport element should load only once.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-loading-eager.html:18:5)
Pass
assert_false(false, "The below_viewport element should load only once.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-loading-eager.html:25:5)
Pass
assert_true(true, "The in_viewport element should have loaded before window.load().")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-loading-eager.html:31:5)
Pass
assert_true(true, "The below_viewport element should have loaded before window.load().")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-iframe-element/iframe-loading-eager.html:34:5)