Meta: Add DOCTYPEs to text tests that need rebaselining after

This is a separate commit from the one that adds DOCTYPEs to all
the other text tests, to make review easier.
This commit is contained in:
Psychpsyo 2025-03-18 19:32:44 +01:00 committed by Jelle Raaijmakers
commit 0b0dd7d4a5
Notes: github-actions[bot] 2025-03-20 10:51:51 +00:00
6 changed files with 7 additions and 4 deletions

View file

@ -1,2 +1,2 @@
<BODY>
<HTML> <HTML>
<#document>

View file

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

View file

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

View file

@ -1,5 +1,6 @@
<!DOCTYPE html>
<script src="../include.js"></script> <script src="../include.js"></script>
<body> <body style="height: 100px">
<div> <div>
<!-- this div should not be hit, nor should its parent --> <!-- this div should not be hit, nor should its parent -->
<div id="a1" style="position: fixed; width: 100px; height: 100px; pointer-events: none"></div> <div id="a1" style="position: fixed; width: 100px; height: 100px; pointer-events: none"></div>