-
Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy pathexpected.html
More file actions
16 lines (16 loc) · 934 Bytes
/
expected.html
File metadata and controls
16 lines (16 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html lang="en">
<head>
<meta charset="utf-8">
<title>...</title>
<meta data-od-replaced-content="optimization-detective 0.0.0" name="generator" content="optimization-detective 0.0.0; url_metric_groups={0:empty, 480:empty, 600:empty, 782:complete}">
<meta name="generator" content="image-prioritizer 0.0.0">
<link data-od-added-tag rel="preload" fetchpriority="high" as="image" href="https://example.com/foo.jpg" media="screen and (782px < width)">
</head>
<body>
<div id="page">
<img data-od-xpath="/HTML/BODY/DIV[@id='page']/*[1][self::IMG]" src="https://example.com/foo.jpg" alt="Foo" width="1200" height="800" loading="lazy">
<img data-od-removed-fetchpriority="high" data-od-xpath="/HTML/BODY/DIV[@id='page']/*[2][self::IMG]" src="https://example.com/bar.jpg" alt="Bar" width="10" height="10" loading="lazy" >
</div>
<script type="module">/* detect loader */</script>
</body>
</html>