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
/
css
/
table-collapsed-borders-expected.html
blob
3b433f3ff50ce19c16340a45c828c9c8a85721b6
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
Expected Test Result for Buzilla Bug
67877
:
"border: collapse"
+
"display: none"
rows in the tbody while having thead or tfoot doesn't render the opposite border.
</title>
5
6
<style>
7
table {
8
border:
3
px solid;
9
width:
100
%;
10
border-collapse: collapse;
11
}
12
</style>
13
14
</head>
15
<body>
16
<table
id
=
"table1"
>
17
<tr>
18
<td></td>
19
</tr>
20
</table>
21
22
23
<table
id
=
"table2"
>
24
<tr>
25
<td></td>
26
</tr>
27
</table>
28
29
</body></html>