Skip to content

WPT: Add test for text updates #49

@jasonwilliams

Description

@jasonwilliams

We've seen that text updates don't count as new entries for container timing, this is consistent with LCP and element-timing
This is intentional and we will want to add a test to make sure this is being followed by all browsers.

For example:

<div containertiming>
<p>test</p>
</div>
const p = document.querySelector('[containertiming] p');
p.textContent = "some longer text";

Would not emit a new entry.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions