mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
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:
parent
fed0d6b892
commit
0b0dd7d4a5
Notes:
github-actions[bot]
2025-03-20 10:51:51 +00:00
Author: https://github.com/Psychpsyo
Commit: 0b0dd7d4a5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3456
Reviewed-by: https://github.com/gmta ✅
6 changed files with 7 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
<HTML>
|
<#document>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<HTML>
|
<#document>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
|
<BODY>
|
||||||
<HTML>
|
<HTML>
|
||||||
<#document>
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
<script src="../include.js"></script>
|
<script src="../include.js"></script>
|
||||||
<style>
|
<style>
|
||||||
.overflow-hidden {
|
.overflow-hidden {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
<script src="../include.js"></script>
|
<script src="../include.js"></script>
|
||||||
<style>
|
<style>
|
||||||
.overflow-hidden {
|
.overflow-hidden {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue