Files
ladybird/Tests/LibWeb/Ref/expected/stroke-dasharray-none-application-ref.html
Aliaksandr Kalenik 86bc379119 Tests: Move true ref tests from Screenshot/ to Ref/
Move them to Ref/ where they belong, before converting the remaining
Screenshot tests to direct PNG comparison.
2026-02-24 09:55:14 +01:00

12 lines
241 B
HTML

<!doctype html>
<html>
<svg>
<style>
line {
stroke: black;
}
</style>
<line id="line" style="stroke-dasharray: none" x1="0" y1="1" x2="30" y2="1"></line>
</svg>
</html>