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
/
css
/
table-baseline-empty-div.html
blob
d203db5ab17f253bd72d5ef0e0080dea206386dd
1
<!DOCTYPE
html
>
2
<style>
3
.cell{
4
height:
453
px;
5
vertical-align: baseline;
6
}
7
</style>
8
<table>
9
<td
class
=
"cell"
>
10
crbug.com/
513319
: If a cell has content, even it is zero height, it should set the baseline for the row. This text should be at the top of the page.
11
</td>
12
<td
class
=
"cell"
>
13
<div></div>
14
</td>
15
</table>
16