Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassChild iframe ignores paint-timing events fired from parent image rendering.
Asserts run
Pass
assert_implements(function "function PerformancePaintTiming() { [native code] }", "Paint Timing isn't supported.")
    at Test.<anonymous> ( /paint-timing/with-first-paint/first-image-child.html:14:5)
Pass
assert_equals(2, 2, "There should be two paint timing instances.")
    at Test.<anonymous> ( /paint-timing/with-first-paint/first-image-child.html:30:17)
Pass
assert_equals("paint", "paint")
    at Test.<anonymous> ( /paint-timing/with-first-paint/first-image-child.html:31:17)
Pass
assert_equals("first-paint", "first-paint")
    at Test.<anonymous> ( /paint-timing/with-first-paint/first-image-child.html:32:17)
Pass
assert_equals("paint", "paint")
    at Test.<anonymous> ( /paint-timing/with-first-paint/first-image-child.html:33:17)
Pass
assert_equals("first-contentful-paint", "first-contentful-paint")
    at Test.<anonymous> ( /paint-timing/with-first-paint/first-image-child.html:34:17)
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /paint-timing/with-first-paint/first-image-child.html:18:9)