Skip to content

Commit

Permalink
Change height
Browse files Browse the repository at this point in the history
  • Loading branch information
mmocny committed Dec 6, 2024
1 parent 4083490 commit c61ca63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sandbox/lcp-with-inline-children/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
<span>test. </span>
</article>

<article elementtiming="d">
<span>This </span>
<span>is </span>
<div style="height: 1000px;" elementtiming="d2">a </div>
<span>test. </span>
</article>

<script>
const observer = new PerformanceObserver(list => {
for (let entry of list.getEntries()) {
Expand Down

0 comments on commit c61ca63

Please sign in to comment.