Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Detect simple soft navigation.</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
<script src="resources/soft-navigation-helper.js"></script>
</head>
<body>
<a id=link>Click me!</a>
<main id=main>
<img src="/images/lcp-256x256.png">
</main>
<script>
testSoftNavigation({
testName: "Test that an image LCP followup by a smaller soft navigation image LCP"
+ " properly queues an LCP entry",
addContent: () => addImageToMain('/images/lcp-96x96.png'),
});
</script>
</body>
</html>