mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
4 lines
135 B
HTML
4 lines
135 B
HTML
|
<!doctype html><style>
|
||
|
body ::before { content: "+"; }
|
||
|
</style><body><p>P should generate a ::before pseudo.</p><br>BR should not!
|