mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
Meta: Add DOCTYPEs to most text tests
This commit is contained in:
parent
a5a84159a3
commit
b3487d8994
Notes:
github-actions[bot]
2025-03-20 10:52:03 +00:00
Author: https://github.com/Psychpsyo
Commit: b3487d8994
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3456
Reviewed-by: https://github.com/gmta ✅
536 changed files with 536 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
* {
|
||||
border: 1px solid black;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
* {
|
||||
font-family: sans-serif;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
span {
|
||||
z-index: 10;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<script src="../include.js"></script>
|
||||
<body>
|
||||
<span id="outer">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<script src="../include.js"></script>
|
||||
<style type="text/css">
|
||||
#container {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<script src="../include.js"></script>
|
||||
<body>
|
||||
<!-- #a2 should be invisible to hit testing -->
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<script src="../include.js"></script>
|
||||
<style>
|
||||
#container {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
* {
|
||||
border: 1px solid black;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue