Text!

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailAble to observe image and text with empty elementtiming attribute.assert_greater_than_equal: paintTime should represent the time when the UA started painting expected a number but got a "undefined"
    at checkElementInternal (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/element-timing/resources/element-timing-helpers.js:19:3)
    at checkTextElement (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/element-timing/resources/element-timing-helpers.js:79:3)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/element-timing/observe-empty-attribute.html:25:11
    at Array.forEach (<anonymous>)
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/element-timing/observe-empty-attribute.html:15:30)
Asserts run
Pass
assert_implements(function "function PerformanceElementTiming() { [native code] }", "PerformanceElementTiming is not implemented")
    at Test.<anonymous> ( /element-timing/observe-empty-attribute.html:10:3)
Pass
assert_false(false, "Text should only be observed once.")
    at  /element-timing/observe-empty-attribute.html:24:11
Pass
assert_equals("element", "element", "entryType does not match")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:4:3)
Pass
assert_equals("", "", "url does not match")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:5:3)
Pass
assert_equals("", "", "identifier does not match")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:6:3)
Pass
assert_greater_than(765.3000001907349, 0, "renderTime should be nonzero")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:9:5)
Pass
assert_equals(765.3000001907349, 765.3000001907349, "startTime should equal renderTime")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:10:5)
Pass
assert_equals(0, 0, "duration should be 0")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:16:3)
Pass
assert_equals("text", "text", "id does not match")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:17:3)
Pass
assert_greater_than_equal(765.3000001907349, 737.7000007629395, "renderTime greater than beforeRender")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:18:3)
Fail
assert_greater_than_equal(undefined, 737.7000007629395, "paintTime should represent the time when the UA started painting")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:19:3)