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
/
inline-block
/
004.html
blob
d178e062a1570efc84193400e1e6505ca9f9150a
1
<html>
2
<head>
3
<style>
4
.inlineblock {
5
display: inline-block;
6
background-color: green;
7
}
8
9
.child {
10
display: block;
11
margin:
1
em;
12
background-color:yellow;
13
width:
100
px;
14
height:
100
px;
15
}
16
</style>
17
</head>
18
<body>
19
<p><span
class
=
"inlineblock"
><span
class
=
"child"
></span></span></p>