ladybird/Tests/LibWeb/Ref/reference/anonymous-wrapper-css-visibility-ref.html

13 lines
227 B
HTML
Raw Normal View History

<!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