<!DOCTYPE html>
<html>
<head>
<title>LCP Breakdown Timings: Images Loaded As CSS Background</title>
<style>
div {
background-image: url("/images/lcp-256x256.png");
height: 100px;
width: 80px;
}
</style>
<script src="resources/util.js"></script>
</head>
<body>
<div></div>
</body>
</html>