Commit 2808a8bd authored by cwzwarich@webkit.org's avatar cwzwarich@webkit.org

2009-04-21 Cameron Zwarich <cwzwarich@uwaterloo.ca>

        Reviewed by Darin Adler.

        Add a test for bug 3235: CSS2: Table cell coalescing in CSS broken
        <https://bugs.webkit.org/show_bug.cgi?id=3235>
        <rdar://3299883/>

        This was fixed long ago, but we should add a test to prevent a regression.

        * fast/table/cell-coalescing.html: Added.
        * platform/mac/fast/table/cell-coalescing-expected.txt: Added.


git-svn-id: svn://svn.chromium.org/blink/trunk@42711 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent bd66c04e
2009-04-21 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin Adler.
Add a test for bug 3235: CSS2: Table cell coalescing in CSS broken
<https://bugs.webkit.org/show_bug.cgi?id=3235>
<rdar://3299883/>
This was fixed long ago, but we should add a test to prevent a regression.
* fast/table/cell-coalescing.html: Added.
* platform/mac/fast/table/cell-coalescing-expected.txt: Added.
2009-04-20 Alexey Proskuryakov <ap@webkit.org> 2009-04-20 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler. Reviewed by Darin Adler.
......
<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>
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderBlock {DIV} at (0,0) size 784x0
RenderTable at (0,0) size 57x18
RenderTableSection (anonymous) at (0,0) size 57x18
RenderTableRow (anonymous) at (0,0) size 57x18
RenderTableCell {DIV} at (0,0) size 27x18 [r=0 c=0 rs=1 cs=1]
RenderText {#text} at (0,0) size 27x18
text run at (0,0) width 27: "One"
RenderTableCell {DIV} at (27,0) size 30x18 [r=0 c=1 rs=1 cs=1]
RenderText {#text} at (0,0) size 30x18
text run at (0,0) width 30: "Two"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment