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-without-border-expected.html
blob
0190ced0a71432f273bfcad6a0cfabd7aedb0a94
1
<!DOCTYPE
html
>
2
<style>
3
body {
4
margin:
0
;
5
}
6
div {
7
width:
100
px;
8
height:
100
px;
9
background-color: green;
10
border-radius:
10
px
15
px
20
px
25
px;
11
position: absolute;
12
}
13
</style>
14
<div
id
=
"target1"
style
=
"top: 0px; width: 200px"
></div>
15
<div
id
=
"target2"
style
=
"top: 200px; height: 200px"
></div>