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
/
sub-pixel
/
inline-block-with-margin-expected.html
blob
2070ba0b85abc4af1191e4360e1de2ca3285f9b6
1
<!DOCTYPE>
2
<html>
3
<head>
4
<style>
5
div
>
span { margin-left:
0.4
em; }
6
</style>
7
</head>
8
<body>
9
<div>
Should not
<span>
wrap
</span></div>
10
<section>
11
Line above should not wrap.
12
</section>
13
</body>
14
</html>