<html>
<head>
<link href="test.css" rel="stylesheet" />
</head>
<body style="width: 1000px; font-family: arial, sans-serif, Times;">
<!-- test -->
<div class="test TeSt tESt"><p>Hello World!</p></div>
<button style="box-shadow: 50px 50px 50px 20px black, 25px 25px 25px 15px white inset, red 0 2px inset;">asd</button>
<section class="dom-update-highlight-container">
<div class="dom-update-highlight selected"></div>
<div class="dom-update-highlight"></div>
<div class="dom-update-highlight"></div>
</section>
<table tabindex="-1">
<tr style="font-weight: 300">
<td>font-weight: 300</td>
</tr>
</table>
<div id="#id.class" class=".a #b">Foo</div>
<script src="test.js"></script>
<div data-a="a" data-b="b" data-c="c"></div>
<area />
<area />
<area />
<input type="search" value="test">
<script src="test-duplicate.js"></script>
<script>
let worker = new Worker("./test-worker.js");
</script>
<script src="ResourceTreeElement.js"></script>
<link href="ResourceTreeElement.css" rel="stylesheet" />
</body>
</html>