mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
Move them to Ref/ where they belong, before converting the remaining Screenshot tests to direct PNG comparison.
12 lines
241 B
HTML
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>
|