blob: 498eeaf26b569943ec2297333edb90dcc8119277 [file] [log] [blame]
commit-queue@webkit.org9d747be2016-06-06 20:58:19 +00001<head>
2 <meta name="viewport" content="width=device-width">
3 <style>
4
5 div {
6 width: 100px;
7 height: 100px;
8 background-color: black;
9 border: 20px solid blue;
10 }
11
12 </style>
13</head>
14<div></div>