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

11 lines
183 B
HTML
Raw Normal View History

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