Files
ladybird/Tests/LibWeb/Screenshot/svg-axis-aligned-lines.html
Aliaksandr Kalenik 715f033007 Tests+headless-browser: Move screenshot ref-tests into own directory
This change will make it easier to disable screenshot comparison tests
on a specific platform or have per-platform expectations.

Additionally, it's nice to be able to tell if a ref-test uses a
screenshot as an expectation by looking at the test path.
2024-07-19 13:52:00 +02:00

12 lines
325 B
HTML

<!doctype html>
<style>
body {
background-color: white;
}
</style>
<link rel="match" href="reference/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>