mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
13 lines
227 B
HTML
13 lines
227 B
HTML
![]() |
<!doctype html>
|
||
|
<link rel="match" href="reference/anonymous-wrapper-css-visibility-ref.html" />
|
||
|
<style>
|
||
|
body {
|
||
|
color: transparent;
|
||
|
}
|
||
|
body:after {
|
||
|
color: black;
|
||
|
display: block;
|
||
|
content: "Visible";
|
||
|
}
|
||
|
</style><body>Hidden
|