mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
|
|
@ -1 +1 @@
|
|||
<HTML>
|
||||
<#document>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
<HTML>
|
||||
<#document>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<BODY>
|
||||
<HTML>
|
||||
<#document>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<script src="../include.js"></script>
|
||||
<style>
|
||||
.overflow-hidden {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<script src="../include.js"></script>
|
||||
<style>
|
||||
.overflow-hidden {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<script src="../include.js"></script>
|
||||
<body>
|
||||
<body style="height: 100px">
|
||||
<div>
|
||||
<!-- this div should not be hit, nor should its parent -->
|
||||
<div id="a1" style="position: fixed; width: 100px; height: 100px; pointer-events: none"></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user