mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-29 06:22:53 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
12 lines
232 B
HTML
12 lines
232 B
HTML
<!doctype html>
|
|
<link rel="match" href="../expected/text-div.html" />
|
|
<style>
|
|
* {
|
|
visibility: hidden;
|
|
}
|
|
.d-none,
|
|
.oops::-webkit-asdf {
|
|
visibility: visible;
|
|
}
|
|
</style>
|
|
<div class="d-none">Well, hello friends!</div>
|