mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb/CSS: Unit tests for changes to counter definitions
This commit is contained in:
committed by
Alexander Kalenik
parent
99c6eb0c35
commit
f972342c27
Notes:
github-actions[bot]
2025-06-03 01:52:47 +00:00
Author: https://github.com/manuel-za Commit: https://github.com/LadybirdBrowser/ladybird/commit/f972342c27d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4890 Reviewed-by: https://github.com/kalenikaliaksandr
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<style>
|
||||
div.one::before { content: '1: '; }
|
||||
div.two::before { content: '2: '; }
|
||||
div.three::before { content: '3: '; }
|
||||
</style>
|
||||
<div>
|
||||
<div class='one'>One</div>
|
||||
<div class='two'>Two</div>
|
||||
<div class='three'>Three</div>
|
||||
</div>
|
||||
</html>
|
||||
Reference in New Issue
Block a user