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
/
table
/
growCellForImageQuirk-vertical.html
blob
de474e4af5d64fdaeb51b94c2b9d5d18ac49d137
1
<style>
2
img { background-color: lightblue; height:
75
px; width:
50
px; }
3
</style>
4
<TABLE
style
=
"height: 155px; background: silver; -webkit-writing-mode: vertical-rl;"
>
5
<TR>
6
<TD>
7
<IMG><IMG>
8
</TD>
9
</TR>
10
</TABLE>