Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.38
/
.
/
LayoutTests
/
fast
/
table
/
cell-coalescing.html
blob: e4e715b4e46583840f3deb192bde341d20d526c9 [
file
] [
edit
]
<html>
<head>
<style>
.
entries
{
display
:
table-cell
;
}
.
sidebar
{
display
:
table-cell
;
}
</style>
</head>
<body>
<div
class
=
"nav"
></div>
<div
class
=
"entries"
>
One
</div>
<div
class
=
"sidebar"
>
Two
</div>
</body>
</html>