serenity/Tests/LibWeb/Ref/css-functional-unknown-webkit-pseudo-element.html

13 lines
231 B
HTML
Raw Normal View History

<!doctype html>
<link rel="match" href="reference/text-div.html" />
<style>
* {
visibility: visible;
}
.d-none,
.oops::-webkit-jkl() {
visibility: hidden;
}
</style>
<div class="d-none">Well, hello friends!</div>