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

13 lines
234 B
HTML
Raw Normal View History

<!doctype html>
<link rel="match" href="reference/anonymous-wrapper-css-visibility-ref.html" />
<style>
body {
visibility: hidden;
}
body:after {
visibility: visible;
display: block;
content: "Visible";
}
</style><body>Hidden