Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
borders
/
outline-offset-min-assert.html
blob: 5c30f079a79a3de1039f6c40d9b7c6cc066a7b23 [
file
]
<html>
<head>
<title>
Test for http://bugs.webkit.org/show_bug.cgi?id=12042
</title>
</head>
<body>
<div
style
=
"
background
:
green
;
width
:
100px
;
height
:
100px
;
outline
:
10px
solid red
;
outline-offset
:
-
70px
;
"
></div>
</body>
</html>