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
/
sub-pixel
/
table-rows-no-gaps-expected.html
blob
057f6e5f5fce8a9079b32f9983c8a4c0ca0eee6f
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
body { zoom:
1.5
; }
6
#head { height:
35
px; }
7
table { background: white; margin-top:
25
px; }
8
</style>
9
</head>
10
<body>
11
<table
cellpadding
=
"0"
cellspacing
=
"0"
width
=
"100%"
>
12
<tr>
13
<td
style
=
"height:21px"
>
first row
</td>
14
</tr>
15
<tr>
16
<td>
second row
</td>
17
</tr>
18
</table>
19
There should be no red line between the rows.
20
</body>
21
</html>