mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 14:32:18 +00:00
fixup! Base: Add a pseudo-element test page
This commit is contained in:
parent
5113128bc9
commit
8411ff3f14
Notes:
sideshowbarker
2024-07-17 18:17:35 +09:00
Author: https://github.com/AtkinsSJ
Commit: 8411ff3f14
Pull-request: https://github.com/SerenityOS/serenity/pull/12753
1 changed files with 14 additions and 0 deletions
|
@ -56,6 +56,10 @@
|
|||
content: "This should appear as a block, last.";
|
||||
color: red;
|
||||
}
|
||||
|
||||
.fancy-list li::marker {
|
||||
color: green;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -66,5 +70,15 @@
|
|||
</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>
|
||||
|
||||
<ul class="fancy-list">
|
||||
<li>This</li>
|
||||
<li>Is</li>
|
||||
<li>A</li>
|
||||
<li>List</li>
|
||||
<li>With</li>
|
||||
<li>Green</li>
|
||||
<li>Markers</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue