repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
paint
/
invalidation
/
spv2
/
border-radius-with-outline-expected.html
blob
93ec19a66774612df222d86c15cb11b26d6e335b
1
<!DOCTYPE
html
>
2
<style>
3
body {
4
margin:
0
;
5
}
6
div {
7
position: absolute;
8
width:
200
px;
9
height:
200
px;
10
top:
100
px;
11
left:
100
px;
12
background-color: green;
13
border-radius:
50
px;
14
outline:
5
px solid green;
15
outline-offset:
50
px;
16
}
17
</style>
18
<div
id
=
"target"
></div>