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
/
self-collapsing-block.html
blob
096e2337bef1842027e6cf49013c9cafea4397a3
1
<!doctype
html
>
2
<html>
3
<body
style
=
"-webkit-writing-mode:vertical-lr"
>
4
<div
style
=
"width:100px;background-color:green"
></div>
5
<div
style
=
"height:100px;margin-left:100px;margin-right:100px"
></div>
6
<div
style
=
"width:100px;background-color:green"
></div>
7
</body>
8
</html>