mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
Base: Make it obvious which pseudo-element tests are unimplemented
(Sorry Linus!)
This commit is contained in:
committed by
Andreas Kling
parent
8461791ce2
commit
5563381b28
Notes:
sideshowbarker
2024-07-17 18:06:44 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/5563381b28 Pull-request: https://github.com/SerenityOS/serenity/pull/12809
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user