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>
#myShadowHost:hover {
background: green;

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<div id="myShadowHost">
<template shadowrootmode="open">
<style>

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<style>
:root {
--foo: green;

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<div id="basicOpen">
<template shadowrootmode="open">open</template>
</div>

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<div id=foo>
<template shadowrootmode="open">
<style>

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<div id="hmmst"><template shadowrootmode="open"><div><style></style></div></template></div>
<script src="../include.js"></script>
<script>