Meta: Add DOCTYPEs to most text tests

This commit is contained in:
Psychpsyo 2025-03-18 19:28:35 +01:00 committed by Jelle Raaijmakers
commit b3487d8994
Notes: github-actions[bot] 2025-03-20 10:52:03 +00:00
536 changed files with 536 additions and 4 deletions

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<style>
* {
border: 1px solid black;

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<style>
* {
font-family: sans-serif;

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<style>
span {
z-index: 10;

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<script src="../include.js"></script>
<body>
<span id="outer">

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<style>
body {
margin: 0;

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<script src="../include.js"></script>
<style type="text/css">
#container {

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<script src="../include.js"></script>
<body>
<!-- #a2 should be invisible to hit testing -->

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<script src="../include.js"></script>
<style>
#container {

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<style>
* {
border: 1px solid black;