blob: 0c116f53cbcbdaa1595e6743642f117172902443 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<html>
<head>
<title></title>
<style>
div { width: 10px; height: 10px; outline: 2px solid green; display: inline-block; }
</style>
</head>
<body>
<p>
Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=11930">http://bugs.webkit.org/show_bug.cgi?id=11930</a>
Specifying border-radius makes the outline shrink</i>.
</p>
<p>
These two squares should be the same size: <div></div> <div style="-webkit-border-radius: 2px;"></div>
</p>
</body>
</html>
|