ladybird/Tests/LibWeb/Ref/expected/stroke-dasharray-none-application-ref.html

12 lines
241 B
HTML
Raw Normal View History

<!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>