mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 17:13:20 +00:00
13 lines
230 B
HTML
13 lines
230 B
HTML
![]() |
<!doctype html>
|
||
|
<link rel="match" href="reference/text-div.html" />
|
||
|
<style>
|
||
|
* {
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
.d-none,
|
||
|
.oops::-webkit-asdf {
|
||
|
visibility: visible;
|
||
|
}
|
||
|
</style>
|
||
|
<div class="d-none">Well, hello friends!</div>
|