ladybird/Tests/LibWeb/Screenshot/input/svg-axis-aligned-lines.html
Sam Atkins b7efb61fbe Tests/LibWeb: Restructure Ref and Screenshot test dirs to match others
Now each test type has the same directories:
- input
- expected
- data

Also, tests can be in subdirectories within ./input.
2024-11-05 14:02:07 +00:00

11 lines
327 B
HTML

<!doctype html>
<style>
body {
background-color: white;
}
</style>
<link rel="match" href="../expected/svg-axis-aligned-lines-ref.html" />
<svg width="100" height="100" viewBox="0 0 24 24" stroke="black" stroke-width="5">
<line x1="12" y1="0" x2="12" y2="24"></line>
<line x1="0" y1="12" x2="24" y2="12"></line>
</svg>