mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 15:13:07 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
11 lines
242 B
HTML
11 lines
242 B
HTML
<!doctype html>
|
|
<link rel="match" href="../expected/inline-paintable-inside-translated-container-ref.html" />
|
|
<style>
|
|
body {
|
|
margin-top: 100px;
|
|
margin-left: 0px;
|
|
}
|
|
span {
|
|
outline: 1px solid black;
|
|
}
|
|
</style><body><div><span>hello
|