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
/
forms
/
content-with-margins-inside-button-expected.html
blob
c266a76e02d2151e24ff3fcb28a3da5c4455db11
1
<style>
2
.inner {
3
width:
100
px;
4
border:
1
px solid;
5
margin-top:
100
px;
6
margin-bottom:
100
px;
7
}
8
9
.outer { text-align:center; float: left; background-color: #cccccc; border:
1
px solid black; padding:
0
; font-family: Times; font-size:
16
px }
10
</style>
11
12
<div
class
=
"outer"
><div
class
=
"inner"
>
Content
</div></button>