mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
Base: Make it obvious which pseudo-element tests are unimplemented
(Sorry Linus!)
This commit is contained in:
parent
8461791ce2
commit
5563381b28
1 changed files with 6 additions and 4 deletions
|
@ -64,10 +64,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>::before and ::after</h1>
|
<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="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>
|
<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>Green</li>
|
||||||
<li>Markers</li>
|
<li>Markers</li>
|
||||||
</ul>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue