mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
13 lines
231 B
HTML
13 lines
231 B
HTML
![]() |
<!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>
|