1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:47:35 +00:00

Base: Make it obvious which pseudo-element tests are unimplemented

(Sorry Linus!)
This commit is contained in:
Sam Atkins 2022-02-28 15:48:26 +00:00 committed by Andreas Kling
parent 8461791ce2
commit 5563381b28

View file

@ -64,10 +64,6 @@
</head>
<body>
<h1>::before and ::after</h1>
<p class="quote">This should have chonky quotation marks.</p>
<p>
This is some text. Each <a href="#" class="heart">link</a> should have a little <a href="#" class="page">icon</a> before it, <a href="#" class="face">and this one has a tooltip too.</a>
</p>
<p class="inline">There should be a sentence before this, and one after, forming a single paragraph.</p>
<p class="block">There should be a sentence before this, and one after, each as its own block.</p>
@ -80,5 +76,11 @@
<li>Green</li>
<li>Markers</li>
</ul>
<h2>FIXME: These do not work yet</h2>
<p class="quote">This should have chonky quotation marks.</p>
<p>
This is some text. Each <a href="#" class="heart">link</a> should have a little <a href="#" class="page">icon</a> before it, <a href="#" class="face">and this one has a tooltip too.</a>
</p>
</body>
</html>