mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-15 13:31:54 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
7 lines
221 B
HTML
7 lines
221 B
HTML
<!doctype html>
|
|
<link rel="match" href="../expected/non-positioned-stacking-context-with-z-index-0-ref.html"/>
|
|
<style>
|
|
* { outline: 1px solid black; }
|
|
html { display: flex; }
|
|
body { z-index: 0; }
|
|
</style><body><div>Hello
|