haikuwebkit/LayoutTests/fast/borders/border-painting-correctness...

15 lines
236 B
HTML

<DOCTYPE html>
<html>
<head>
<title>This tests that dashed borders look ok.</title>
<style>
body {
margin: 0px;
}
</style>
</head>
<body>
<img src="./resources/border-painting-correctness-dashed-expected.png" />
</body>
</html>