Skip to content

WPT: Add test for text updates #49

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    WPTWeb Platform Test: Most likely means WPT needs updating

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions