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
/
fast
/
borders
/
border-radius-background-constrained.html
blob
d66592602e82967d85ebf12531d503db54e92add
1
<!doctype
html
>
2
<style>
3
p {
4
width:
100
px;
5
height:
100
px;
6
background-color: cyan;
7
border:
10
px double red;
8
border-radius:
400
px
0
px
0
px
400
px /
20
px
0
px
0
px
600
px;
9
}
10
</style>
11
<p></p>