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
/
writing-mode
/
vertical-float-margin-expected.html
blob
db472db3e43bdbc3acfc13f5f682228838e88a55
1
<!DOCTYPE
html
>
2
<html><body>
3
There should be a blue block at the center of a black border.
<br>
4
<div
style
=
"border: solid 5px black; display: inline-block"
>
5
<div
style
=
"float: left; margin: 50px; width: 50px; height: 50px; background-color: blue;"
>
6
</div>
7
</div>
8
</body></html>