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
/
correct-baseline-after-style-change-expected.html
blob
f3be4e8da66dc6d9b955eb9fbcc51ec98fe2a210
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
td {
6
border:
1
px solid gray;
7
vertical-align: baseline;
8
}
9
input {
10
visibility: hidden;
11
}
12
</style>
13
</head>
14
<body>
15
<p>
webkit.org/b/
115432
: There should be no extra space between the top of the text and the top of the table.
</p>
16
<form>
17
<table>
18
<tr>
19
<td>
Text
</td>
20
<td>
Text
<br>
Text
<br>
Text
</td>
21
</tr>
22
</table>
23
</form>
24
</body>
25
</html>