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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
borders
/
border-radius-circle.html
blob
9216feec511417601346f61be0d77201595e34c9
1
<style>
2
div#t {
3
width:
300
px;
4
height:
300
px;
5
border: solid purple;
6
background-color: purple;
7
border-radius:
150
px;
8
-moz-box-sizing: border-box;
9
box-sizing: border-box;
10
margin:
20
px;
11
}
12
</style>
13
<div
id
=
"t"
></div>