tenfourfox/layout/reftests/border-radius/outline-square.html

11 lines
184 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!doctype html>
<html><head>
<title>Square outline</title>
<style>
div { width: 50px; height: 50px;
outline: 2px solid black;
}
</style>
</head>
<body><div></div></body></html>