commit e63b075715bdd8aa523df59e27f7106d44d6cc41
parent 7dca70eeb85d766163785ba966176f02e455289f
Author: Kancharana Sharvandeep bhardwaj <sharvandeepk@gmail.com>
Date: Mon, 27 Oct 2025 10:08:00 +0000
Bug 1996007 [wpt PR 55618] - [LCP] Fix incorrect link to slow-style-change.py, a=testonly
Automatic update from web-platform-tests
Fix incorrect link to slow-style-change.py in update-on-style-change.html (#55618)
Fixes #54861
--
wpt-commits: cf3e0127d068222efae917270a2211510c36e3fd
wpt-pr: 55618
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/testing/web-platform/tests/largest-contentful-paint/update-on-style-change.html b/testing/web-platform/tests/largest-contentful-paint/update-on-style-change.html
@@ -25,5 +25,5 @@
})
</script>
<div id="text">text</div>
- <link rel="stylesheet" href="/resources/slow-style-change.py">
-</body>
-\ No newline at end of file
+ <link rel="stylesheet" href="resources/slow-style-change.py">
+</body>