commit-queue@webkit.org | 9d747be | 2016-06-06 20:58:19 +0000 | [diff] [blame] | 1 | <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> |