Sign in
webkit
/
WebKit
/
b0d7f9b249dd6483d6c7bc4f13c440c0842b7127
/
.
/
LayoutTests
/
fast
/
table
/
cell-coalescing.html
blob: e4e715b4e46583840f3deb192bde341d20d526c9 [
file
] [
log
] [
blame
]
<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>