Give tests <!DOCTYPE html> so they work correct in browser

This commit is contained in:
Karl Seguin
2025-09-18 10:53:29 +08:00
parent b7d26cf0d5
commit 66362c2762
69 changed files with 69 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<script src="../testing.js"></script>
<script id=custom>
let capture = null;

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<script src="../testing.js"></script>
<div id=content>

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<script src="../testing.js"></script>
<script id=default>

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<script src="../testing.js"></script>
<script id=default>
let event = new MouseEvent('click');