Skip to content

Commit cf3e012

Browse files
authored
Fix incorrect link to slow-style-change.py in update-on-style-change.html (#55618)
Fixes #54861
1 parent 89fa58d commit cf3e012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

largest-contentful-paint/update-on-style-change.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
})
2626
</script>
2727
<div id="text">text</div>
28-
<link rel="stylesheet" href="/resources/slow-style-change.py">
29-
</body>
28+
<link rel="stylesheet" href="resources/slow-style-change.py">
29+
</body>

0 commit comments

Comments
 (0)