mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 20:32:56 +03:00
c2a2552e46
Also adds a TypeScript definition file for the test runner object.
13 lines
241 B
HTML
13 lines
241 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div class="duplicate">First</div>
|
|
<div class="duplicate">Second</div>
|
|
<div id="unique"></div>
|
|
<div id="dupeId">First ID</div>
|
|
<div id="dupeId">Second ID</div>
|
|
</body>
|
|
</html>
|