mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-29 14:32:55 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
10 lines
225 B
HTML
10 lines
225 B
HTML
<!DOCTYPE html>
|
|
<link rel="match" href="../expected/transform-box-ref.html" />
|
|
<style>
|
|
div {
|
|
border: 20px solid crimson;
|
|
transform: translateY(100%);
|
|
}
|
|
</style>
|
|
<div style="transform-box: fill-box"></div>
|
|
<div></div>
|