<!DOCTYPE html>
<head>
<title>LCP Breakdown Timings: Image Added By document.write()</title>
<script src="resources/util.js"></script>
</head>
<body>
<script>
document.write('<img src="/images/lcp-256x256.png">');
</script>
</body>
<!DOCTYPE html>
<head>
<title>LCP Breakdown Timings: Image Added By document.write()</title>
<script src="resources/util.js"></script>
</head>
<body>
<script>
document.write('<img src="/images/lcp-256x256.png">');
</script>
</body>