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