This is text I care about

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailParagraph with elementtiming attribute is observed.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 Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/element-timing/observe-text.html:25:9)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at PerformanceObserver.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2717:32)
Asserts run
Pass
assert_implements(function "function PerformanceElementTiming() { [native code] }", "PerformanceElementTiming is not implemented")
    at Test.<anonymous> ( /element-timing/observe-text.html:18:5)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /element-timing/observe-text.html:23:9)
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("my_text", "my_text", "identifier does not match")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:6:3)
Pass
assert_greater_than(384.6000003814697, 0, "renderTime should be nonzero")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:9:5)
Pass
assert_equals(384.6000003814697, 384.6000003814697, "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_id", "text_id", "id does not match")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:17:3)
Pass
assert_greater_than_equal(384.6000003814697, 369.40000009536743, "renderTime greater than beforeRender")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:18:3)
Fail
assert_greater_than_equal(undefined, 369.40000009536743, "paintTime should represent the time when the UA started painting")
    at checkElementInternal ( /element-timing/resources/element-timing-helpers.js:19:3)