-
Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy pathexpected.html
More file actions
19 lines (19 loc) · 1.02 KB
/
expected.html
File metadata and controls
19 lines (19 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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:populated, 480:populated, 600:populated, 782:populated}">
<meta name="generator" content="image-prioritizer 0.0.0">
<link data-od-added-tag rel="preload" fetchpriority="high" as="image" href="https://example.com/mobile-header.jpg" media="screen and (width <= 782px)">
</head>
<body>
<div id="page">
<img data-od-xpath="/HTML/BODY/DIV[@id='page']/*[1][self::IMG]" class="mobile" src="https://example.com/mobile-header.jpg" alt="Mobile Logo" width="800" height="600">
<video data-od-xpath="/HTML/BODY/DIV[@id='page']/*[2][self::VIDEO]" class="desktop" width="1200" height="500">
<source src="https://example.com/header.webm" type="video/webm">
<source src="https://example.com/header.mp4" type="video/mp4">
</video>
</div>
<script type="module">/* detect loader */</script>
</body>
</html>