<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[159751] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/159751">159751</a></dd>
<dt>Author</dt> <dd>ossy@webkit.org</dd>
<dt>Date</dt> <dd>2013-11-25 09:02:01 -0800 (Mon, 25 Nov 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Vertical border spacing is doubled between table row groups
https://bugs.webkit.org/show_bug.cgi?id=20040

Patch by Laszlo Vidacs &lt;lac@inf.u-szeged.hu&gt; on 2013-11-25
Reviewed by Csaba Osztrogonác.

Rebase GTK results after <a href="http://trac.webkit.org/projects/webkit/changeset/159747">r159747</a>.

* platform/gtk/fast/forms/input-value-expected.png:
* platform/gtk/fast/forms/input-value-expected.txt:
* platform/gtk/fast/table/011-expected.txt:
* platform/gtk/fast/table/border-collapsing/004-expected.txt:
* platform/gtk/fast/table/border-collapsing/004-vertical-expected.png:
* platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/gtk/fast/table/floating-th-expected.png:
* platform/gtk/fast/table/floating-th-expected.txt:
* platform/gtk/fast/table/frame-and-rules-expected.png:
* platform/gtk/fast/table/frame-and-rules-expected.txt:
* platform/gtk/fast/table/rowindex-expected.png:
* platform/gtk/fast/table/rowindex-expected.txt:
* platform/gtk/fast/table/table-display-types-expected.png:
* platform/gtk/fast/table/table-display-types-expected.txt:
* platform/gtk/fast/table/table-display-types-strict-expected.png:
* platform/gtk/fast/table/table-display-types-strict-expected.txt:
* platform/gtk/fast/table/table-display-types-vertical-expected.png:
* platform/gtk/fast/table/table-display-types-vertical-expected.txt:
* platform/gtk/fast/table/tableInsideCaption-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug119786-expected.png:
* platform/gtk/tables/mozilla/bugs/bug119786-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug13118-expected.png:
* platform/gtk/tables/mozilla/bugs/bug13118-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug19061-1-expected.png:
* platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug19061-2-expected.png:
* platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug220536-expected.png:
* platform/gtk/tables/mozilla/bugs/bug220536-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug26178-expected.png:
* platform/gtk/tables/mozilla/bugs/bug26178-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug27038-2-expected.png:
* platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug27038-3-expected.png:
* platform/gtk/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug278385-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug30418-expected.png:
* platform/gtk/tables/mozilla/bugs/bug30418-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug3263-expected.png:
* platform/gtk/tables/mozilla/bugs/bug3263-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug38916-expected.png:
* platform/gtk/tables/mozilla/bugs/bug38916-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46268-3-expected.png:
* platform/gtk/tables/mozilla/bugs/bug46268-3-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46268-5-expected.png:
* platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46268-expected.png:
* platform/gtk/tables/mozilla/bugs/bug46268-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug46924-expected.png:
* platform/gtk/tables/mozilla/bugs/bug46924-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug55789-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug57378-expected.png:
* platform/gtk/tables/mozilla/bugs/bug57378-expected.txt:
* platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.png:
* platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
* platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.png:
* platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.png:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
* platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
* platform/gtk/tables/mozilla/marvin/body_tfoot-expected.png:
* platform/gtk/tables/mozilla/marvin/body_tfoot-expected.txt:
* platform/gtk/tables/mozilla/marvin/body_thead-expected.png:
* platform/gtk/tables/mozilla/marvin/body_thead-expected.txt:
* platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.png:
* platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.png:
* platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.png:
* platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.png:
* platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.png:
* platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.png:
* platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_char-expected.png:
* platform/gtk/tables/mozilla/marvin/tbody_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
* platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
* platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.png:
* platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.png:
* platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.png:
* platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.png:
* platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.png:
* platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.png:
* platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.png:
* platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_char-expected.png:
* platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
* platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
* platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
* platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.png:
* platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_align_center-expected.png:
* platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_align_char-expected.png:
* platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.png:
* platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_align_left-expected.png:
* platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_align_right-expected.png:
* platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_char-expected.png:
* platform/gtk/tables/mozilla/marvin/thead_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.png:
* platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.png:
* platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.png:
* platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table-expected.png:
* platform/gtk/tables/mozilla/marvin/x_table-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_border-expected.png:
* platform/gtk/tables/mozilla/marvin/x_table_border-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.png:
* platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.png:
* platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.png:
* platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
* platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.png:
* platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.png:
* platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.png:
* platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.png:
* platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.png:
* platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_class-expected.png:
* platform/gtk/tables/mozilla/marvin/x_thead_class-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_id-expected.png:
* platform/gtk/tables/mozilla/marvin/x_thead_id-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_style-expected.png:
* platform/gtk/tables/mozilla/marvin/x_thead_style-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
* platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
* platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
* platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.png:
* platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
* platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
* platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
* platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
* platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsinputvalueexpectedpng">trunk/LayoutTests/platform/gtk/fast/forms/input-value-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastformsinputvalueexpectedtxt">trunk/LayoutTests/platform/gtk/fast/forms/input-value-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttable011expectedtxt">trunk/LayoutTests/platform/gtk/fast/table/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttablebordercollapsing004expectedtxt">trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttablebordercollapsing004verticalexpectedpng">trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/004-vertical-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttablebordercollapsing004verticalexpectedtxt">trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttablefloatingthexpectedpng">trunk/LayoutTests/platform/gtk/fast/table/floating-th-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttablefloatingthexpectedtxt">trunk/LayoutTests/platform/gtk/fast/table/floating-th-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttableframeandrulesexpectedpng">trunk/LayoutTests/platform/gtk/fast/table/frame-and-rules-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttableframeandrulesexpectedtxt">trunk/LayoutTests/platform/gtk/fast/table/frame-and-rules-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttablerowindexexpectedpng">trunk/LayoutTests/platform/gtk/fast/table/rowindex-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttablerowindexexpectedtxt">trunk/LayoutTests/platform/gtk/fast/table/rowindex-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttabletabledisplaytypesexpectedpng">trunk/LayoutTests/platform/gtk/fast/table/table-display-types-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttabletabledisplaytypesexpectedtxt">trunk/LayoutTests/platform/gtk/fast/table/table-display-types-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttabletabledisplaytypesstrictexpectedpng">trunk/LayoutTests/platform/gtk/fast/table/table-display-types-strict-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttabletabledisplaytypesstrictexpectedtxt">trunk/LayoutTests/platform/gtk/fast/table/table-display-types-strict-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttabletabledisplaytypesverticalexpectedpng">trunk/LayoutTests/platform/gtk/fast/table/table-display-types-vertical-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttabletabledisplaytypesverticalexpectedtxt">trunk/LayoutTests/platform/gtk/fast/table/table-display-types-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfasttabletableInsideCaptionexpectedtxt">trunk/LayoutTests/platform/gtk/fast/table/tableInsideCaption-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug102961expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug119786expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug119786-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug119786expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug119786-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug13118expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug13118-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug13118expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug13118-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug190611expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug190611expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug190612expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug190612expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug220536expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug220536-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug220536expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug220536-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug26178expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug26178-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug26178expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug26178-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug270381expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug270382expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-2-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug270382expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug270383expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-3-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug278385expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug278385-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug30418expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug30418-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug30418expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug30418-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug3263expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug3263-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug3263expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug3263-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug38916expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug38916-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug38916expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug38916-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug462683expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-3-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug462683expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug462685expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-5-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug462685expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug46268expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug46268expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug46924expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46924-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug46924expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46924-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug55789expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug55789-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug57378expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug57378-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug57378expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug57378-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilladomappendTbodyExpand1expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilladomappendTbodyExpand1expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_layersopacityexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_layersopacityexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_positiontableexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_positiontableexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablecellexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablecellexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablecolumnexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablecolumnexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablecolumngroupexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablecolumngroupexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletableexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletableexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablerowexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablerowexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablerowgroupexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablerowgroupexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbody_tfootexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/body_tfoot-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbody_tfootexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/body_tfoot-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbody_theadexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/body_thead-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinbody_theadexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/body_thead-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintable_rules_groupsexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintable_rules_groupsexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_centerexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_centerexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_charexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_charexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_justifyexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_justifyexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_leftexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_leftexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_rightexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_rightexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_charexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_char-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_charexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_baselineexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_baselineexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_bottomexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_bottomexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_middleexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_middleexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_topexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_topexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_centerexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_centerexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_charexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_charexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_justifyexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_justifyexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_leftexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_leftexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_rightexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_rightexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_charexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_char-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_charexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_baselineexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_baselineexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_bottomexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_bottomexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_middleexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_middleexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_topexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_topexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_centerexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_center-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_centerexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_charexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_char-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_charexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_justifyexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_justifyexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_leftexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_left-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_leftexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_rightexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_right-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_rightexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_charexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_char-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_charexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_valign_baselineexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_valign_baselineexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_valign_middleexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_valign_middleexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_valign_topexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinthead_valign_topexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tableexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tableexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_table_borderexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_table_borderexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_table_border_noneexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_table_border_noneexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_table_border_pxexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_table_border_pxexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_table_frame_voidexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_table_frame_voidexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_centerexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_centerexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_charexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_charexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_justifyexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_justifyexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_leftexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_leftexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_rightexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_rightexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_baselineexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_baselineexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_bottomexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_bottomexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_middleexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_middleexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_topexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_topexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_centerexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_centerexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_charexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_charexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_justifyexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_justifyexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_leftexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_leftexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_rightexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_rightexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_classexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_classexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_idexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_idexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_styleexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_styleexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_baselineexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_baselineexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_bottomexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_bottomexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_middleexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_middleexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_topexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_topexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_centerexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_centerexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_charexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_charexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_justifyexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_justifyexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_leftexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_leftexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_rightexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_rightexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_classexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_class-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_classexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_class-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_idexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_id-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_idexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_id-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_styleexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_style-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_styleexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_valign_baselineexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_valign_baselineexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_valign_middleexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_valign_middleexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_valign_topexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_valign_topexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug106966expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug4294expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug4294expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug462684expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug462684expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug51000expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug51000expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failurescorebackgroundsexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/core/backgrounds-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failurescorecaptions1expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresdominsertTbodyExpand1expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresdominsertTbodyExpand1expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresdominsertTbodyRebuild1expectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresdominsertTbodyRebuild1expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablecellexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablecellexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablecolumnexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablecolumngroupexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablecolumngroupexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertableexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertableexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablequirksexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablequirksexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablerowexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablerowexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablerowgroupexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablerowgroupexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_fixedbgexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_fixedbgexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_layershideexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_layershideexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_layersshowexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablecellexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablecellexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablecolumnexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablecolumnexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablecolumngroupexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablecolumngroupexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablerowexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablerowexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablerowgroupexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablerowgroupexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbody_siblingexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbody_siblingexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_aboveexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_aboveexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_belowexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_belowexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_borderexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_borderexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_boxexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_boxexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_hsidesexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_hsidesexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_lhsexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_lhsexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_rhsexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_rhsexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_vsidesexpectedpng">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_vsidesexpectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtktablesmozilla_expected_failuresothertest4expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformgtktablesmozillabugsbug270383expectedtxt">trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-3-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/ChangeLog        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -5,6 +5,287 @@
</span><span class="cx"> 
</span><span class="cx">         Reviewed by Csaba Osztrogonác.
</span><span class="cx"> 
</span><ins>+        Rebase GTK results after r159747.
+
+        * platform/gtk/fast/forms/input-value-expected.png:
+        * platform/gtk/fast/forms/input-value-expected.txt:
+        * platform/gtk/fast/table/011-expected.txt:
+        * platform/gtk/fast/table/border-collapsing/004-expected.txt:
+        * platform/gtk/fast/table/border-collapsing/004-vertical-expected.png:
+        * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
+        * platform/gtk/fast/table/floating-th-expected.png:
+        * platform/gtk/fast/table/floating-th-expected.txt:
+        * platform/gtk/fast/table/frame-and-rules-expected.png:
+        * platform/gtk/fast/table/frame-and-rules-expected.txt:
+        * platform/gtk/fast/table/rowindex-expected.png:
+        * platform/gtk/fast/table/rowindex-expected.txt:
+        * platform/gtk/fast/table/table-display-types-expected.png:
+        * platform/gtk/fast/table/table-display-types-expected.txt:
+        * platform/gtk/fast/table/table-display-types-strict-expected.png:
+        * platform/gtk/fast/table/table-display-types-strict-expected.txt:
+        * platform/gtk/fast/table/table-display-types-vertical-expected.png:
+        * platform/gtk/fast/table/table-display-types-vertical-expected.txt:
+        * platform/gtk/fast/table/tableInsideCaption-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug119786-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug119786-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug13118-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug13118-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug19061-1-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug19061-2-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug220536-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug220536-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug26178-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug26178-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug27038-2-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug27038-3-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
+        * platform/gtk/tables/mozilla/bugs/bug278385-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug30418-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug30418-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug3263-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug3263-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug38916-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug38916-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug46268-3-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug46268-3-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug46268-5-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug46268-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug46268-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug46924-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug46924-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug55789-expected.txt:
+        * platform/gtk/tables/mozilla/bugs/bug57378-expected.png:
+        * platform/gtk/tables/mozilla/bugs/bug57378-expected.txt:
+        * platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.png:
+        * platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
+        * platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.png:
+        * platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
+        * platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
+        * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
+        * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.png:
+        * platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
+        * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
+        * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/body_tfoot-expected.png:
+        * platform/gtk/tables/mozilla/marvin/body_tfoot-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/body_thead-expected.png:
+        * platform/gtk/tables/mozilla/marvin/body_thead-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.png:
+        * platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tbody_char-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tbody_char-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tfoot_char-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.png:
+        * platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/thead_align_center-expected.png:
+        * platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/thead_align_char-expected.png:
+        * platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.png:
+        * platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/thead_align_left-expected.png:
+        * platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/thead_align_right-expected.png:
+        * platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/thead_char-expected.png:
+        * platform/gtk/tables/mozilla/marvin/thead_char-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.png:
+        * platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.png:
+        * platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.png:
+        * platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_table-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_table-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_table_border-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_table_border-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_thead_class-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_thead_class-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_thead_id-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_thead_id-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_thead_style-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_thead_style-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
+        * platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.png:
+        * platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
+        * platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
+        * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
+
+2013-11-25  Laszlo Vidacs  &lt;lac@inf.u-szeged.hu&gt;
+
+        Vertical border spacing is doubled between table row groups
+        https://bugs.webkit.org/show_bug.cgi?id=20040
+
+        Reviewed by Csaba Osztrogonác.
+
</ins><span class="cx">         Rebase Mac results after r159747.
</span><span class="cx"> 
</span><span class="cx">         * platform/mac/tables/mozilla/bugs/bug119786-expected.txt:
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsinputvalueexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/input-value-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastformsinputvalueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/forms/input-value-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/forms/input-value-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/fast/forms/input-value-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -11,8 +11,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 713x17
</span><span class="cx">           text run at (0,0) width 713: &quot;Results that match Gecko are like WinIE, but with \&quot;before\&quot; for the attribute in the first two rows and the last row.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,83) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderBlock {FORM} at (0,93) size 784x462
-        RenderTable {TABLE} at (0,0) size 784x462
</del><ins>+      RenderBlock {FORM} at (0,93) size 784x432
+        RenderTable {TABLE} at (0,0) size 784x432
</ins><span class="cx">           RenderTableSection {THEAD} at (0,0) size 784x23
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 784x19
</span><span class="cx">               RenderTableCell {TH} at (2,2) size 339x19 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -27,200 +27,200 @@
</span><span class="cx">               RenderTableCell {TH} at (721,2) size 61x19 [r=0 c=3 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 59x17
</span><span class="cx">                   text run at (1,1) width 59: &quot;attribute&quot;
</span><del>-          RenderTableSection {TBODY} at (0,23) size 784x439
-            RenderTableRow {TR} at (0,2) size 784x29
-              RenderTableCell {TD} at (2,7) size 339x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (0,23) size 784x409
+            RenderTableRow {TR} at (0,0) size 784x27
+              RenderTableCell {TD} at (2,4) size 339x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 207x17
</span><span class="cx">                   text run at (1,1) width 207: &quot;text with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (343,2) size 312x29 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,-1) size 312x29 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderTextControl {INPUT} at (3,3) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><del>-              RenderTableCell {TD} at (657,7) size 62x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,4) size 62x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,7) size 61x19 [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,4) size 61x19 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 40x17
</span><span class="cx">                   text run at (1,1) width 40: &quot;before&quot;
</span><del>-            RenderTableRow {TR} at (0,33) size 784x29
-              RenderTableCell {TD} at (2,38) size 339x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,29) size 784x27
+              RenderTableCell {TD} at (2,33) size 339x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 244x17
</span><span class="cx">                   text run at (1,1) width 244: &quot;password with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (343,33) size 312x29 [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,28) size 312x29 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderTextControl {INPUT} at (3,3) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><del>-              RenderTableCell {TD} at (657,38) size 62x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,33) size 62x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,38) size 61x19 [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,33) size 61x19 [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 40x17
</span><span class="cx">                   text run at (1,1) width 40: &quot;before&quot;
</span><del>-            RenderTableRow {TR} at (0,64) size 784x24
-              RenderTableCell {TD} at (2,66) size 339x19 [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,58) size 784x22
+              RenderTableCell {TD} at (2,59) size 339x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 249x17
</span><span class="cx">                   text run at (1,1) width 249: &quot;check box with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (343,64) size 312x24 [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,57) size 312x24 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (5,4) size 17x16
</span><del>-              RenderTableCell {TD} at (657,66) size 62x19 [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,59) size 62x19 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,66) size 61x19 [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,59) size 61x19 [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,90) size 784x19
-              RenderTableCell {TD} at (2,90) size 339x19 [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,82) size 784x17
+              RenderTableCell {TD} at (2,81) size 339x19 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 227x17
</span><span class="cx">                   text run at (1,1) width 227: &quot;hidden with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (343,98) size 312x2 [r=3 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (657,90) size 62x19 [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,89) size 312x2 [r=3 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (657,81) size 62x19 [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,90) size 61x19 [r=3 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,81) size 61x19 [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,111) size 784x32
-              RenderTableCell {TD} at (2,117) size 339x19 [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,101) size 784x30
+              RenderTableCell {TD} at (2,106) size 339x19 [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 224x17
</span><span class="cx">                   text run at (1,1) width 224: &quot;button with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (343,111) size 312x32 [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,100) size 312x32 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderButton {INPUT} at (3,3) size 47x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</span><span class="cx">                   RenderBlock (anonymous) at (8,4) size 31x17
</span><span class="cx">                     RenderText at (0,0) size 31x17
</span><span class="cx">                       text run at (0,0) width 31: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (657,117) size 62x19 [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,106) size 62x19 [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,117) size 61x19 [r=4 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,106) size 61x19 [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,145) size 784x23
-              RenderTableCell {TD} at (2,147) size 339x19 [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,133) size 784x21
+              RenderTableCell {TD} at (2,134) size 339x19 [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 222x17
</span><span class="cx">                   text run at (1,1) width 222: &quot;image with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (343,145) size 312x23 [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,132) size 312x23 [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {INPUT} at (1,1) size 49x21
</span><del>-              RenderTableCell {TD} at (657,147) size 62x19 [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,134) size 62x19 [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,147) size 61x19 [r=5 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,134) size 61x19 [r=5 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,170) size 784x24
-              RenderTableCell {TD} at (2,172) size 339x19 [r=6 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,156) size 784x22
+              RenderTableCell {TD} at (2,157) size 339x19 [r=6 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 216x17
</span><span class="cx">                   text run at (1,1) width 216: &quot;radio with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (343,170) size 312x24 [r=6 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,155) size 312x24 [r=6 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (5,4) size 17x16
</span><del>-              RenderTableCell {TD} at (657,172) size 62x19 [r=6 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,157) size 62x19 [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,172) size 61x19 [r=6 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,157) size 61x19 [r=6 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,196) size 784x29
-              RenderTableCell {TD} at (2,201) size 339x19 [r=7 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,180) size 784x27
+              RenderTableCell {TD} at (2,184) size 339x19 [r=7 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 205x17
</span><span class="cx">                   text run at (1,1) width 205: &quot;text with value attribute changed&quot;
</span><del>-              RenderTableCell {TD} at (343,196) size 312x29 [r=7 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,179) size 312x29 [r=7 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderTextControl {INPUT} at (3,3) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><del>-              RenderTableCell {TD} at (657,201) size 62x19 [r=7 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,184) size 62x19 [r=7 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,201) size 61x19 [r=7 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,184) size 61x19 [r=7 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,227) size 784x24
-              RenderTableCell {TD} at (2,229) size 339x19 [r=8 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,209) size 784x22
+              RenderTableCell {TD} at (2,210) size 339x19 [r=8 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 247x17
</span><span class="cx">                   text run at (1,1) width 247: &quot;check box with value attribute changed&quot;
</span><del>-              RenderTableCell {TD} at (343,227) size 312x24 [r=8 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,208) size 312x24 [r=8 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (5,4) size 17x16
</span><del>-              RenderTableCell {TD} at (657,229) size 62x19 [r=8 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,210) size 62x19 [r=8 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,229) size 61x19 [r=8 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,210) size 61x19 [r=8 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,253) size 784x36
-              RenderTableCell {TD} at (2,253) size 339x36 [r=9 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,233) size 784x34
+              RenderTableCell {TD} at (2,232) size 339x36 [r=9 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 314x34
</span><span class="cx">                   text run at (1,1) width 314: &quot;text with value property changed, then turned into&quot;
</span><span class="cx">                   text run at (1,18) width 65: &quot;check box&quot;
</span><del>-              RenderTableCell {TD} at (343,259) size 312x24 [r=9 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,238) size 312x24 [r=9 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (5,4) size 17x16
</span><del>-              RenderTableCell {TD} at (657,261) size 62x19 [r=9 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,240) size 62x19 [r=9 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,261) size 61x19 [r=9 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,240) size 61x19 [r=9 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,291) size 784x36
-              RenderTableCell {TD} at (2,291) size 339x36 [r=10 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,269) size 784x34
+              RenderTableCell {TD} at (2,268) size 339x36 [r=10 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 328x34
</span><span class="cx">                   text run at (1,1) width 328: &quot;check box with value property changed, then turned&quot;
</span><span class="cx">                   text run at (1,18) width 51: &quot;into text&quot;
</span><del>-              RenderTableCell {TD} at (343,294) size 312x29 [r=10 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,271) size 312x29 [r=10 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderTextControl {INPUT} at (3,3) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><del>-              RenderTableCell {TD} at (657,299) size 62x19 [r=10 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,276) size 62x19 [r=10 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,299) size 61x19 [r=10 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,276) size 61x19 [r=10 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,329) size 784x36
-              RenderTableCell {TD} at (2,329) size 339x36 [r=11 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,305) size 784x34
+              RenderTableCell {TD} at (2,304) size 339x36 [r=11 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 312x34
</span><span class="cx">                   text run at (1,1) width 312: &quot;text with value attribute changed, then turned into&quot;
</span><span class="cx">                   text run at (1,18) width 65: &quot;check box&quot;
</span><del>-              RenderTableCell {TD} at (343,335) size 312x24 [r=11 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,310) size 312x24 [r=11 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (5,4) size 17x16
</span><del>-              RenderTableCell {TD} at (657,337) size 62x19 [r=11 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,312) size 62x19 [r=11 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,337) size 61x19 [r=11 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,312) size 61x19 [r=11 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,367) size 784x36
-              RenderTableCell {TD} at (2,367) size 339x36 [r=12 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,341) size 784x34
+              RenderTableCell {TD} at (2,340) size 339x36 [r=12 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 326x34
</span><span class="cx">                   text run at (1,1) width 326: &quot;check box with value attribute changed, then turned&quot;
</span><span class="cx">                   text run at (1,18) width 51: &quot;into text&quot;
</span><del>-              RenderTableCell {TD} at (343,370) size 312x29 [r=12 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,343) size 312x29 [r=12 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderTextControl {INPUT} at (3,3) size 191x23 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
</span><del>-              RenderTableCell {TD} at (657,375) size 62x19 [r=12 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,348) size 62x19 [r=12 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (721,375) size 61x19 [r=12 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (721,348) size 61x19 [r=12 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x17
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,405) size 784x32
-              RenderTableCell {TD} at (2,411) size 339x19 [r=13 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,377) size 784x30
+              RenderTableCell {TD} at (2,382) size 339x19 [r=13 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 204x17
</span><span class="cx">                   text run at (1,1) width 204: &quot;file with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (343,405) size 312x32 [r=13 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (343,376) size 312x32 [r=13 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderFileUploadControl {INPUT} at (3,3) size 306x26 &quot;(None)&quot;
</span><span class="cx">                   RenderButton {INPUT} at (0,0) size 103x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</span><span class="cx">                     RenderBlock (anonymous) at (8,4) size 87x17
</span><span class="cx">                       RenderText at (0,0) size 87x17
</span><span class="cx">                         text run at (0,0) width 87: &quot;Choose File&quot;
</span><del>-              RenderTableCell {TD} at (657,420) size 62x2 [r=13 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (721,411) size 61x19 [r=13 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (657,391) size 62x2 [r=13 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (721,382) size 61x19 [r=13 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 40x17
</span><span class="cx">                   text run at (1,1) width 40: &quot;before&quot;
</span><del>-layer at (357,132) size 185x17
</del><ins>+layer at (357,129) size 185x17
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx">     RenderText {#text} at (0,0) size 45x17
</span><span class="cx">       text run at (0,0) width 45: &quot;before&quot;
</span><del>-layer at (357,163) size 185x17
</del><ins>+layer at (357,158) size 185x17
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx">     RenderText {#text} at (0,0) size 36x17
</span><span class="cx">       text run at (0,0) width 36: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
</span><del>-layer at (357,326) size 185x17
</del><ins>+layer at (357,309) size 185x17
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx">     RenderText {#text} at (0,0) size 31x17
</span><span class="cx">       text run at (0,0) width 31: &quot;after&quot;
</span><del>-layer at (357,424) size 185x17
</del><ins>+layer at (357,401) size 185x17
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx">     RenderText {#text} at (0,0) size 31x17
</span><span class="cx">       text run at (0,0) width 31: &quot;after&quot;
</span><del>-layer at (357,500) size 185x17
</del><ins>+layer at (357,473) size 185x17
</ins><span class="cx">   RenderBlock {DIV} at (3,3) size 185x17
</span><span class="cx">     RenderText {#text} at (0,0) size 31x17
</span><span class="cx">       text run at (0,0) width 31: &quot;after&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttable011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/011-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/table/011-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/fast/table/011-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x85
-  RenderBlock {HTML} at (0,0) size 800x85
-    RenderBody {BODY} at (8,8) size 784x69
-      RenderTable {TABLE} at (0,0) size 66x69
</del><ins>+layer at (0,0) size 800x77
+  RenderBlock {HTML} at (0,0) size 800x77
+    RenderBody {BODY} at (8,8) size 784x61
+      RenderTable {TABLE} at (0,0) size 66x61
</ins><span class="cx">         RenderTableSection {THEAD} at (0,0) size 66x23
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 66x19
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 14x19 [color=#FF0000] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -18,31 +18,31 @@
</span><span class="cx">             RenderTableCell {TH} at (50,2) size 14x19 [color=#FF0000] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 12x17
</span><span class="cx">                 text run at (1,1) width 12: &quot;D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,46) size 66x23
-          RenderTableRow {TR} at (0,2) size 66x19
-            RenderTableCell {TH} at (2,2) size 14x19 [color=#0000FF] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,42) size 66x19
+          RenderTableRow {TR} at (0,0) size 66x17
+            RenderTableCell {TH} at (2,-1) size 14x19 [color=#0000FF] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,1) size 10x17
</span><span class="cx">                 text run at (2,1) width 10: &quot;F&quot;
</span><del>-            RenderTableCell {TH} at (18,2) size 14x19 [color=#0000FF] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (18,-1) size 14x19 [color=#0000FF] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 12x17
</span><span class="cx">                 text run at (1,1) width 12: &quot;O&quot;
</span><del>-            RenderTableCell {TH} at (34,2) size 14x19 [color=#0000FF] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (34,-1) size 14x19 [color=#0000FF] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 12x17
</span><span class="cx">                 text run at (1,1) width 12: &quot;O&quot;
</span><del>-            RenderTableCell {TH} at (50,2) size 14x19 [color=#0000FF] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (50,-1) size 14x19 [color=#0000FF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 12x17
</span><span class="cx">                 text run at (1,1) width 12: &quot;T&quot;
</span><del>-        RenderTableSection {TBODY} at (0,23) size 66x23
-          RenderTableRow {TR} at (0,2) size 66x19
-            RenderTableCell {TD} at (2,2) size 14x19 [color=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,23) size 66x19
+          RenderTableRow {TR} at (0,0) size 66x17
+            RenderTableCell {TD} at (2,-1) size 14x19 [color=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x17
</span><span class="cx">                 text run at (1,1) width 8: &quot;b&quot;
</span><del>-            RenderTableCell {TD} at (18,2) size 14x19 [color=#008000] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (18,-1) size 14x19 [color=#008000] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x17
</span><span class="cx">                 text run at (1,1) width 8: &quot;o&quot;
</span><del>-            RenderTableCell {TD} at (34,2) size 14x19 [color=#008000] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (34,-1) size 14x19 [color=#008000] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x17
</span><span class="cx">                 text run at (1,1) width 8: &quot;d&quot;
</span><del>-            RenderTableCell {TD} at (50,2) size 14x19 [color=#008000] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,-1) size 14x19 [color=#008000] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x17
</span><span class="cx">                 text run at (1,1) width 8: &quot;y&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttablebordercollapsing004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/004-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/004-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/004-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1433
</del><ins>+layer at (0,0) size 785x1427
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1433
-  RenderBlock {HTML} at (0,0) size 785x1433
-    RenderBody {BODY} at (8,21) size 769x1396
</del><ins>+layer at (0,0) size 785x1427
+  RenderBlock {HTML} at (0,0) size 785x1427
+    RenderBody {BODY} at (8,21) size 769x1390
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x36
</span><span class="cx">         RenderText {#text} at (0,0) size 290x36
</span><span class="cx">           text run at (0,0) width 290: &quot;Table Border Models&quot;
</span><span class="lines">@@ -263,7 +263,7 @@
</span><span class="cx">                 text run at (47,40) width 226: &quot;Because of its margins, the width of&quot;
</span><span class="cx">                 text run at (6,57) width 23: &quot;the &quot;
</span><span class="cx">                 text run at (29,57) width 198: &quot;table should be less than 100%.&quot;
</span><del>-      RenderTable {TABLE} at (16,1219) size 737x177
</del><ins>+      RenderTable {TABLE} at (16,1219) size 737x171
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 737x17
</span><span class="cx">           RenderText {#text} at (309,0) size 119x17
</span><span class="cx">             text run at (309,0) width 119: &quot;This is the caption.&quot;
</span><span class="lines">@@ -283,37 +283,37 @@
</span><span class="cx">             RenderTableCell {TH} at (446,2) size 289x27 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (97,5) size 95x17
</span><span class="cx">                 text run at (97,5) width 95: &quot;Header Three&quot;
</span><del>-        RenderTableSection {TBODY} at (0,48) size 737x128 [border: (3px solid #FF0000)]
-          RenderTableRow {TR} at (0,2) size 737x61 [border: (3px solid #FF0000)]
-            RenderTableCell {TD} at (2,2) size 120x61 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,48) size 737x122 [border: (3px solid #FF0000)]
+          RenderTableRow {TR} at (0,0) size 737x59 [border: (3px solid #FF0000)]
+            RenderTableCell {TD} at (2,-1) size 120x61 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 94x51
</span><span class="cx">                 text run at (5,5) width 93: &quot;This table uses&quot;
</span><span class="cx">                 text run at (5,22) width 82: &quot;the separated&quot;
</span><span class="cx">                 text run at (5,39) width 94: &quot;borders model.&quot;
</span><del>-            RenderTableCell {TD} at (124,10) size 320x44 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (124,7) size 320x44 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 279x34
</span><span class="cx">                 text run at (5,5) width 279: &quot;This means that borders are allowed only on&quot;
</span><span class="cx">                 text run at (5,22) width 144: &quot;table elements or table &quot;
</span><span class="cx">                 text run at (149,22) width 85: &quot;cell elements.&quot;
</span><del>-            RenderTableCell {TD} at (446,2) size 289x61 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (446,-1) size 289x61 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 255x51
</span><span class="cx">                 text run at (5,5) width 240: &quot;They are not allowed on elements that&quot;
</span><span class="cx">                 text run at (5,22) width 100: &quot;represent rows, &quot;
</span><span class="cx">                 text run at (105,22) width 155: &quot;row-groups, columns, or&quot;
</span><span class="cx">                 text run at (5,39) width 99: &quot;column-groups.&quot;
</span><del>-          RenderTableRow {TR} at (0,65) size 737x61 [border: (3px solid #FF0000)]
-            RenderTableCell {TD} at (2,65) size 120x61 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,61) size 737x59 [border: (3px solid #FF0000)]
+            RenderTableCell {TD} at (2,60) size 120x61 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 102x51
</span><span class="cx">                 text run at (5,5) width 102: &quot;There should be&quot;
</span><span class="cx">                 text run at (5,22) width 101: &quot;no borders at all&quot;
</span><span class="cx">                 text run at (5,39) width 81: &quot;on this table!&quot;
</span><del>-            RenderTableCell {TD} at (124,65) size 320x61 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (124,60) size 320x61 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 306x51
</span><span class="cx">                 text run at (5,5) width 266: &quot;If there are any borders shown that are not&quot;
</span><span class="cx">                 text run at (5,22) width 148: &quot;medium solid red, then &quot;
</span><span class="cx">                 text run at (153,22) width 158: &quot;the problem is something&quot;
</span><span class="cx">                 text run at (5,39) width 212: &quot;other than what this test is testing.&quot;
</span><del>-            RenderTableCell {TD} at (446,65) size 289x61 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (446,60) size 289x61 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 265x51
</span><span class="cx">                 text run at (5,5) width 232: &quot;This table should have a 1em margin&quot;
</span><span class="cx">                 text run at (5,22) width 111: &quot;around all edges. &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttablebordercollapsing004verticalexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/004-vertical-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttablebordercollapsing004verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-layer at (0,0) size 1438x897
</del><ins>+layer at (0,0) size 1432x897
</ins><span class="cx">   RenderView at (0,0) size 785x585
</span><span class="cx"> layer at (0,0) size 785x897
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x897
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">           text run at (688,150) width 0: &quot; &quot;
</span><span class="cx">           text run at (0,165) width 264: &quot;    { border: medium solid red; }&quot;
</span><span class="cx">           text run at (264,165) width 0: &quot; &quot;
</span><del>-      RenderBlock {DIV} at (0,283) size 1430x585
</del><ins>+      RenderBlock {DIV} at (0,283) size 1424x585
</ins><span class="cx">         RenderTable {TABLE} at (16,16) size 227x552 [border: (1px solid #0000FF)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 224x549
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 30x549
</span><span class="lines">@@ -284,7 +284,7 @@
</span><span class="cx">                   text run at (82,-2) width 80: &quot;width of the &quot;
</span><span class="cx">                   text run at (82,78) width 122: &quot;table should be less&quot;
</span><span class="cx">                   text run at (99,-2) width 72: &quot;than 100%.&quot;
</span><del>-        RenderTable {TABLE} at (1153,16) size 261x552
</del><ins>+        RenderTable {TABLE} at (1153,16) size 255x552
</ins><span class="cx">           RenderBlock {CAPTION} at (0,0) size 17x552
</span><span class="cx">             RenderText {#text} at (0,216) size 17x120
</span><span class="cx">               text run at (0,216) width 119: &quot;This is the caption.&quot;
</span><span class="lines">@@ -305,51 +305,51 @@
</span><span class="cx">               RenderTableCell {TH} at (2,342) size 44x199 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (13,52) size 17x96
</span><span class="cx">                   text run at (13,52) width 95: &quot;Header Three&quot;
</span><del>-          RenderTableSection {TBODY} at (65,0) size 196x552 [border: (3px solid #FF0000)]
-            RenderTableRow {TR} at (0,2) size 95x552 [border: (3px solid #FF0000)]
-              RenderTableCell {TD} at (2,2) size 95x89 [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (5,5) size 85x62
-                  text run at (5,5) width 62: &quot;This table&quot;
-                  text run at (22,5) width 50: &quot;uses the&quot;
-                  text run at (39,5) width 59: &quot;separated&quot;
-                  text run at (56,5) width 47: &quot;borders&quot;
-                  text run at (73,5) width 43: &quot;model.&quot;
-              RenderTableCell {TD} at (2,110) size 95x205 [r=0 c=1 rs=1 cs=1]
-                RenderText {#text} at (22,-12) size 51x227
-                  text run at (22,-12) width 227: &quot;This means that borders are allowed&quot;
-                  text run at (39,-12) width 196: &quot;only on table elements or table &quot;
-                  text run at (39,184) width 22: &quot;cell&quot;
-                  text run at (56,-12) width 59: &quot;elements.&quot;
-              RenderTableCell {TD} at (2,342) size 95x199 [r=0 c=2 rs=1 cs=1]
-                RenderText {#text} at (13,-3) size 68x182
-                  text run at (13,-3) width 154: &quot;They are not allowed on&quot;
-                  text run at (30,-3) width 182: &quot;elements that represent rows,&quot;
-                  text run at (47,-3) width 155: &quot;row-groups, columns, or&quot;
-                  text run at (64,-3) width 99: &quot;column-groups.&quot;
-            RenderTableRow {TR} at (0,99) size 95x552 [border: (3px solid #FF0000)]
-              RenderTableCell {TD} at (99,2) size 95x89 [r=1 c=0 rs=1 cs=1]
-                RenderText {#text} at (5,5) size 85x76
-                  text run at (5,5) width 37: &quot;There&quot;
-                  text run at (22,5) width 61: &quot;should be&quot;
-                  text run at (39,5) width 67: &quot;no borders&quot;
-                  text run at (56,5) width 76: &quot;at all on this&quot;
-                  text run at (73,5) width 35: &quot;table!&quot;
-              RenderTableCell {TD} at (99,101) size 95x222 [r=1 c=1 rs=1 cs=1]
-                RenderText {#text} at (13,-3) size 68x219
-                  text run at (13,-3) width 219: &quot;If there are any borders shown that&quot;
-                  text run at (30,-3) width 195: &quot;are not medium solid red, then &quot;
-                  text run at (30,192) width 19: &quot;the&quot;
-                  text run at (47,-3) width 202: &quot;problem is something other than&quot;
-                  text run at (64,-3) width 145: &quot;what this test is testing.&quot;
-              RenderTableCell {TD} at (99,342) size 95x199 [r=1 c=2 rs=1 cs=1]
-                RenderText {#text} at (13,-3) size 51x187
-                  text run at (13,-3) width 184: &quot;This table should have a 1em&quot;
-                  text run at (30,-3) width 159: &quot;margin around all edges. &quot;
-                  text run at (30,156) width 28: &quot;This&quot;
-                  text run at (47,-3) width 48: &quot;margin &quot;
-                  text run at (47,45) width 131: &quot;is measured from the&quot;
</del><ins>+          RenderTableSection {TBODY} at (65,0) size 190x552 [border: (3px solid #FF0000)]
+            RenderTableRow {TR} at (0,0) size 93x552 [border: (3px solid #FF0000)]
+              RenderTableCell {TD} at (0,1) size 93x91 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (4,6) size 85x62
+                  text run at (4,6) width 62: &quot;This table&quot;
+                  text run at (21,6) width 50: &quot;uses the&quot;
+                  text run at (38,6) width 59: &quot;separated&quot;
+                  text run at (55,6) width 47: &quot;borders&quot;
+                  text run at (72,6) width 43: &quot;model.&quot;
+              RenderTableCell {TD} at (0,109) size 93x207 [r=0 c=1 rs=1 cs=1]
+                RenderText {#text} at (21,-11) size 51x227
+                  text run at (21,-11) width 227: &quot;This means that borders are allowed&quot;
+                  text run at (38,-11) width 196: &quot;only on table elements or table &quot;
+                  text run at (38,185) width 22: &quot;cell&quot;
+                  text run at (55,-11) width 59: &quot;elements.&quot;
+              RenderTableCell {TD} at (0,341) size 93x201 [r=0 c=2 rs=1 cs=1]
+                RenderText {#text} at (12,-2) size 68x182
+                  text run at (12,-2) width 154: &quot;They are not allowed on&quot;
+                  text run at (29,-2) width 182: &quot;elements that represent rows,&quot;
+                  text run at (46,-2) width 155: &quot;row-groups, columns, or&quot;
+                  text run at (63,-2) width 99: &quot;column-groups.&quot;
+            RenderTableRow {TR} at (0,95) size 93x552 [border: (3px solid #FF0000)]
+              RenderTableCell {TD} at (95,1) size 93x91 [r=1 c=0 rs=1 cs=1]
+                RenderText {#text} at (4,6) size 85x76
+                  text run at (4,6) width 37: &quot;There&quot;
+                  text run at (21,6) width 61: &quot;should be&quot;
+                  text run at (38,6) width 67: &quot;no borders&quot;
+                  text run at (55,6) width 76: &quot;at all on this&quot;
+                  text run at (72,6) width 35: &quot;table!&quot;
+              RenderTableCell {TD} at (95,100) size 93x224 [r=1 c=1 rs=1 cs=1]
+                RenderText {#text} at (12,-2) size 68x219
+                  text run at (12,-2) width 219: &quot;If there are any borders shown that&quot;
+                  text run at (29,-2) width 195: &quot;are not medium solid red, then &quot;
+                  text run at (29,193) width 19: &quot;the&quot;
+                  text run at (46,-2) width 202: &quot;problem is something other than&quot;
+                  text run at (63,-2) width 145: &quot;what this test is testing.&quot;
+              RenderTableCell {TD} at (95,341) size 93x201 [r=1 c=2 rs=1 cs=1]
+                RenderText {#text} at (12,-2) size 51x187
+                  text run at (12,-2) width 184: &quot;This table should have a 1em&quot;
+                  text run at (29,-2) width 159: &quot;margin around all edges. &quot;
+                  text run at (29,157) width 28: &quot;This&quot;
+                  text run at (46,-2) width 48: &quot;margin &quot;
+                  text run at (46,46) width 131: &quot;is measured from the&quot;
</ins><span class="cx">                 RenderInline {EM} at (0,0) size 17x67
</span><del>-                  RenderText {#text} at (64,-3) size 17x67
-                    text run at (64,-3) width 67: &quot;outer edge&quot;
-                RenderText {#text} at (64,64) size 17x84
-                  text run at (64,64) width 84: &quot; of its border.&quot;
</del><ins>+                  RenderText {#text} at (63,-2) size 17x67
+                    text run at (63,-2) width 67: &quot;outer edge&quot;
+                RenderText {#text} at (63,65) size 17x84
+                  text run at (63,65) width 84: &quot; of its border.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttablefloatingthexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/floating-th-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttablefloatingthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/floating-th-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/table/floating-th-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/fast/table/floating-th-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 163x92 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 163x82 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 161x23
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 161x19
</span><span class="cx">             RenderTableCell (anonymous) at (2,2) size 100x19 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -13,26 +13,26 @@
</span><span class="cx">               RenderBlock (floating) {TH} at (50,0) size 50x19
</span><span class="cx">                 RenderText {#text} at (1,1) size 48x17
</span><span class="cx">                   text run at (1,1) width 48: &quot;Head 2&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,68) size 161x23
-          RenderTableRow {TR} at (0,2) size 161x19
-            RenderTableCell {TD} at (2,2) size 100x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,62) size 161x19
+          RenderTableRow {TR} at (0,0) size 161x17
+            RenderTableCell {TD} at (2,-1) size 100x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;Footer 1&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 55x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,-1) size 55x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;Footer 2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,24) size 161x44
-          RenderTableRow {TR} at (0,2) size 161x19
-            RenderTableCell {TD} at (2,2) size 100x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,24) size 161x38
+          RenderTableRow {TR} at (0,0) size 161x17
+            RenderTableCell {TD} at (2,-1) size 100x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 1&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 55x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,-1) size 55x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 2&quot;
</span><del>-          RenderTableRow {TR} at (0,23) size 161x19
-            RenderTableCell {TD} at (2,23) size 100x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,19) size 161x17
+            RenderTableCell {TD} at (2,18) size 100x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 3&quot;
</span><del>-            RenderTableCell {TD} at (104,23) size 55x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,18) size 55x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 4&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttableframeandrulesexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/frame-and-rules-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttableframeandrulesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/frame-and-rules-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/table/frame-and-rules-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/fast/table/frame-and-rules-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -2210,7 +2210,7 @@
</span><span class="cx">                 text run at (2,2) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx"> layer at (393,24) size 392x150
</span><span class="cx">   RenderBlock (positioned) {TABLE} at (392,24) size 393x150
</span><del>-    RenderTable at (0,0) size 361x154
</del><ins>+    RenderTable at (0,0) size 361x142
</ins><span class="cx">       RenderBlock {CAPTION} at (0,0) size 361x17
</span><span class="cx">         RenderText {#text} at (61,0) size 234x17
</span><span class="cx">           text run at (61,0) width 234: &quot;Local links to specific testcase tables&quot;
</span><span class="lines">@@ -2253,207 +2253,207 @@
</span><span class="cx">           RenderTableCell {TH} at (322,21) size 37x17 [r=1 c=10 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (1,1) size 35x15
</span><span class="cx">               text run at (1,1) width 35: &quot;border&quot;
</span><del>-      RenderTableSection {TBODY} at (0,57) size 361x97
-        RenderTableRow {TR} at (0,2) size 361x17
-          RenderTableCell {TH} at (2,40) size 33x17 [r=0 c=0 rs=5 cs=1]
</del><ins>+      RenderTableSection {TBODY} at (0,57) size 361x85
+        RenderTableRow {TR} at (0,0) size 361x15
+          RenderTableCell {TH} at (2,33) size 33x17 [r=0 c=0 rs=5 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 31x15
</span><span class="cx">               text run at (1,1) width 31: &quot;Rules&quot;
</span><del>-          RenderTableCell {TH} at (37,2) size 39x17 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {TH} at (37,-1) size 39x17 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (11,1) size 27x15
</span><span class="cx">               text run at (11,1) width 27: &quot;none&quot;
</span><del>-          RenderTableCell {TD} at (78,2) size 27x16 [bgcolor=#CCCCCC] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (78,0) size 27x16 [bgcolor=#CCCCCC] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (6,1) size 15x14
</span><span class="cx">                 text run at (6,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (107,2) size 35x16 [bgcolor=#CCCCCC] [r=0 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (107,0) size 35x16 [bgcolor=#CCCCCC] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (144,2) size 35x16 [bgcolor=#CCCCCC] [r=0 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (144,0) size 35x16 [bgcolor=#CCCCCC] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (181,2) size 36x16 [bgcolor=#CCCCCC] [r=0 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (181,0) size 36x16 [bgcolor=#CCCCCC] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (219,2) size 36x16 [bgcolor=#CCCCCC] [r=0 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (219,0) size 36x16 [bgcolor=#CCCCCC] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (257,2) size 18x16 [bgcolor=#CCCCCC] [r=0 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (257,0) size 18x16 [bgcolor=#CCCCCC] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (277,2) size 18x16 [bgcolor=#CCCCCC] [r=0 c=8 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (277,0) size 18x16 [bgcolor=#CCCCCC] [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (297,2) size 23x16 [bgcolor=#CCCCCC] [r=0 c=9 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (297,0) size 23x16 [bgcolor=#CCCCCC] [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (4,1) size 15x14
</span><span class="cx">                 text run at (4,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (322,2) size 37x16 [bgcolor=#CCCCCC] [r=0 c=10 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (322,0) size 37x16 [bgcolor=#CCCCCC] [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (11,1) size 15x14
</span><span class="cx">                 text run at (11,1) width 15: &quot;Go&quot;
</span><del>-        RenderTableRow {TR} at (0,21) size 361x17
-          RenderTableCell {TH} at (37,21) size 39x17 [r=1 c=1 rs=1 cs=1]
</del><ins>+        RenderTableRow {TR} at (0,17) size 361x15
+          RenderTableCell {TH} at (37,16) size 39x17 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 37x15
</span><span class="cx">               text run at (1,1) width 37: &quot;groups&quot;
</span><del>-          RenderTableCell {TD} at (78,21) size 27x16 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (78,17) size 27x16 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (6,1) size 15x14
</span><span class="cx">                 text run at (6,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (107,21) size 35x16 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (107,17) size 35x16 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (144,21) size 35x16 [bgcolor=#CCCCCC] [r=1 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (144,17) size 35x16 [bgcolor=#CCCCCC] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (181,21) size 36x16 [bgcolor=#CCCCCC] [r=1 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (181,17) size 36x16 [bgcolor=#CCCCCC] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (219,21) size 36x16 [bgcolor=#CCCCCC] [r=1 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (219,17) size 36x16 [bgcolor=#CCCCCC] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (257,21) size 18x16 [bgcolor=#CCCCCC] [r=1 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (257,17) size 18x16 [bgcolor=#CCCCCC] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (277,21) size 18x16 [bgcolor=#CCCCCC] [r=1 c=8 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (277,17) size 18x16 [bgcolor=#CCCCCC] [r=1 c=8 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (297,21) size 23x16 [bgcolor=#CCCCCC] [r=1 c=9 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (297,17) size 23x16 [bgcolor=#CCCCCC] [r=1 c=9 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (4,1) size 15x14
</span><span class="cx">                 text run at (4,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (322,21) size 37x16 [bgcolor=#CCCCCC] [r=1 c=10 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (322,17) size 37x16 [bgcolor=#CCCCCC] [r=1 c=10 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (11,1) size 15x14
</span><span class="cx">                 text run at (11,1) width 15: &quot;Go&quot;
</span><del>-        RenderTableRow {TR} at (0,40) size 361x17
-          RenderTableCell {TH} at (37,40) size 39x17 [r=2 c=1 rs=1 cs=1]
</del><ins>+        RenderTableRow {TR} at (0,34) size 361x15
+          RenderTableCell {TH} at (37,33) size 39x17 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (13,1) size 25x15
</span><span class="cx">               text run at (13,1) width 25: &quot;rows&quot;
</span><del>-          RenderTableCell {TD} at (78,40) size 27x16 [bgcolor=#CCCCCC] [r=2 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (78,34) size 27x16 [bgcolor=#CCCCCC] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (6,1) size 15x14
</span><span class="cx">                 text run at (6,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (107,40) size 35x16 [bgcolor=#CCCCCC] [r=2 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (107,34) size 35x16 [bgcolor=#CCCCCC] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (144,40) size 35x16 [bgcolor=#CCCCCC] [r=2 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (144,34) size 35x16 [bgcolor=#CCCCCC] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (181,40) size 36x16 [bgcolor=#CCCCCC] [r=2 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (181,34) size 36x16 [bgcolor=#CCCCCC] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (219,40) size 36x16 [bgcolor=#CCCCCC] [r=2 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (219,34) size 36x16 [bgcolor=#CCCCCC] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (257,40) size 18x16 [bgcolor=#CCCCCC] [r=2 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (257,34) size 18x16 [bgcolor=#CCCCCC] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (277,40) size 18x16 [bgcolor=#CCCCCC] [r=2 c=8 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (277,34) size 18x16 [bgcolor=#CCCCCC] [r=2 c=8 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (297,40) size 23x16 [bgcolor=#CCCCCC] [r=2 c=9 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (297,34) size 23x16 [bgcolor=#CCCCCC] [r=2 c=9 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (4,1) size 15x14
</span><span class="cx">                 text run at (4,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (322,40) size 37x16 [bgcolor=#CCCCCC] [r=2 c=10 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (322,34) size 37x16 [bgcolor=#CCCCCC] [r=2 c=10 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (11,1) size 15x14
</span><span class="cx">                 text run at (11,1) width 15: &quot;Go&quot;
</span><del>-        RenderTableRow {TR} at (0,59) size 361x17
-          RenderTableCell {TH} at (37,59) size 39x17 [r=3 c=1 rs=1 cs=1]
</del><ins>+        RenderTableRow {TR} at (0,51) size 361x15
+          RenderTableCell {TH} at (37,50) size 39x17 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (16,1) size 22x15
</span><span class="cx">               text run at (16,1) width 22: &quot;cols&quot;
</span><del>-          RenderTableCell {TD} at (78,59) size 27x16 [bgcolor=#CCCCCC] [r=3 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (78,51) size 27x16 [bgcolor=#CCCCCC] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (6,1) size 15x14
</span><span class="cx">                 text run at (6,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (107,59) size 35x16 [bgcolor=#CCCCCC] [r=3 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (107,51) size 35x16 [bgcolor=#CCCCCC] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (144,59) size 35x16 [bgcolor=#CCCCCC] [r=3 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (144,51) size 35x16 [bgcolor=#CCCCCC] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (181,59) size 36x16 [bgcolor=#CCCCCC] [r=3 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (181,51) size 36x16 [bgcolor=#CCCCCC] [r=3 c=5 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (219,59) size 36x16 [bgcolor=#CCCCCC] [r=3 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (219,51) size 36x16 [bgcolor=#CCCCCC] [r=3 c=6 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (257,59) size 18x16 [bgcolor=#CCCCCC] [r=3 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (257,51) size 18x16 [bgcolor=#CCCCCC] [r=3 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (277,59) size 18x16 [bgcolor=#CCCCCC] [r=3 c=8 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (277,51) size 18x16 [bgcolor=#CCCCCC] [r=3 c=8 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (297,59) size 23x16 [bgcolor=#CCCCCC] [r=3 c=9 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (297,51) size 23x16 [bgcolor=#CCCCCC] [r=3 c=9 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (4,1) size 15x14
</span><span class="cx">                 text run at (4,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (322,59) size 37x16 [bgcolor=#CCCCCC] [r=3 c=10 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (322,51) size 37x16 [bgcolor=#CCCCCC] [r=3 c=10 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (11,1) size 15x14
</span><span class="cx">                 text run at (11,1) width 15: &quot;Go&quot;
</span><del>-        RenderTableRow {TR} at (0,78) size 361x17
-          RenderTableCell {TH} at (37,78) size 39x17 [r=4 c=1 rs=1 cs=1]
</del><ins>+        RenderTableRow {TR} at (0,68) size 361x15
+          RenderTableCell {TH} at (37,67) size 39x17 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (24,1) size 14x15
</span><span class="cx">               text run at (24,1) width 14: &quot;all&quot;
</span><del>-          RenderTableCell {TD} at (78,78) size 27x16 [bgcolor=#CCCCCC] [r=4 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (78,68) size 27x16 [bgcolor=#CCCCCC] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (6,1) size 15x14
</span><span class="cx">                 text run at (6,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (107,78) size 35x16 [bgcolor=#CCCCCC] [r=4 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (107,68) size 35x16 [bgcolor=#CCCCCC] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (144,78) size 35x16 [bgcolor=#CCCCCC] [r=4 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (144,68) size 35x16 [bgcolor=#CCCCCC] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (181,78) size 36x16 [bgcolor=#CCCCCC] [r=4 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (181,68) size 36x16 [bgcolor=#CCCCCC] [r=4 c=5 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (219,78) size 36x16 [bgcolor=#CCCCCC] [r=4 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (219,68) size 36x16 [bgcolor=#CCCCCC] [r=4 c=6 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (257,78) size 18x16 [bgcolor=#CCCCCC] [r=4 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (257,68) size 18x16 [bgcolor=#CCCCCC] [r=4 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (277,78) size 18x16 [bgcolor=#CCCCCC] [r=4 c=8 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (277,68) size 18x16 [bgcolor=#CCCCCC] [r=4 c=8 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (297,78) size 23x16 [bgcolor=#CCCCCC] [r=4 c=9 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (297,68) size 23x16 [bgcolor=#CCCCCC] [r=4 c=9 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (4,1) size 15x14
</span><span class="cx">                 text run at (4,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (322,78) size 37x16 [bgcolor=#CCCCCC] [r=4 c=10 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (322,68) size 37x16 [bgcolor=#CCCCCC] [r=4 c=10 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (11,1) size 15x14
</span><span class="cx">                 text run at (11,1) width 15: &quot;Go&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttablerowindexexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/rowindex-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttablerowindexexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/rowindex-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/table/rowindex-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/fast/table/rowindex-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderBlock {P} at (0,21) size 784x11
</span><span class="cx">         RenderText {#text} at (0,0) size 338x11
</span><span class="cx">           text run at (0,0) width 338: &quot;A: This table has the header and footer before the body (\&quot;normal\&quot; order).&quot;
</span><del>-      RenderTable {TABLE} at (0,42) size 148x59 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,42) size 148x51 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 146x19
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 146x15
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 76x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -18,40 +18,40 @@
</span><span class="cx">             RenderTableCell {TD} at (80,2) size 64x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 0&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,39) size 146x19
-          RenderTableRow {TR} at (0,2) size 146x15
-            RenderTableCell {TD} at (2,2) size 76x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,35) size 146x15
+          RenderTableRow {TR} at (0,0) size 146x13
+            RenderTableCell {TD} at (2,-1) size 76x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 66x11
</span><span class="cx">                 text run at (2,2) width 66: &quot;table A, footer&quot;
</span><del>-            RenderTableCell {TD} at (80,2) size 64x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (80,-1) size 64x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,20) size 146x19
-          RenderTableRow {TR} at (0,2) size 146x15
-            RenderTableCell {TD} at (2,2) size 76x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,20) size 146x15
+          RenderTableRow {TR} at (0,0) size 146x13
+            RenderTableCell {TD} at (2,-1) size 76x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x11
</span><span class="cx">                 text run at (2,2) width 62: &quot;table A, body&quot;
</span><del>-            RenderTableCell {TD} at (80,2) size 64x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (80,-1) size 64x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 1&quot;
</span><del>-      RenderBlock {P} at (0,111) size 784x11
</del><ins>+      RenderBlock {P} at (0,103) size 784x11
</ins><span class="cx">         RenderText {#text} at (0,0) size 338x11
</span><span class="cx">           text run at (0,0) width 338: &quot;B: This table has the footer before the body and both before the header.&quot;
</span><del>-      RenderTable {TABLE} at (0,132) size 148x59 [border: (1px outset #808080)]
-        RenderTableSection {TFOOT} at (1,39) size 146x19
-          RenderTableRow {TR} at (0,2) size 146x15
-            RenderTableCell {TD} at (2,2) size 76x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,124) size 148x51 [border: (1px outset #808080)]
+        RenderTableSection {TFOOT} at (1,35) size 146x15
+          RenderTableRow {TR} at (0,0) size 146x13
+            RenderTableCell {TD} at (2,-1) size 76x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 66x11
</span><span class="cx">                 text run at (2,2) width 66: &quot;table B, footer&quot;
</span><del>-            RenderTableCell {TD} at (80,2) size 64x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (80,-1) size 64x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,20) size 146x19
-          RenderTableRow {TR} at (0,2) size 146x15
-            RenderTableCell {TD} at (2,2) size 76x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,20) size 146x15
+          RenderTableRow {TR} at (0,0) size 146x13
+            RenderTableCell {TD} at (2,-1) size 76x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x11
</span><span class="cx">                 text run at (2,2) width 62: &quot;table B, body&quot;
</span><del>-            RenderTableCell {TD} at (80,2) size 64x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (80,-1) size 64x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 1&quot;
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 146x19
</span><span class="lines">@@ -62,68 +62,68 @@
</span><span class="cx">             RenderTableCell {TD} at (80,2) size 64x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 0&quot;
</span><del>-      RenderBlock {P} at (0,201) size 784x11
</del><ins>+      RenderBlock {P} at (0,185) size 784x11
</ins><span class="cx">         RenderText {#text} at (0,0) size 638x11
</span><span class="cx">           text run at (0,0) width 638: &quot;C: This table has two footers before two bodies before two heads. The rows inside the extra footers and heads don't get row indices at all.&quot;
</span><del>-      RenderTable {TABLE} at (0,222) size 190x218 [border: (1px outset #808080)]
-        RenderTableSection {TFOOT} at (1,181) size 188x36
-          RenderTableRow {TR} at (0,2) size 188x15
-            RenderTableCell {TD} at (2,2) size 115x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,206) size 190x188 [border: (1px outset #808080)]
+        RenderTableSection {TFOOT} at (1,157) size 188x30
+          RenderTableRow {TR} at (0,0) size 188x13
+            RenderTableCell {TD} at (2,-1) size 115x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x11
</span><span class="cx">                 text run at (2,2) width 105: &quot;table C, footer A row A&quot;
</span><del>-            RenderTableCell {TD} at (119,2) size 67x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (119,-1) size 67x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 6&quot;
</span><del>-          RenderTableRow {TR} at (0,19) size 188x15
-            RenderTableCell {TD} at (2,19) size 115x15 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,15) size 188x13
+            RenderTableCell {TD} at (2,14) size 115x15 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x11
</span><span class="cx">                 text run at (2,2) width 105: &quot;table C, footer A row B&quot;
</span><del>-            RenderTableCell {TD} at (119,19) size 67x15 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (119,14) size 67x15 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 7&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,37) size 188x36
-          RenderTableRow {TR} at (0,2) size 188x15
-            RenderTableCell {TD} at (2,2) size 115x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,37) size 188x30
+          RenderTableRow {TR} at (0,0) size 188x13
+            RenderTableCell {TD} at (2,-1) size 115x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x11
</span><span class="cx">                 text run at (2,2) width 105: &quot;table C, footer B row A&quot;
</span><del>-            RenderTableCell {TD} at (119,2) size 67x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (119,-1) size 67x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 63x11
</span><span class="cx">                 text run at (2,2) width 63: &quot;rowIndex = -1&quot;
</span><del>-          RenderTableRow {TR} at (0,19) size 188x15
-            RenderTableCell {TD} at (2,19) size 115x15 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,15) size 188x13
+            RenderTableCell {TD} at (2,14) size 115x15 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x11
</span><span class="cx">                 text run at (2,2) width 105: &quot;table C, footer B row B&quot;
</span><del>-            RenderTableCell {TD} at (119,19) size 67x15 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (119,14) size 67x15 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 63x11
</span><span class="cx">                 text run at (2,2) width 63: &quot;rowIndex = -1&quot;
</span><del>-        RenderTableSection {TBODY} at (1,73) size 188x36
-          RenderTableRow {TR} at (0,2) size 188x15
-            RenderTableCell {TD} at (2,2) size 115x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,67) size 188x30
+          RenderTableRow {TR} at (0,0) size 188x13
+            RenderTableCell {TD} at (2,-1) size 115x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 101x11
</span><span class="cx">                 text run at (2,2) width 101: &quot;table C, body A row A&quot;
</span><del>-            RenderTableCell {TD} at (119,2) size 67x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (119,-1) size 67x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 2&quot;
</span><del>-          RenderTableRow {TR} at (0,19) size 188x15
-            RenderTableCell {TD} at (2,19) size 115x15 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,15) size 188x13
+            RenderTableCell {TD} at (2,14) size 115x15 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 101x11
</span><span class="cx">                 text run at (2,2) width 101: &quot;table C, body A row B&quot;
</span><del>-            RenderTableCell {TD} at (119,19) size 67x15 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (119,14) size 67x15 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 3&quot;
</span><del>-        RenderTableSection {TBODY} at (1,109) size 188x36
-          RenderTableRow {TR} at (0,2) size 188x15
-            RenderTableCell {TD} at (2,2) size 115x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,97) size 188x30
+          RenderTableRow {TR} at (0,0) size 188x13
+            RenderTableCell {TD} at (2,-1) size 115x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 101x11
</span><span class="cx">                 text run at (2,2) width 101: &quot;table C, body B row A&quot;
</span><del>-            RenderTableCell {TD} at (119,2) size 67x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (119,-1) size 67x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 4&quot;
</span><del>-          RenderTableRow {TR} at (0,19) size 188x15
-            RenderTableCell {TD} at (2,19) size 115x15 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,15) size 188x13
+            RenderTableCell {TD} at (2,14) size 115x15 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 101x11
</span><span class="cx">                 text run at (2,2) width 101: &quot;table C, body B row B&quot;
</span><del>-            RenderTableCell {TD} at (119,19) size 67x15 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (119,14) size 67x15 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 5&quot;
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 188x36
</span><span class="lines">@@ -141,18 +141,18 @@
</span><span class="cx">             RenderTableCell {TD} at (119,19) size 67x15 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 60x11
</span><span class="cx">                 text run at (2,2) width 60: &quot;rowIndex = 1&quot;
</span><del>-        RenderTableSection {THEAD} at (1,145) size 188x36
-          RenderTableRow {TR} at (0,2) size 188x15
-            RenderTableCell {TD} at (2,2) size 115x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {THEAD} at (1,127) size 188x30
+          RenderTableRow {TR} at (0,0) size 188x13
+            RenderTableCell {TD} at (2,-1) size 115x15 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 111x11
</span><span class="cx">                 text run at (2,2) width 111: &quot;table C, header B row A&quot;
</span><del>-            RenderTableCell {TD} at (119,2) size 67x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (119,-1) size 67x15 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 63x11
</span><span class="cx">                 text run at (2,2) width 63: &quot;rowIndex = -1&quot;
</span><del>-          RenderTableRow {TR} at (0,19) size 188x15
-            RenderTableCell {TD} at (2,19) size 115x15 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,15) size 188x13
+            RenderTableCell {TD} at (2,14) size 115x15 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 111x11
</span><span class="cx">                 text run at (2,2) width 111: &quot;table C, header B row B&quot;
</span><del>-            RenderTableCell {TD} at (119,19) size 67x15 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (119,14) size 67x15 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 63x11
</span><span class="cx">                 text run at (2,2) width 63: &quot;rowIndex = -1&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttabletabledisplaytypesexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/table-display-types-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttabletabledisplaytypesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/table-display-types-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/table/table-display-types-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/fast/table/table-display-types-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,10) size 784x582
</span><del>-      RenderTable {TABLE} at (10,0) size 118x92 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (10,0) size 118x82 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 116x23
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 116x19
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 55x19 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -12,33 +12,33 @@
</span><span class="cx">             RenderTableCell {TD} at (59,2) size 55x19 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 46x17
</span><span class="cx">                 text run at (1,1) width 46: &quot;Head 2&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,68) size 116x23
-          RenderTableRow {TR} at (0,2) size 116x19
-            RenderTableCell {TD} at (2,2) size 55x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,62) size 116x19
+          RenderTableRow {TR} at (0,0) size 116x17
+            RenderTableCell {TD} at (2,-1) size 55x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;Footer 1&quot;
</span><del>-            RenderTableCell {TD} at (59,2) size 55x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (59,-1) size 55x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;Footer 2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,24) size 116x44
-          RenderTableRow {TR} at (0,2) size 116x19
-            RenderTableCell {TD} at (2,2) size 55x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,24) size 116x38
+          RenderTableRow {TR} at (0,0) size 116x17
+            RenderTableCell {TD} at (2,-1) size 55x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 1&quot;
</span><del>-            RenderTableCell {TD} at (59,2) size 55x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (59,-1) size 55x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 2&quot;
</span><del>-          RenderTableRow {TR} at (0,23) size 116x19
-            RenderTableCell {TD} at (2,23) size 55x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,19) size 116x17
+            RenderTableCell {TD} at (2,18) size 55x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 3&quot;
</span><del>-            RenderTableCell {TD} at (59,23) size 55x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (59,18) size 55x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 4&quot;
</span><del>-      RenderBlock {P} at (0,108) size 784x17
</del><ins>+      RenderBlock {P} at (0,98) size 784x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 222x17
</span><span class="cx">           text run at (0,0) width 222: &quot;Row groups have display:table-cell&quot;
</span><del>-      RenderTable {TABLE} at (10,141) size 234x60 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (10,131) size 234x56 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection (anonymous) at (1,1) size 232x31
</span><span class="cx">           RenderTableRow (anonymous) at (0,2) size 232x27
</span><span class="cx">             RenderTableCell {THEAD} at (2,2) size 106x27 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -69,9 +69,9 @@
</span><span class="cx">                             RenderTableCell {TD} at (59,2) size 55x19 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                                 text run at (1,1) width 53: &quot;Footer 2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,32) size 232x27
-          RenderTableRow (anonymous) at (0,2) size 232x23
-            RenderTableCell {TR} at (2,2) size 106x23 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,32) size 232x23
+          RenderTableRow (anonymous) at (0,0) size 232x21
+            RenderTableCell {TR} at (2,-1) size 106x23 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable at (0,0) size 86x23
</span><span class="cx">                 RenderTableSection (anonymous) at (0,0) size 86x23
</span><span class="cx">                   RenderTableRow (anonymous) at (0,2) size 86x19
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (44,2) size 40x19 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                         text run at (1,1) width 38: &quot;Cell 2&quot;
</span><del>-            RenderTableCell {TR} at (110,2) size 120x23 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TR} at (110,-1) size 120x23 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable at (0,0) size 86x23
</span><span class="cx">                 RenderTableSection (anonymous) at (0,0) size 86x23
</span><span class="cx">                   RenderTableRow (anonymous) at (0,2) size 86x19
</span><span class="lines">@@ -91,10 +91,10 @@
</span><span class="cx">                     RenderTableCell {TD} at (44,2) size 40x19 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                         text run at (1,1) width 38: &quot;Cell 4&quot;
</span><del>-      RenderBlock {P} at (0,217) size 784x17
</del><ins>+      RenderBlock {P} at (0,203) size 784x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 200x17
</span><span class="cx">           text run at (0,0) width 200: &quot;Row groups have display:block&quot;
</span><del>-      RenderTable {TABLE} at (10,250) size 122x102 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (10,236) size 122x98 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection (anonymous) at (1,1) size 120x50
</span><span class="cx">           RenderTableRow (anonymous) at (0,2) size 120x46
</span><span class="cx">             RenderTableCell (anonymous) at (2,2) size 116x46 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -120,9 +120,9 @@
</span><span class="cx">                         RenderTableCell {TD} at (59,2) size 55x19 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                             text run at (1,1) width 53: &quot;Footer 2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 120x50
-          RenderTableRow (anonymous) at (0,2) size 120x46
-            RenderTableCell (anonymous) at (2,2) size 116x46 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,51) size 120x46
+          RenderTableRow (anonymous) at (0,0) size 120x44
+            RenderTableCell (anonymous) at (2,0) size 116x46 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {TR} at (0,0) size 116x23
</span><span class="cx">                 RenderTable at (0,0) size 86x23
</span><span class="cx">                   RenderTableSection (anonymous) at (0,0) size 86x23
</span><span class="lines">@@ -143,7 +143,7 @@
</span><span class="cx">                       RenderTableCell {TD} at (44,2) size 40x19 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                           text run at (1,1) width 38: &quot;Cell 4&quot;
</span><del>-      RenderTable at (0,362) size 302x172
</del><ins>+      RenderTable at (0,344) size 302x172
</ins><span class="cx">         RenderTableSection (anonymous) at (0,0) size 302x172
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 302x172
</span><span class="cx">             RenderTableCell {P} at (0,0) size 302x172 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttabletabledisplaytypesstrictexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/table-display-types-strict-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttabletabledisplaytypesstrictexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/table-display-types-strict-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/table/table-display-types-strict-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/fast/table/table-display-types-strict-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,10 +1,10 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x462
-  RenderBlock {HTML} at (0,0) size 800x462
-    RenderBody {BODY} at (8,10) size 784x444
-      RenderBlock {TABLE} at (10,0) size 764x92 [border: (1px solid #000000)]
-        RenderTable at (1,1) size 116x90
</del><ins>+layer at (0,0) size 800x448
+  RenderBlock {HTML} at (0,0) size 800x448
+    RenderBody {BODY} at (8,10) size 784x430
+      RenderBlock {TABLE} at (10,0) size 764x82 [border: (1px solid #000000)]
+        RenderTable at (1,1) size 116x80
</ins><span class="cx">           RenderTableSection {THEAD} at (0,0) size 116x23
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 116x19
</span><span class="cx">               RenderTableCell {TD} at (2,2) size 55x19 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -13,31 +13,31 @@
</span><span class="cx">               RenderTableCell {TD} at (59,2) size 55x19 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (1,1) size 46x17
</span><span class="cx">                   text run at (1,1) width 46: &quot;Head 2&quot;
</span><del>-          RenderTableSection {TFOOT} at (0,67) size 116x23
-            RenderTableRow {TR} at (0,2) size 116x19
-              RenderTableCell {TD} at (2,2) size 55x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TFOOT} at (0,61) size 116x19
+            RenderTableRow {TR} at (0,0) size 116x17
+              RenderTableCell {TD} at (2,-1) size 55x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                   text run at (1,1) width 53: &quot;Footer 1&quot;
</span><del>-              RenderTableCell {TD} at (59,2) size 55x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (59,-1) size 55x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                   text run at (1,1) width 53: &quot;Footer 2&quot;
</span><del>-          RenderTableSection {TBODY} at (0,23) size 116x44
-            RenderTableRow {TR} at (0,2) size 116x19
-              RenderTableCell {TD} at (2,2) size 55x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (0,23) size 116x38
+            RenderTableRow {TR} at (0,0) size 116x17
+              RenderTableCell {TD} at (2,-1) size 55x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                   text run at (1,1) width 38: &quot;Cell 1&quot;
</span><del>-              RenderTableCell {TD} at (59,2) size 55x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (59,-1) size 55x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                   text run at (1,1) width 38: &quot;Cell 2&quot;
</span><del>-            RenderTableRow {TR} at (0,23) size 116x19
-              RenderTableCell {TD} at (2,23) size 55x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,19) size 116x17
+              RenderTableCell {TD} at (2,18) size 55x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                   text run at (1,1) width 38: &quot;Cell 3&quot;
</span><del>-              RenderTableCell {TD} at (59,23) size 55x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (59,18) size 55x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                   text run at (1,1) width 38: &quot;Cell 4&quot;
</span><del>-      RenderBlock {TABLE} at (10,102) size 764x52 [border: (1px solid #000000)]
-        RenderTable at (1,1) size 220x50
</del><ins>+      RenderBlock {TABLE} at (10,92) size 764x48 [border: (1px solid #000000)]
+        RenderTable at (1,1) size 220x46
</ins><span class="cx">           RenderTableSection (anonymous) at (0,0) size 220x27
</span><span class="cx">             RenderTableRow (anonymous) at (0,2) size 220x23
</span><span class="cx">               RenderTableCell {THEAD} at (2,2) size 100x23 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -62,23 +62,23 @@
</span><span class="cx">                         RenderInline {TD} at (0,0) size 55x19
</span><span class="cx">                           RenderText {#text} at (56,2) size 53x17
</span><span class="cx">                             text run at (56,2) width 53: &quot;Footer 2&quot;
</span><del>-          RenderTableSection {TBODY} at (0,27) size 220x23
-            RenderTableRow (anonymous) at (0,2) size 220x19
-              RenderTableCell {TR} at (2,2) size 100x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (0,27) size 220x19
+            RenderTableRow (anonymous) at (0,0) size 220x17
+              RenderTableCell {TR} at (2,-1) size 100x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {TD} at (0,0) size 40x19
</span><span class="cx">                   RenderText {#text} at (1,2) size 38x17
</span><span class="cx">                     text run at (1,2) width 38: &quot;Cell 1&quot;
</span><span class="cx">                 RenderInline {TD} at (0,0) size 40x19
</span><span class="cx">                   RenderText {#text} at (41,2) size 38x17
</span><span class="cx">                     text run at (41,2) width 38: &quot;Cell 2&quot;
</span><del>-              RenderTableCell {TR} at (104,2) size 114x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TR} at (104,-1) size 114x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {TD} at (0,0) size 40x19
</span><span class="cx">                   RenderText {#text} at (1,2) size 38x17
</span><span class="cx">                     text run at (1,2) width 38: &quot;Cell 3&quot;
</span><span class="cx">                 RenderInline {TD} at (0,0) size 40x19
</span><span class="cx">                   RenderText {#text} at (41,2) size 38x17
</span><span class="cx">                     text run at (41,2) width 38: &quot;Cell 4&quot;
</span><del>-      RenderBlock {TABLE} at (10,164) size 764x98 [border: (1px solid #000000)]
</del><ins>+      RenderBlock {TABLE} at (10,150) size 764x98 [border: (1px solid #000000)]
</ins><span class="cx">         RenderBlock {THEAD} at (1,1) size 762x23
</span><span class="cx">           RenderBlock {TR} at (0,0) size 762x23
</span><span class="cx">             RenderTable at (0,0) size 102x23
</span><span class="lines">@@ -125,7 +125,7 @@
</span><span class="cx">                         RenderTableCell {TD} at (44,2) size 40x19 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (1,1) size 38x17
</span><span class="cx">                             text run at (1,1) width 38: &quot;Cell 4&quot;
</span><del>-      RenderTable at (0,272) size 302x172
</del><ins>+      RenderTable at (0,258) size 302x172
</ins><span class="cx">         RenderTableSection (anonymous) at (0,0) size 302x172
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 302x172
</span><span class="cx">             RenderTableCell {P} at (0,0) size 302x172 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttabletabledisplaytypesverticalexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/table-display-types-vertical-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttabletabledisplaytypesverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/table-display-types-vertical-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/table/table-display-types-vertical-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/fast/table/table-display-types-vertical-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 785x1146
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x1146
</span><span class="cx">     RenderBody {BODY} at (8,10) size 769x1128
</span><del>-      RenderTable {TABLE} at (10,0) size 92x118 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (10,0) size 82x118 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 23x116
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 19x116
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 19x55 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -12,33 +12,33 @@
</span><span class="cx">             RenderTableCell {TD} at (2,59) size 19x55 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 17x46
</span><span class="cx">                 text run at (1,1) width 46: &quot;Head 2&quot;
</span><del>-        RenderTableSection {TFOOT} at (68,1) size 23x116
-          RenderTableRow {TR} at (0,2) size 19x116
-            RenderTableCell {TD} at (2,2) size 19x55 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 17x53
-                text run at (1,1) width 53: &quot;Footer 1&quot;
-            RenderTableCell {TD} at (2,59) size 19x55 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 17x53
-                text run at (1,1) width 53: &quot;Footer 2&quot;
-        RenderTableSection {TBODY} at (24,1) size 44x116
-          RenderTableRow {TR} at (0,2) size 19x116
-            RenderTableCell {TD} at (2,2) size 19x55 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 17x38
-                text run at (1,1) width 38: &quot;Cell 1&quot;
-            RenderTableCell {TD} at (2,59) size 19x55 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 17x38
-                text run at (1,1) width 38: &quot;Cell 2&quot;
-          RenderTableRow {TR} at (0,23) size 19x116
-            RenderTableCell {TD} at (23,2) size 19x55 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 17x38
-                text run at (1,1) width 38: &quot;Cell 3&quot;
-            RenderTableCell {TD} at (23,59) size 19x55 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 17x38
-                text run at (1,1) width 38: &quot;Cell 4&quot;
</del><ins>+        RenderTableSection {TFOOT} at (62,1) size 19x116
+          RenderTableRow {TR} at (0,0) size 17x116
+            RenderTableCell {TD} at (0,1) size 17x57 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,2) size 17x53
+                text run at (0,2) width 53: &quot;Footer 1&quot;
+            RenderTableCell {TD} at (0,58) size 17x57 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,2) size 17x53
+                text run at (0,2) width 53: &quot;Footer 2&quot;
+        RenderTableSection {TBODY} at (24,1) size 38x116
+          RenderTableRow {TR} at (0,0) size 17x116
+            RenderTableCell {TD} at (0,1) size 17x57 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,2) size 17x38
+                text run at (0,2) width 38: &quot;Cell 1&quot;
+            RenderTableCell {TD} at (0,58) size 17x57 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,2) size 17x38
+                text run at (0,2) width 38: &quot;Cell 2&quot;
+          RenderTableRow {TR} at (0,19) size 17x116
+            RenderTableCell {TD} at (19,1) size 17x57 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,2) size 17x38
+                text run at (0,2) width 38: &quot;Cell 3&quot;
+            RenderTableCell {TD} at (19,58) size 17x57 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,2) size 17x38
+                text run at (0,2) width 38: &quot;Cell 4&quot;
</ins><span class="cx">       RenderBlock {P} at (0,134) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 222x17
</span><span class="cx">           text run at (0,0) width 222: &quot;Row groups have display:table-cell&quot;
</span><del>-      RenderTable {TABLE} at (10,167) size 60x234 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (10,167) size 56x234 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection (anonymous) at (1,1) size 31x232
</span><span class="cx">           RenderTableRow (anonymous) at (0,2) size 27x232
</span><span class="cx">             RenderTableCell {THEAD} at (2,2) size 27x106 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -69,10 +69,10 @@
</span><span class="cx">                             RenderTableCell {TD} at (2,59) size 19x55 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                               RenderText {#text} at (1,1) size 17x53
</span><span class="cx">                                 text run at (1,1) width 53: &quot;Footer 2&quot;
</span><del>-        RenderTableSection {TBODY} at (32,1) size 27x232
-          RenderTableRow (anonymous) at (0,2) size 23x232
-            RenderTableCell {TR} at (2,2) size 23x106 [r=0 c=0 rs=1 cs=1]
-              RenderTable at (0,0) size 23x86
</del><ins>+        RenderTableSection {TBODY} at (32,1) size 23x232
+          RenderTableRow (anonymous) at (0,0) size 21x232
+            RenderTableCell {TR} at (0,1) size 21x108 [r=0 c=0 rs=1 cs=1]
+              RenderTable at (-1,1) size 23x86
</ins><span class="cx">                 RenderTableSection (anonymous) at (0,0) size 23x86
</span><span class="cx">                   RenderTableRow (anonymous) at (0,2) size 19x86
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 19x40 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -81,8 +81,8 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,44) size 19x40 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 17x38
</span><span class="cx">                         text run at (1,1) width 38: &quot;Cell 2&quot;
</span><del>-            RenderTableCell {TR} at (2,110) size 23x120 [r=0 c=1 rs=1 cs=1]
-              RenderTable at (0,0) size 23x86
</del><ins>+            RenderTableCell {TR} at (0,109) size 21x122 [r=0 c=1 rs=1 cs=1]
+              RenderTable at (-1,1) size 23x86
</ins><span class="cx">                 RenderTableSection (anonymous) at (0,0) size 23x86
</span><span class="cx">                   RenderTableRow (anonymous) at (0,2) size 19x86
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 19x40 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx">       RenderBlock {P} at (0,417) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 200x17
</span><span class="cx">           text run at (0,0) width 200: &quot;Row groups have display:block&quot;
</span><del>-      RenderTable {TABLE} at (10,450) size 102x122 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (10,450) size 98x122 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection (anonymous) at (1,1) size 50x120
</span><span class="cx">           RenderTableRow (anonymous) at (0,2) size 46x120
</span><span class="cx">             RenderTableCell (anonymous) at (2,2) size 46x116 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -120,9 +120,9 @@
</span><span class="cx">                         RenderTableCell {TD} at (2,59) size 19x55 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (1,1) size 17x53
</span><span class="cx">                             text run at (1,1) width 53: &quot;Footer 2&quot;
</span><del>-        RenderTableSection {TBODY} at (51,1) size 50x120
-          RenderTableRow (anonymous) at (0,2) size 46x120
-            RenderTableCell (anonymous) at (2,2) size 46x116 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (51,1) size 46x120
+          RenderTableRow (anonymous) at (0,0) size 44x120
+            RenderTableCell (anonymous) at (0,2) size 44x118 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {TR} at (0,0) size 23x116
</span><span class="cx">                 RenderTable at (0,0) size 23x86
</span><span class="cx">                   RenderTableSection (anonymous) at (0,0) size 23x86
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfasttabletableInsideCaptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/table/tableInsideCaption-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/table/tableInsideCaption-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/fast/table/tableInsideCaption-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,17 +3,17 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 202x77
-        RenderTableSection {TBODY} at (0,0) size 202x77
-          RenderTableRow {TR} at (0,2) size 202x73
-            RenderTableCell {TD} at (2,2) size 198x73 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 202x73
+        RenderTableSection {TBODY} at (0,0) size 202x73
+          RenderTableRow {TR} at (0,2) size 202x69
+            RenderTableCell {TD} at (2,2) size 198x69 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 196x23
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 196x23
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 196x19
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 192x19 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 190x17
</span><span class="cx">                         text run at (1,1) width 190: &quot;This should all be on one line.&quot;
</span><del>-              RenderTable {TABLE} at (1,24) size 84x48
</del><ins>+              RenderTable {TABLE} at (1,24) size 84x44
</ins><span class="cx">                 RenderTableSection {THEAD} at (0,23) size 84x2
</span><span class="cx">                 RenderBlock {CAPTION} at (0,0) size 84x23
</span><span class="cx">                   RenderTable {TABLE} at (14,0) size 56x23
</span><span class="lines">@@ -22,11 +22,11 @@
</span><span class="cx">                         RenderTableCell {TD} at (2,2) size 52x19 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (1,1) size 50x17
</span><span class="cx">                             text run at (1,1) width 50: &quot;Caption&quot;
</span><del>-                RenderTableSection {TBODY} at (0,25) size 84x23
-                  RenderTableRow {TR} at (0,2) size 84x19
-                    RenderTableCell {TD} at (2,2) size 49x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (0,25) size 84x19
+                  RenderTableRow {TR} at (0,0) size 84x17
+                    RenderTableCell {TD} at (2,-1) size 49x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 47x17
</span><span class="cx">                         text run at (1,1) width 47: &quot;Bottom&quot;
</span><del>-                    RenderTableCell {TD} at (53,2) size 29x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (53,-1) size 29x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 27x17
</span><span class="cx">                         text run at (1,1) width 27: &quot;line.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug102961expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x5864
</del><ins>+layer at (0,0) size 785x5836
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x5864
-  RenderBlock {HTML} at (0,0) size 785x5864
-    RenderBody {BODY} at (8,21) size 769x5827
</del><ins>+layer at (0,0) size 785x5836
+  RenderBlock {HTML} at (0,0) size 785x5836
+    RenderBody {BODY} at (8,21) size 769x5799
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x36
</span><span class="cx">         RenderText {#text} at (0,0) size 486x36
</span><span class="cx">           text run at (0,0) width 486: &quot;Vertical alignment and table height&quot;
</span><span class="lines">@@ -561,7 +561,7 @@
</span><span class="cx">             RenderTableCell {TD} at (74,48) size 34x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,3073) size 110x168
</del><ins>+      RenderTable {TABLE} at (0,3073) size 110x154
</ins><span class="cx">         RenderTableSection {THEAD} at (0,0) size 110x48
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -583,59 +583,59 @@
</span><span class="cx">             RenderTableCell {TD} at (74,25) size 34x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,119) size 110x48
-          RenderTableRow {TR} at (0,2) size 110x21
-            RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,111) size 110x42
+          RenderTableRow {TR} at (0,0) size 110x19
+            RenderTableCell {TD} at (2,-1) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,2) size 34x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,-1) size 34x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,2) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,-1) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 110x21
-            RenderTableCell {TD} at (2,25) size 34x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,21) size 110x19
+            RenderTableCell {TD} at (2,20) size 34x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,25) size 34x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,20) size 34x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,25) size 34x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,20) size 34x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-        RenderTableSection {TBODY} at (0,48) size 110x71
-          RenderTableRow {TR} at (0,2) size 110x21
-            RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,48) size 110x63
+          RenderTableRow {TR} at (0,0) size 110x19
+            RenderTableCell {TD} at (2,-1) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,2) size 34x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,-1) size 34x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,2) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,-1) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 110x21
-            RenderTableCell {TD} at (2,25) size 34x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,21) size 110x19
+            RenderTableCell {TD} at (2,20) size 34x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,25) size 34x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,20) size 34x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,25) size 34x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,20) size 34x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,48) size 110x21
-            RenderTableCell {TD} at (2,48) size 34x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,42) size 110x19
+            RenderTableCell {TD} at (2,41) size 34x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,48) size 34x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,41) size 34x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,48) size 34x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,41) size 34x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,3240) size 110x168
</del><ins>+      RenderTable {TABLE} at (0,3226) size 110x154
</ins><span class="cx">         RenderTableSection {THEAD} at (0,0) size 110x48
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -657,62 +657,62 @@
</span><span class="cx">             RenderTableCell {TD} at (74,25) size 34x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,119) size 110x48
-          RenderTableRow {TR} at (0,2) size 110x21
-            RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,111) size 110x42
+          RenderTableRow {TR} at (0,0) size 110x19
+            RenderTableCell {TD} at (2,-1) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,2) size 34x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,-1) size 34x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,2) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,-1) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 110x21
-            RenderTableCell {TD} at (2,25) size 34x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,21) size 110x19
+            RenderTableCell {TD} at (2,20) size 34x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,25) size 34x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,20) size 34x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,25) size 34x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,20) size 34x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-        RenderTableSection {TBODY} at (0,48) size 110x71
-          RenderTableRow {TR} at (0,2) size 110x21
-            RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,48) size 110x63
+          RenderTableRow {TR} at (0,0) size 110x19
+            RenderTableCell {TD} at (2,-1) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,2) size 34x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,-1) size 34x21 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,2) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,-1) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 110x21
-            RenderTableCell {TD} at (2,25) size 34x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,21) size 110x19
+            RenderTableCell {TD} at (2,20) size 34x21 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,25) size 34x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,20) size 34x21 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,25) size 34x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,20) size 34x21 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,48) size 110x21
-            RenderTableCell {TD} at (2,48) size 34x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,42) size 110x19
+            RenderTableCell {TD} at (2,41) size 34x21 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,48) size 34x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,41) size 34x21 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,48) size 34x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,41) size 34x21 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderBlock {P} at (0,3423) size 769x18
</del><ins>+      RenderBlock {P} at (0,3395) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 487x17
</span><span class="cx">           text run at (0,0) width 487: &quot;The following table should look normal, since very small heights get ignored:&quot;
</span><del>-      RenderTable {TABLE} at (0,3456) size 110x26
</del><ins>+      RenderTable {TABLE} at (0,3428) size 110x26
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -724,10 +724,10 @@
</span><span class="cx">             RenderTableCell {TD} at (74,2) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderBlock {P} at (0,3497) size 769x18
</del><ins>+      RenderBlock {P} at (0,3469) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 252x17
</span><span class="cx">           text run at (0,0) width 252: &quot;So should this one, for auto cell heights:&quot;
</span><del>-      RenderTable {TABLE} at (0,3530) size 110x26
</del><ins>+      RenderTable {TABLE} at (0,3502) size 110x26
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -739,10 +739,10 @@
</span><span class="cx">             RenderTableCell {TD} at (74,2) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderBlock {P} at (0,3571) size 769x18
</del><ins>+      RenderBlock {P} at (0,3543) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 627x17
</span><span class="cx">           text run at (0,0) width 627: &quot;These tables should look the same - all cells should be 100px tall with the text at the top of the cells:&quot;
</span><del>-      RenderTable {TABLE} at (0,3604) size 110x109
</del><ins>+      RenderTable {TABLE} at (0,3576) size 110x109
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x104
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -754,7 +754,7 @@
</span><span class="cx">             RenderTableCell {TD} at (74,2) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,3712) size 110x109
</del><ins>+      RenderTable {TABLE} at (0,3684) size 110x109
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x104
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -766,7 +766,7 @@
</span><span class="cx">             RenderTableCell {TD} at (74,43) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,3820) size 110x109
</del><ins>+      RenderTable {TABLE} at (0,3792) size 110x109
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x104
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -778,7 +778,7 @@
</span><span class="cx">             RenderTableCell {TD} at (74,2) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,3928) size 110x109
</del><ins>+      RenderTable {TABLE} at (0,3900) size 110x109
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x104
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -790,10 +790,10 @@
</span><span class="cx">             RenderTableCell {TD} at (74,2) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderBlock {P} at (0,4052) size 769x18
</del><ins>+      RenderBlock {P} at (0,4024) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 715x17
</span><span class="cx">           text run at (0,0) width 715: &quot;In these four tables, the text should be 20px lower each cell, but should otherwise look like the above three tables:&quot;
</span><del>-      RenderTable {TABLE} at (0,4085) size 106x109
</del><ins>+      RenderTable {TABLE} at (0,4057) size 106x109
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x104
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -805,7 +805,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,2) size 32x99 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x17
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4193) size 106x109
</del><ins>+      RenderTable {TABLE} at (0,4165) size 106x109
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x104
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -817,7 +817,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,2) size 32x59 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x17
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4301) size 106x109
</del><ins>+      RenderTable {TABLE} at (0,4273) size 106x109
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x104
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -829,7 +829,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,4) size 32x99 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x17
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4409) size 110x109
</del><ins>+      RenderTable {TABLE} at (0,4381) size 110x109
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x104
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -841,10 +841,10 @@
</span><span class="cx">             RenderTableCell {TD} at (74,43) size 34x21 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x17
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderBlock {P} at (0,4533) size 769x18
</del><ins>+      RenderBlock {P} at (0,4505) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 370x17
</span><span class="cx">           text run at (0,0) width 370: &quot;These should have the text 40px from the top in every cell:&quot;
</span><del>-      RenderTable {TABLE} at (0,4566) size 106x108
</del><ins>+      RenderTable {TABLE} at (0,4538) size 106x108
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x107
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x103
</span><span class="cx">             RenderTableCell {TD} at (2,41) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -856,7 +856,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,2) size 32x99 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x17
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4673) size 106x107
</del><ins>+      RenderTable {TABLE} at (0,4645) size 106x107
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x106
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x102
</span><span class="cx">             RenderTableCell {TD} at (2,41) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -868,7 +868,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,2) size 32x59 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x17
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4779) size 106x107
</del><ins>+      RenderTable {TABLE} at (0,4751) size 106x107
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x106
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x102
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -880,7 +880,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,3) size 32x99 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x17
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4885) size 106x107
</del><ins>+      RenderTable {TABLE} at (0,4857) size 106x107
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x106
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x102
</span><span class="cx">             RenderTableCell {TD} at (2,83) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -892,7 +892,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,5) size 32x99 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x17
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4991) size 106x69
</del><ins>+      RenderTable {TABLE} at (0,4963) size 106x69
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x68
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x64
</span><span class="cx">             RenderTableCell {TD} at (2,45) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -904,11 +904,11 @@
</span><span class="cx">             RenderTableCell {TD} at (72,7) size 32x59 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 30x17
</span><span class="cx">                 text run at (1,1) width 30: &quot;Data&quot;
</span><del>-      RenderBlock {P} at (0,5075) size 769x35
</del><ins>+      RenderBlock {P} at (0,5047) size 769x35
</ins><span class="cx">         RenderText {#text} at (0,0) size 749x34
</span><span class="cx">           text run at (0,0) width 749: &quot;In each of the following tables, three of the cells should have the same baseline of the first line, and the three so marked&quot;
</span><span class="cx">           text run at (0,17) width 269: &quot;should be aligned top, middle, and bottom:&quot;
</span><del>-      RenderTable {TABLE} at (0,5125) size 458x116
</del><ins>+      RenderTable {TABLE} at (0,5097) size 458x116
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 458x115
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 458x111
</span><span class="cx">             RenderTableCell {TD} at (2,74) size 34x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -929,7 +929,7 @@
</span><span class="cx">             RenderTableCell {TD} at (405,92) size 51x21 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 47x17
</span><span class="cx">                 text run at (2,2) width 47: &quot;Bottom&quot;
</span><del>-      RenderTable {TABLE} at (0,5240) size 458x116
</del><ins>+      RenderTable {TABLE} at (0,5212) size 458x116
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 458x115
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 458x111
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 30x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -950,7 +950,7 @@
</span><span class="cx">             RenderTableCell {TD} at (362,45) size 94x57 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 90x53
</span><span class="cx">                 text run at (2,2) width 90: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,5355) size 458x116
</del><ins>+      RenderTable {TABLE} at (0,5327) size 458x116
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 458x115
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 458x111
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 186x111 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -971,7 +971,7 @@
</span><span class="cx">             RenderTableCell {TD} at (362,45) size 94x57 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 90x53
</span><span class="cx">                 text run at (2,2) width 90: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,5470) size 458x116
</del><ins>+      RenderTable {TABLE} at (0,5442) size 458x116
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 458x115
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 458x111
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 30x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -992,7 +992,7 @@
</span><span class="cx">             RenderTableCell {TD} at (270,2) size 186x111 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 182x107
</span><span class="cx">                 text run at (2,2) width 182: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,5585) size 458x116
</del><ins>+      RenderTable {TABLE} at (0,5557) size 458x116
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 458x115
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 458x111
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 30x21 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -1013,11 +1013,11 @@
</span><span class="cx">             RenderTableCell {TD} at (407,47) size 49x21 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 45x17
</span><span class="cx">                 text run at (2,2) width 45: &quot;Middle&quot;
</span><del>-      RenderBlock {HR} at (0,5708) size 769x3 [border: (1px inset #000000)]
-      RenderBlock {P} at (0,5726) size 769x35
</del><ins>+      RenderBlock {HR} at (0,5680) size 769x3 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,5698) size 769x35
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x17 [color=#0000EE]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><del>-      RenderBlock {P} at (0,5776) size 769x18
</del><ins>+      RenderBlock {P} at (0,5748) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 58x17
</span><span class="cx">           text run at (0,0) width 58: &quot;(Back to &quot;
</span><span class="cx">         RenderInline {A} at (0,0) size 158x17 [color=#0000EE]
</span><span class="lines">@@ -1030,7 +1030,7 @@
</span><span class="cx">             text run at (224,0) width 82: &quot;David Baron&quot;
</span><span class="cx">         RenderText {#text} at (306,0) size 5x17
</span><span class="cx">           text run at (306,0) width 5: &quot;)&quot;
</span><del>-      RenderBlock {P} at (0,5809) size 769x18
</del><ins>+      RenderBlock {P} at (0,5781) size 769x18
</ins><span class="cx">         RenderInline {A} at (0,0) size 33x17 [color=#0000EE]
</span><span class="cx">           RenderText {#text} at (0,0) size 33x17
</span><span class="cx">             text run at (0,0) width 33: &quot;LDB&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug119786expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug119786-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug119786expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug119786-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug119786-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug119786-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 70x86 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 70x82 [border: (1px outset #808080)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 70x34 [color=#008000] [bgcolor=#FFFFE0]
</span><span class="cx">           RenderText {#text} at (7,0) size 60x34
</span><span class="cx">             text run at (7,0) width 56: &quot;Where is&quot;
</span><span class="lines">@@ -13,25 +13,25 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 46x17
</span><span class="cx">                 text run at (2,2) width 46: &quot;Header&quot;
</span><del>-        RenderTableSection {TBODY} at (1,60) size 68x25
-          RenderTableRow {TR} at (0,2) size 68x21
-            RenderTableCell {TD} at (2,2) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,60) size 68x21
+          RenderTableRow {TR} at (0,0) size 68x19
+            RenderTableCell {TD} at (2,-1) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;Kibology&quot;
</span><del>-      RenderBlock {HR} at (0,94) size 784x2 [border: (1px inset #000000)]
-      RenderTable {TABLE} at (0,104) size 70x52 [border: (1px outset #808080)]
</del><ins>+      RenderBlock {HR} at (0,90) size 784x2 [border: (1px inset #000000)]
+      RenderTable {TABLE} at (0,100) size 70x48 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 68x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 68x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 46x17
</span><span class="cx">                 text run at (2,2) width 46: &quot;Header&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 68x25
-          RenderTableRow {TR} at (0,2) size 68x21
-            RenderTableCell {TD} at (2,2) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 68x21
+          RenderTableRow {TR} at (0,0) size 68x19
+            RenderTableCell {TD} at (2,-1) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;Kibology&quot;
</span><del>-      RenderBlock {HR} at (0,164) size 784x2 [border: (1px inset #000000)]
-      RenderTable {TABLE} at (0,174) size 70x86 [border: (1px outset #808080)]
</del><ins>+      RenderBlock {HR} at (0,156) size 784x2 [border: (1px inset #000000)]
+      RenderTable {TABLE} at (0,166) size 70x82 [border: (1px outset #808080)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 70x34 [color=#008000] [bgcolor=#FFFFE0]
</span><span class="cx">           RenderText {#text} at (1,0) size 68x34
</span><span class="cx">             text run at (1,0) width 68: &quot;Here is the&quot;
</span><span class="lines">@@ -41,12 +41,12 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 46x17
</span><span class="cx">                 text run at (2,2) width 46: &quot;Header&quot;
</span><del>-        RenderTableSection {TBODY} at (1,60) size 68x25
-          RenderTableRow {TR} at (0,2) size 68x21
-            RenderTableCell {TD} at (2,2) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,60) size 68x21
+          RenderTableRow {TR} at (0,0) size 68x19
+            RenderTableCell {TD} at (2,-1) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;Kibology&quot;
</span><del>-      RenderTable {TABLE} at (0,260) size 70x86 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,248) size 70x82 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,35) size 68x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 68x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -56,25 +56,25 @@
</span><span class="cx">           RenderText {#text} at (7,0) size 60x34
</span><span class="cx">             text run at (7,0) width 56: &quot;Where is&quot;
</span><span class="cx">             text run at (5,17) width 60: &quot;the table?&quot;
</span><del>-        RenderTableSection {TBODY} at (1,60) size 68x25
-          RenderTableRow {TR} at (0,2) size 68x21
-            RenderTableCell {TD} at (2,2) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,60) size 68x21
+          RenderTableRow {TR} at (0,0) size 68x19
+            RenderTableCell {TD} at (2,-1) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;Kibology&quot;
</span><del>-      RenderBlock {HR} at (0,354) size 784x2 [border: (1px inset #000000)]
-      RenderTable {TABLE} at (0,364) size 70x52 [border: (1px outset #808080)]
</del><ins>+      RenderBlock {HR} at (0,338) size 784x2 [border: (1px inset #000000)]
+      RenderTable {TABLE} at (0,348) size 70x48 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 68x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 68x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 46x17
</span><span class="cx">                 text run at (2,2) width 46: &quot;Header&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 68x25
-          RenderTableRow {TR} at (0,2) size 68x21
-            RenderTableCell {TD} at (2,2) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 68x21
+          RenderTableRow {TR} at (0,0) size 68x19
+            RenderTableCell {TD} at (2,-1) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;Kibology&quot;
</span><del>-      RenderBlock {HR} at (0,424) size 784x2 [border: (1px inset #000000)]
-      RenderTable {TABLE} at (0,434) size 70x86 [border: (1px outset #808080)]
</del><ins>+      RenderBlock {HR} at (0,404) size 784x2 [border: (1px inset #000000)]
+      RenderTable {TABLE} at (0,414) size 70x82 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,35) size 68x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 68x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -84,8 +84,8 @@
</span><span class="cx">           RenderText {#text} at (1,0) size 68x34
</span><span class="cx">             text run at (1,0) width 68: &quot;Here is the&quot;
</span><span class="cx">             text run at (20,17) width 30: &quot;table&quot;
</span><del>-        RenderTableSection {TBODY} at (1,60) size 68x25
-          RenderTableRow {TR} at (0,2) size 68x21
-            RenderTableCell {TD} at (2,2) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,60) size 68x21
+          RenderTableRow {TR} at (0,0) size 68x19
+            RenderTableCell {TD} at (2,-1) size 64x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;Kibology&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug13118expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug13118-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug13118expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug13118-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug13118-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug13118-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {H4} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 538x17
</span><span class="cx">           text run at (0,0) width 538: &quot;TBODY is not correctly positioned when TFOOT is present but THEAD is not:&quot;
</span><del>-      RenderTable {TABLE} at (0,38) size 67x53 [border: (1px outset #808080)]
-        RenderTableSection {TFOOT} at (1,26) size 65x25
-          RenderTableRow {TR} at (0,2) size 65x21
-            RenderTableCell {TD} at (2,2) size 61x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,38) size 67x49 [border: (1px outset #808080)]
+        RenderTableSection {TFOOT} at (1,26) size 65x21
+          RenderTableRow {TR} at (0,0) size 65x19
+            RenderTableCell {TD} at (2,-1) size 61x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 65x25
</span><span class="lines">@@ -17,25 +17,25 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 61x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-      RenderBlock (anonymous) at (0,90) size 784x18
</del><ins>+      RenderBlock (anonymous) at (0,86) size 784x18
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><del>-      RenderTable {TABLE} at (0,107) size 68x78 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,103) size 68x70 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 66x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 66x21
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 58x17
</span><span class="cx">                 text run at (2,2) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,51) size 66x25
-          RenderTableRow {TR} at (0,2) size 66x21
-            RenderTableCell {TD} at (2,2) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 66x21
+          RenderTableRow {TR} at (0,0) size 66x19
+            RenderTableCell {TD} at (2,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 66x25
-          RenderTableRow {TR} at (0,2) size 66x21
-            RenderTableCell {TD} at (2,2) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 66x21
+          RenderTableRow {TR} at (0,0) size 66x19
+            RenderTableCell {TD} at (2,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-      RenderBlock {P} at (0,200) size 784x245
</del><ins>+      RenderBlock {P} at (0,188) size 784x185
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">           RenderText {#text} at (0,0) size 154x17
</span><span class="cx">             text run at (0,0) width 154: &quot;Same as above but with &quot;
</span><span class="lines">@@ -44,10 +44,10 @@
</span><span class="cx">               text run at (154,3) width 128: &quot;CELLSPACING=\&quot;10\&quot;&quot;
</span><span class="cx">           RenderText {#text} at (282,0) size 4x17
</span><span class="cx">             text run at (282,0) width 4: &quot;:&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 83x84 [border: (1px outset #808080)]
-          RenderTableSection {TFOOT} at (1,42) size 81x41
-            RenderTableRow {TR} at (0,10) size 81x21
-              RenderTableCell {TD} at (10,10) size 61x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 83x64 [border: (1px outset #808080)]
+          RenderTableSection {TFOOT} at (1,42) size 81x21
+            RenderTableRow {TR} at (0,0) size 81x11
+              RenderTableCell {TD} at (10,-5) size 61x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                   text run at (2,2) width 53: &quot;TFOOT&quot;
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 81x41
</span><span class="lines">@@ -55,21 +55,21 @@
</span><span class="cx">               RenderTableCell {TD} at (10,10) size 61x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                   text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderBlock (anonymous) at (0,102) size 784x17
</del><ins>+        RenderBlock (anonymous) at (0,82) size 784x17
</ins><span class="cx">           RenderBR {BR} at (0,0) size 0x17
</span><del>-        RenderTable {TABLE} at (0,119) size 84x125 [border: (1px outset #808080)]
</del><ins>+        RenderTable {TABLE} at (0,99) size 84x85 [border: (1px outset #808080)]
</ins><span class="cx">           RenderTableSection {THEAD} at (1,1) size 82x41
</span><span class="cx">             RenderTableRow {TR} at (0,10) size 82x21
</span><span class="cx">               RenderTableCell {TH} at (10,10) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 58x17
</span><span class="cx">                   text run at (2,2) width 58: &quot;THEAD&quot;
</span><del>-          RenderTableSection {TFOOT} at (1,83) size 82x41
-            RenderTableRow {TR} at (0,10) size 82x21
-              RenderTableCell {TD} at (10,10) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TFOOT} at (1,63) size 82x21
+            RenderTableRow {TR} at (0,0) size 82x11
+              RenderTableCell {TD} at (10,-5) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                   text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-          RenderTableSection {TBODY} at (1,42) size 82x41
-            RenderTableRow {TR} at (0,10) size 82x21
-              RenderTableCell {TD} at (10,10) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (1,42) size 82x21
+            RenderTableRow {TR} at (0,0) size 82x11
+              RenderTableCell {TD} at (10,-5) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                   text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug190611expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug190611expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">             text run at (108,77) width 0: &quot; &quot;
</span><span class="cx">             text run at (0,88) width 318: &quot;      background-color: #ff99ff;  text-align: center;&quot;
</span><span class="cx">             text run at (318,88) width 0: &quot; &quot;
</span><del>-      RenderTable {TABLE} at (0,151) size 784x213 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,151) size 784x185 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x37 [bgcolor=#00FFFF]
</span><span class="cx">           RenderTableRow {TR} at (0,4) size 782x29
</span><span class="cx">             RenderTableCell {TD} at (4,4) size 137x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -57,61 +57,61 @@
</span><span class="cx">             RenderTableCell {TD} at (640,4) size 138x29 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R1C5&quot;
</span><del>-        RenderTableSection {TBODY} at (1,38) size 782x103 [bgcolor=#9999FF]
-          RenderTableRow {TR} at (0,4) size 782x29
-            RenderTableCell {TD} at (4,4) size 137x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,38) size 782x87 [bgcolor=#9999FF]
+          RenderTableRow {TR} at (0,0) size 782x25
+            RenderTableCell {TD} at (4,-2) size 137x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R2C1&quot;
</span><del>-            RenderTableCell {TD} at (145,4) size 137x29 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (145,-2) size 137x29 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R2C3&quot;
</span><del>-            RenderTableCell {TD} at (286,4) size 173x29 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (286,-2) size 173x29 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R2C3&quot;
</span><del>-            RenderTableCell {TD} at (463,4) size 173x29 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (463,-2) size 173x29 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R2C5&quot;
</span><del>-          RenderTableRow {TR} at (0,37) size 782x29
-            RenderTableCell {TD} at (4,37) size 137x29 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,29) size 782x25
+            RenderTableCell {TD} at (4,27) size 137x29 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R3C1&quot;
</span><del>-            RenderTableCell {TD} at (145,37) size 137x29 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (145,27) size 137x29 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R3C2&quot;
</span><del>-            RenderTableCell {TD} at (286,37) size 492x29 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (286,27) size 492x29 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x17
</span><span class="cx">                 text run at (6,6) width 51: &quot;R3C3-5&quot;
</span><del>-          RenderTableRow {TR} at (0,70) size 782x29
-            RenderTableCell {TD} at (4,70) size 455x29 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</del><ins>+          RenderTableRow {TR} at (0,58) size 782x25
+            RenderTableCell {TD} at (4,56) size 455x29 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x17
</span><span class="cx">                 text run at (6,6) width 51: &quot;R4C1-3&quot;
</span><del>-            RenderTableCell {TD} at (463,70) size 173x29 [border: (1px inset #808080)] [r=2 c=3 rs=3 cs=1]
</del><ins>+            RenderTableCell {TD} at (463,56) size 173x29 [border: (1px inset #808080)] [r=2 c=3 rs=3 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x17
</span><span class="cx">                 text run at (6,6) width 51: &quot;R4-6C4&quot;
</span><del>-            RenderTableCell {TD} at (640,70) size 138x29 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (640,56) size 138x29 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R4C5&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,141) size 782x70 [bgcolor=#FF99FF]
-          RenderTableRow {TR} at (0,4) size 782x29
-            RenderTableCell {TD} at (4,4) size 137x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,125) size 782x58 [bgcolor=#FF99FF]
+          RenderTableRow {TR} at (0,0) size 782x25
+            RenderTableCell {TD} at (4,-2) size 137x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R5C1&quot;
</span><del>-            RenderTableCell {TD} at (145,4) size 137x29 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (145,-2) size 137x29 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R5C2&quot;
</span><del>-            RenderTableCell {TD} at (286,20) size 173x29 [border: (1px inset #808080)] [r=0 c=2 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (286,12) size 173x29 [border: (1px inset #808080)] [r=0 c=2 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x17
</span><span class="cx">                 text run at (6,6) width 51: &quot;R5-6C3&quot;
</span><del>-            RenderTableCell {TD} at (463,4) size 173x29 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (463,-2) size 173x29 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R5C5&quot;
</span><del>-          RenderTableRow {TR} at (0,37) size 782x29
-            RenderTableCell {TD} at (4,37) size 137x29 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,29) size 782x25
+            RenderTableCell {TD} at (4,27) size 137x29 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R6C1&quot;
</span><del>-            RenderTableCell {TD} at (145,37) size 137x29 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (145,27) size 137x29 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R6C2&quot;
</span><del>-            RenderTableCell {TD} at (463,37) size 173x29 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (463,27) size 173x29 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R6C5&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug190612expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug190612expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">             text run at (108,77) width 0: &quot; &quot;
</span><span class="cx">             text run at (0,88) width 318: &quot;      background-color: #ff99ff;  text-align: center;&quot;
</span><span class="cx">             text run at (318,88) width 0: &quot; &quot;
</span><del>-      RenderTable {TABLE} at (0,151) size 784x213 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,151) size 784x185 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x37 [bgcolor=#00FFFF]
</span><span class="cx">           RenderTableRow {TR} at (0,4) size 782x29
</span><span class="cx">             RenderTableCell {TD} at (4,4) size 137x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -57,64 +57,64 @@
</span><span class="cx">             RenderTableCell {TD} at (640,4) size 138x29 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R1C5&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,141) size 782x70 [bgcolor=#FF99FF]
-          RenderTableRow {TR} at (0,4) size 782x29
-            RenderTableCell {TD} at (4,4) size 137x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,125) size 782x58 [bgcolor=#FF99FF]
+          RenderTableRow {TR} at (0,0) size 782x25
+            RenderTableCell {TD} at (4,-2) size 137x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R5C1&quot;
</span><del>-            RenderTableCell {TD} at (145,4) size 137x29 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (145,-2) size 137x29 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R5C2&quot;
</span><del>-            RenderTableCell {TD} at (286,20) size 173x29 [border: (1px inset #808080)] [r=0 c=2 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (286,12) size 173x29 [border: (1px inset #808080)] [r=0 c=2 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x17
</span><span class="cx">                 text run at (6,6) width 51: &quot;R5-6C3&quot;
</span><del>-            RenderTableCell {TD} at (463,20) size 173x29 [border: (1px inset #808080)] [r=0 c=3 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (463,12) size 173x29 [border: (1px inset #808080)] [r=0 c=3 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x17
</span><span class="cx">                 text run at (6,6) width 51: &quot;R5-6C4&quot;
</span><del>-            RenderTableCell {TD} at (640,4) size 138x29 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (640,-2) size 138x29 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R5C5&quot;
</span><del>-          RenderTableRow {TR} at (0,37) size 782x29
-            RenderTableCell {TD} at (4,37) size 137x29 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,29) size 782x25
+            RenderTableCell {TD} at (4,27) size 137x29 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R6C1&quot;
</span><del>-            RenderTableCell {TD} at (145,37) size 137x29 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (145,27) size 137x29 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R6C2&quot;
</span><del>-            RenderTableCell {TD} at (640,37) size 138x29 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (640,27) size 138x29 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R6C5&quot;
</span><del>-        RenderTableSection {TBODY} at (1,38) size 782x103 [bgcolor=#9999FF]
-          RenderTableRow {TR} at (0,4) size 782x29
-            RenderTableCell {TD} at (4,4) size 137x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,38) size 782x87 [bgcolor=#9999FF]
+          RenderTableRow {TR} at (0,0) size 782x25
+            RenderTableCell {TD} at (4,-2) size 137x29 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R2C1&quot;
</span><del>-            RenderTableCell {TD} at (145,4) size 137x29 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (145,-2) size 137x29 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R2C3&quot;
</span><del>-            RenderTableCell {TD} at (286,4) size 173x29 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (286,-2) size 173x29 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R2C3&quot;
</span><del>-            RenderTableCell {TD} at (463,4) size 173x29 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (463,-2) size 173x29 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R2C5&quot;
</span><del>-          RenderTableRow {TR} at (0,37) size 782x29
-            RenderTableCell {TD} at (4,37) size 137x29 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,29) size 782x25
+            RenderTableCell {TD} at (4,27) size 137x29 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R3C1&quot;
</span><del>-            RenderTableCell {TD} at (145,37) size 137x29 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (145,27) size 137x29 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R3C2&quot;
</span><del>-            RenderTableCell {TD} at (286,37) size 492x29 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (286,27) size 492x29 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x17
</span><span class="cx">                 text run at (6,6) width 51: &quot;R3C3-5&quot;
</span><del>-          RenderTableRow {TR} at (0,70) size 782x29
-            RenderTableCell {TD} at (4,70) size 455x29 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</del><ins>+          RenderTableRow {TR} at (0,58) size 782x25
+            RenderTableCell {TD} at (4,56) size 455x29 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x17
</span><span class="cx">                 text run at (6,6) width 51: &quot;R4C1-3&quot;
</span><del>-            RenderTableCell {TD} at (463,70) size 173x29 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (463,56) size 173x29 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R4C4&quot;
</span><del>-            RenderTableCell {TD} at (640,70) size 138x29 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (640,56) size 138x29 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x17
</span><span class="cx">                 text run at (6,6) width 38: &quot;R4C5&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug220536expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug220536-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug220536expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug220536-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug220536-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug220536-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 126x54 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 126x50 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 124x27
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 124x21
</span><span class="cx">             RenderTableCell {TH} at (2,3) size 36x21 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</span><span class="lines">@@ -16,14 +16,14 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 36x17
</span><span class="cx">                 text run at (2,2) width 36: &quot;dddd&quot;
</span><span class="cx">           RenderTableRow {TR} at (0,25) size 124x0
</span><del>-        RenderTableSection {TBODY} at (1,28) size 124x25
-          RenderTableRow {TR} at (0,2) size 124x21
-            RenderTableCell {TD} at (2,2) size 36x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,28) size 124x21
+          RenderTableRow {TR} at (0,0) size 124x19
+            RenderTableCell {TD} at (2,-1) size 36x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x17
</span><span class="cx">                 text run at (2,2) width 32: &quot;1111&quot;
</span><del>-            RenderTableCell {TD} at (40,2) size 40x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (40,-1) size 40x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x17
</span><span class="cx">                 text run at (2,2) width 32: &quot;2222&quot;
</span><del>-            RenderTableCell {TD} at (82,2) size 40x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,-1) size 40x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 32x17
</span><span class="cx">                 text run at (2,2) width 32: &quot;5555&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug26178expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug26178-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug26178expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug26178-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug26178-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug26178-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,18 +3,18 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x576
</span><del>-      RenderTable {TABLE} at (0,0) size 65x46
</del><ins>+      RenderTable {TABLE} at (0,0) size 65x42
</ins><span class="cx">         RenderTableSection {THEAD} at (0,0) size 65x23
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 65x19
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 61x19 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 59x17
</span><span class="cx">                 text run at (1,1) width 59: &quot;The head&quot;
</span><del>-        RenderTableSection {TBODY} at (0,23) size 65x23
-          RenderTableRow {TR} at (0,2) size 65x19
-            RenderTableCell {TD} at (2,2) size 61x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,23) size 65x19
+          RenderTableRow {TR} at (0,0) size 65x17
+            RenderTableCell {TD} at (2,-1) size 61x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;First row&quot;
</span><del>-      RenderBlock {FORM} at (0,46) size 784x30
</del><ins>+      RenderBlock {FORM} at (0,42) size 784x30
</ins><span class="cx">         RenderButton {INPUT} at (2,2) size 55x26 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
</span><span class="cx">           RenderBlock (anonymous) at (8,4) size 39x17
</span><span class="cx">             RenderText at (0,0) size 39x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug270381expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-1-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -9,13 +9,13 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,561) size 64x23
-          RenderTableRow {TR} at (0,2) size 64x19
-            RenderTableCell {TD} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,565) size 64x19
+          RenderTableRow {TR} at (0,0) size 64x17
+            RenderTableCell {TD} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 56x17
</span><span class="cx">                 text run at (1,1) width 56: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (0,23) size 64x538
-          RenderTableRow {TR} at (0,2) size 64x534
-            RenderTableCell {TD} at (2,259) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,23) size 64x542
+          RenderTableRow {TR} at (0,0) size 64x540
+            RenderTableCell {TD} at (2,260) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug270382expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-2-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug270382expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-2-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,44 +1,44 @@
</span><del>-layer at (0,0) size 785x767
</del><ins>+layer at (0,0) size 785x759
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x767
-  RenderBlock {HTML} at (0,0) size 785x767
-    RenderBody {BODY} at (8,8) size 769x751
</del><ins>+layer at (0,0) size 785x759
+  RenderBlock {HTML} at (0,0) size 785x759
+    RenderBody {BODY} at (8,8) size 769x743
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 285x17
</span><span class="cx">           text run at (0,0) width 285: &quot;TABLE 1 - without 'height' style on TABLE&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 69x75 [border: (3px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 69x67 [border: (3px solid #000000)]
</ins><span class="cx">         RenderTableSection {THEAD} at (3,3) size 63x23
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 63x19
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 59x19 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 56x17
</span><span class="cx">                 text run at (1,1) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,49) size 63x23
-          RenderTableRow {TR} at (0,2) size 63x19
-            RenderTableCell {TD} at (2,2) size 59x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (3,45) size 63x19
+          RenderTableRow {TR} at (0,0) size 63x17
+            RenderTableCell {TD} at (2,-1) size 59x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (3,26) size 63x23
-          RenderTableRow {TR} at (0,2) size 63x19
-            RenderTableCell {TD} at (2,2) size 59x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (3,26) size 63x19
+          RenderTableRow {TR} at (0,0) size 63x17
+            RenderTableCell {TD} at (2,-1) size 59x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-      RenderBlock {HR} at (0,116) size 769x2 [border: (1px inset #000000)]
-      RenderBlock {P} at (0,134) size 769x17
</del><ins>+      RenderBlock {HR} at (0,108) size 769x2 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,126) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 265x17
</span><span class="cx">           text run at (0,0) width 265: &quot;TABLE 2 - with 'height' style on TABLE&quot;
</span><del>-      RenderTable {TABLE} at (0,167) size 69x584 [border: (3px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (0,159) size 69x584 [border: (3px solid #000000)]
</ins><span class="cx">         RenderTableSection {THEAD} at (3,3) size 63x23
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 63x19
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 59x19 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 56x17
</span><span class="cx">                 text run at (1,1) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,558) size 63x23
-          RenderTableRow {TR} at (0,2) size 63x19
-            RenderTableCell {TD} at (2,2) size 59x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (3,562) size 63x19
+          RenderTableRow {TR} at (0,0) size 63x17
+            RenderTableCell {TD} at (2,-1) size 59x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (3,26) size 63x532
-          RenderTableRow {TR} at (0,2) size 63x528
-            RenderTableCell {TD} at (2,256) size 59x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (3,26) size 63x536
+          RenderTableRow {TR} at (0,0) size 63x534
+            RenderTableCell {TD} at (2,257) size 59x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug270383expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-3-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug270383expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-3-expected.txt (0 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-3-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug27038-3-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -0,0 +1,51 @@
</span><ins>+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 [bgcolor=#68A8E8]
+      RenderBlock {DIV} at (0,0) size 784x26 [bgcolor=#D0D0D0]
+        RenderText {#text} at (321,0) size 142x26
+          text run at (321,0) width 142: &quot;Font Size:6mm&quot;
+      RenderTable {TABLE} at (0,26) size 784x126 [bgcolor=#008000]
+        RenderTableSection {TBODY} at (0,0) size 784x126
+          RenderTableRow {TR} at (0,2) size 784x122
+            RenderTableCell {TD} at (2,2) size 389x118 [r=0 c=0 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 387x26 [bgcolor=#D0D0D0]
+                RenderText {#text} at (91,0) size 205x26
+                  text run at (91,0) width 205: &quot;Table height at 24mm&quot;
+              RenderTable {TABLE} at (1,27) size 387x90
+                RenderTableSection {THEAD} at (0,0) size 387x32 [bgcolor=#FF0000]
+                  RenderTableRow {TR} at (0,2) size 387x28
+                    RenderTableCell {TD} at (2,2) size 383x28 [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (150,1) size 83x26
+                        text run at (150,1) width 83: &quot;THEAD&quot;
+                RenderTableSection {TFOOT} at (0,62) size 387x28 [bgcolor=#0000FF]
+                  RenderTableRow {TR} at (0,0) size 387x26
+                    RenderTableCell {TD} at (2,0) size 383x28 [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (154,1) size 75x26
+                        text run at (154,1) width 75: &quot;TFOOT&quot;
+                RenderTableSection {TBODY} at (0,32) size 387x30 [bgcolor=#FFFF00]
+                  RenderTableRow {TR} at (0,0) size 387x28
+                    RenderTableCell {TD} at (2,0) size 383x28 [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (154,1) size 75x26
+                        text run at (154,1) width 75: &quot;TBODY&quot;
+            RenderTableCell {TD} at (393,2) size 389x122 [r=0 c=1 rs=1 cs=1]
+              RenderBlock {DIV} at (1,1) size 387x26 [bgcolor=#D0D0D0]
+                RenderText {#text} at (91,0) size 205x26
+                  text run at (91,0) width 205: &quot;Table height at 25mm&quot;
+              RenderTable {TABLE} at (1,27) size 387x94
+                RenderTableSection {THEAD} at (0,0) size 387x32 [bgcolor=#FF0000]
+                  RenderTableRow {TR} at (0,2) size 387x28
+                    RenderTableCell {TD} at (2,2) size 383x28 [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (150,1) size 83x26
+                        text run at (150,1) width 83: &quot;THEAD&quot;
+                RenderTableSection {TFOOT} at (0,66) size 387x28 [bgcolor=#0000FF]
+                  RenderTableRow {TR} at (0,0) size 387x26
+                    RenderTableCell {TD} at (2,0) size 383x28 [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (154,1) size 75x26
+                        text run at (154,1) width 75: &quot;TFOOT&quot;
+                RenderTableSection {TBODY} at (0,32) size 387x34 [bgcolor=#FFFF00]
+                  RenderTableRow {TR} at (0,0) size 387x32
+                    RenderTableCell {TD} at (2,0) size 383x28 [r=0 c=0 rs=1 cs=1]
+                      RenderText {#text} at (154,1) size 75x26
+                        text run at (154,1) width 75: &quot;TBODY&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug278385expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug278385-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug278385-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug278385-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x132
-  RenderBlock {HTML} at (0,0) size 800x132
-    RenderBody {BODY} at (8,8) size 784x116
-      RenderTable {TABLE} at (0,0) size 87x116 [border: (1px outset #808080)]
</del><ins>+layer at (0,0) size 800x128
+  RenderBlock {HTML} at (0,0) size 800x128
+    RenderBody {BODY} at (8,8) size 784x112
+      RenderTable {TABLE} at (0,0) size 87x112 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 85x57
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 85x53
</span><span class="cx">             RenderTableCell {TH} at (2,26) size 38x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -13,9 +13,9 @@
</span><span class="cx">                   text run at (0,0) width 37: &quot;TWO&quot;
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><del>-        RenderTableSection {TBODY} at (1,58) size 85x57
-          RenderTableRow {TR} at (0,2) size 85x53
-            RenderTableCell {TD} at (2,2) size 38x53 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,58) size 85x53
+          RenderTableRow {TR} at (0,0) size 85x51
+            RenderTableCell {TD} at (2,-1) size 38x53 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (2,18) size 34x17
</span><span class="cx">                 RenderText {#text} at (0,0) size 34x17
</span><span class="cx">                   text run at (0,0) width 34: &quot;ONE&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug30418expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug30418-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug30418expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug30418-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug30418-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug30418-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x99
-  RenderBlock {HTML} at (0,0) size 800x99
-    RenderBody {BODY} at (8,8) size 784x83
-      RenderTable {TABLE} at (0,0) size 282x83 [border: (4px outset #808080)]
</del><ins>+layer at (0,0) size 800x91
+  RenderBlock {HTML} at (0,0) size 800x91
+    RenderBody {BODY} at (8,8) size 784x75
+      RenderTable {TABLE} at (0,0) size 282x75 [border: (4px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (4,4) size 274x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 274x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 32x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -30,55 +30,55 @@
</span><span class="cx">             RenderTableCell {TD} at (240,2) size 32x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x17
</span><span class="cx">                 text run at (2,2) width 16: &quot;h7&quot;
</span><del>-        RenderTableSection {TFOOT} at (4,54) size 274x25
-          RenderTableRow {TR} at (0,2) size 274x21
-            RenderTableCell {TD} at (2,2) size 32x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (4,50) size 274x21
+          RenderTableRow {TR} at (0,0) size 274x19
+            RenderTableCell {TD} at (2,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x17
</span><span class="cx">                 text run at (2,2) width 13: &quot;f0&quot;
</span><del>-            RenderTableCell {TD} at (36,2) size 32x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (36,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x17
</span><span class="cx">                 text run at (2,2) width 13: &quot;f1&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 32x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x17
</span><span class="cx">                 text run at (2,2) width 13: &quot;f2&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 32x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x17
</span><span class="cx">                 text run at (2,2) width 13: &quot;f3&quot;
</span><del>-            RenderTableCell {TD} at (138,2) size 32x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x17
</span><span class="cx">                 text run at (2,2) width 13: &quot;f4&quot;
</span><del>-            RenderTableCell {TD} at (172,2) size 32x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (172,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x17
</span><span class="cx">                 text run at (2,2) width 13: &quot;f5&quot;
</span><del>-            RenderTableCell {TD} at (206,2) size 32x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x17
</span><span class="cx">                 text run at (2,2) width 13: &quot;f6&quot;
</span><del>-            RenderTableCell {TD} at (240,2) size 32x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (240,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x17
</span><span class="cx">                 text run at (2,2) width 13: &quot;f7&quot;
</span><del>-        RenderTableSection {TBODY} at (4,29) size 274x25
-          RenderTableRow {TR} at (0,2) size 274x21
-            RenderTableCell {TD} at (2,2) size 32x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (4,29) size 274x21
+          RenderTableRow {TR} at (0,0) size 274x19
+            RenderTableCell {TD} at (2,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x17
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c0&quot;
</span><del>-            RenderTableCell {TD} at (36,2) size 32x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (36,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x17
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c1&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 32x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x17
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c2&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 32x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x17
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c3&quot;
</span><del>-            RenderTableCell {TD} at (138,2) size 32x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x17
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c4&quot;
</span><del>-            RenderTableCell {TD} at (172,2) size 32x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (172,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x17
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c5&quot;
</span><del>-            RenderTableCell {TD} at (206,2) size 32x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x17
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c6&quot;
</span><del>-            RenderTableCell {TD} at (240,2) size 32x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (240,-1) size 32x21 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x17
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c7&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug3263expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug3263-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug3263expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug3263-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug3263-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug3263-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,14 +3,14 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 74x52 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 74x48 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 72x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 72x21
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 68x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 64x17
</span><span class="cx">                 text run at (2,2) width 64: &quot;thead cell&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 72x25
-          RenderTableRow {TR} at (0,2) size 72x21
-            RenderTableCell {TD} at (2,2) size 68x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 72x21
+          RenderTableRow {TR} at (0,0) size 72x19
+            RenderTableCell {TD} at (2,-1) size 68x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x17
</span><span class="cx">                 text run at (2,2) width 62: &quot;tbody cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug38916expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug38916-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug38916expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug38916-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug38916-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug38916-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><del>-layer at (0,0) size 785x1365
</del><ins>+layer at (0,0) size 785x1341
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1365
-  RenderBlock {HTML} at (0,0) size 785x1365
-    RenderBody {BODY} at (8,8) size 769x1349
</del><ins>+layer at (0,0) size 785x1341
+  RenderBlock {HTML} at (0,0) size 785x1341
+    RenderBody {BODY} at (8,8) size 769x1325
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 159x17
</span><span class="cx">           text run at (0,0) width 159: &quot;IFRAME inside TFOOT&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 769x406 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 769x398 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 767x98
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 767x94
</span><span class="cx">             RenderTableCell {TD} at (2,30) size 40x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -23,13 +23,13 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,197) size 767x208
-          RenderTableRow {TR} at (0,2) size 767x204
-            RenderTableCell {TD} at (2,85) size 40x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,193) size 767x204
+          RenderTableRow {TR} at (0,0) size 767x202
+            RenderTableCell {TD} at (2,82) size 40x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (44,2) size 678x204 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (44,-1) size 678x204 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderIFrame {IFRAME} at (12,12) size 155x180 [border: (5px solid #FF0000)]
</span><span class="cx">                 layer at (0,0) size 125x150
</span><span class="cx">                   RenderView at (0,0) size 125x150
</span><span class="lines">@@ -37,30 +37,30 @@
</span><span class="cx">                   RenderBlock {HTML} at (0,0) size 125x150
</span><span class="cx">                     RenderBody {BODY} at (8,8) size 109x134
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,85) size 41x38 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,82) size 41x38 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-        RenderTableSection {TBODY} at (1,99) size 767x98
-          RenderTableRow {TR} at (0,2) size 767x94
-            RenderTableCell {TD} at (2,30) size 40x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,99) size 767x94
+          RenderTableRow {TR} at (0,0) size 767x92
+            RenderTableCell {TD} at (2,27) size 40x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (44,2) size 678x94 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (44,-1) size 678x94 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 612x90
</span><span class="cx">                 RenderText {#text} at (2,2) size 612x90
</span><span class="cx">                   text run at (2,2) width 612: &quot;TBODY blah blah blah blah blah blah&quot;
</span><span class="cx">                   text run at (2,47) width 138: &quot;TBODY&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,30) size 41x38 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,27) size 41x38 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-      RenderBlock {P} at (0,455) size 769x17
</del><ins>+      RenderBlock {P} at (0,447) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 163x17
</span><span class="cx">           text run at (0,0) width 163: &quot;IFRAME inside TBODY&quot;
</span><del>-      RenderTable {TABLE} at (0,488) size 769x406 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,480) size 769x398 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 767x98
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 767x94
</span><span class="cx">             RenderTableCell {TD} at (2,30) size 41x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -77,29 +77,29 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,307) size 767x98
-          RenderTableRow {TR} at (0,2) size 767x94
-            RenderTableCell {TD} at (2,30) size 41x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,303) size 767x94
+          RenderTableRow {TR} at (0,0) size 767x92
+            RenderTableCell {TD} at (2,27) size 41x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (45,2) size 676x94 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,-1) size 676x94 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 602x90
</span><span class="cx">                 RenderText {#text} at (2,2) size 602x90
</span><span class="cx">                   text run at (2,2) width 602: &quot;TFOOT blah blah blah blah blah blah&quot;
</span><span class="cx">                   text run at (2,47) width 128: &quot;TFOOT&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (723,30) size 42x38 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (723,27) size 42x38 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-        RenderTableSection {TBODY} at (1,99) size 767x208
-          RenderTableRow {TR} at (0,2) size 767x204
-            RenderTableCell {TD} at (2,85) size 41x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,99) size 767x204
+          RenderTableRow {TR} at (0,0) size 767x202
+            RenderTableCell {TD} at (2,82) size 41x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (45,2) size 676x204 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,-1) size 676x204 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderIFrame {IFRAME} at (12,12) size 155x180 [border: (5px solid #FF0000)]
</span><span class="cx">                 layer at (0,0) size 125x150
</span><span class="cx">                   RenderView at (0,0) size 125x150
</span><span class="lines">@@ -107,14 +107,14 @@
</span><span class="cx">                   RenderBlock {HTML} at (0,0) size 125x150
</span><span class="cx">                     RenderBody {BODY} at (8,8) size 109x134
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (723,85) size 42x38 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (723,82) size 42x38 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-      RenderBlock {P} at (0,910) size 769x17
</del><ins>+      RenderBlock {P} at (0,894) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 162x17
</span><span class="cx">           text run at (0,0) width 162: &quot;IFRAME inside THEAD&quot;
</span><del>-      RenderTable {TABLE} at (0,943) size 769x406 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,927) size 769x398 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 767x208
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 767x204
</span><span class="cx">             RenderTableCell {TD} at (2,85) size 40x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -133,35 +133,35 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,307) size 767x98
-          RenderTableRow {TR} at (0,2) size 767x94
-            RenderTableCell {TD} at (2,30) size 40x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,303) size 767x94
+          RenderTableRow {TR} at (0,0) size 767x92
+            RenderTableCell {TD} at (2,27) size 40x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (44,2) size 678x94 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (44,-1) size 678x94 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 602x90
</span><span class="cx">                 RenderText {#text} at (2,2) size 602x90
</span><span class="cx">                   text run at (2,2) width 602: &quot;TFOOT blah blah blah blah blah blah&quot;
</span><span class="cx">                   text run at (2,47) width 128: &quot;TFOOT&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,30) size 41x38 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,27) size 41x38 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-        RenderTableSection {TBODY} at (1,209) size 767x98
-          RenderTableRow {TR} at (0,2) size 767x94
-            RenderTableCell {TD} at (2,30) size 40x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,209) size 767x94
+          RenderTableRow {TR} at (0,0) size 767x92
+            RenderTableCell {TD} at (2,27) size 40x38 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (44,2) size 678x94 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (44,-1) size 678x94 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 612x90
</span><span class="cx">                 RenderText {#text} at (2,2) size 612x90
</span><span class="cx">                   text run at (2,2) width 612: &quot;TBODY blah blah blah blah blah blah&quot;
</span><span class="cx">                   text run at (2,47) width 138: &quot;TBODY&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,30) size 41x38 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,27) size 41x38 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x34
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,19) width 26: &quot;Cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug462683expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-3-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug462683expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-3-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-3-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-3-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 233x17
</span><span class="cx">           text run at (0,0) width 233: &quot;table - color, tbodies color, row color&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 187x345 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 187x266 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (41,41) size 105x162 [bgcolor=#FF0000]
</span><span class="cx">           RenderTableRow {TR} at (0,40) size 105x21 [bgcolor=#FFFF00]
</span><span class="cx">             RenderTableCell {TD} at (40,40) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -16,8 +16,8 @@
</span><span class="cx">             RenderTableCell {TD} at (40,101) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-        RenderTableSection {TBODY} at (41,203) size 105x101 [bgcolor=#008000]
-          RenderTableRow {TR} at (0,40) size 105x21
-            RenderTableCell {TD} at (40,40) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (41,203) size 105x22 [bgcolor=#008000]
+          RenderTableRow {TR} at (0,0) size 105x-18
+            RenderTableCell {TD} at (40,-20) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug462685expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-5-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug462685expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-5-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 211x90 [bgcolor=#FF0000] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 211x80 [bgcolor=#FF0000] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#FFFF00]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#C0C0C0]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="lines">@@ -35,17 +35,17 @@
</span><span class="cx">             RenderTableCell {TD} at (158,31) size 46x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x17
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell H&quot;
</span><del>-        RenderTableSection {TBODY} at (1,58) size 209x31
-          RenderTableRow {TR} at (0,5) size 209x21
-            RenderTableCell {TD} at (5,5) size 46x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,58) size 209x21
+          RenderTableRow {TR} at (0,0) size 209x16
+            RenderTableCell {TD} at (5,-2) size 46x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 35x17
</span><span class="cx">                 text run at (2,2) width 35: &quot;Cell I&quot;
</span><del>-            RenderTableCell {TD} at (56,5) size 45x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (56,-2) size 45x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x17
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell J&quot;
</span><del>-            RenderTableCell {TD} at (106,5) size 47x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,-2) size 47x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x17
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell K&quot;
</span><del>-            RenderTableCell {TD} at (158,5) size 46x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (158,-2) size 46x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x17
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell L&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug46268expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug46268expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46268-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 211x90 [bgcolor=#FF0000] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 211x80 [bgcolor=#FF0000] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#FFFF00]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#C0C0C0]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="lines">@@ -35,17 +35,17 @@
</span><span class="cx">             RenderTableCell {TD} at (158,31) size 46x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x17
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell H&quot;
</span><del>-        RenderTableSection {TBODY} at (1,58) size 209x31
-          RenderTableRow {TR} at (0,5) size 209x21
-            RenderTableCell {TD} at (5,5) size 46x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,58) size 209x21
+          RenderTableRow {TR} at (0,0) size 209x16
+            RenderTableCell {TD} at (5,-2) size 46x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 35x17
</span><span class="cx">                 text run at (2,2) width 35: &quot;Cell I&quot;
</span><del>-            RenderTableCell {TD} at (56,5) size 45x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (56,-2) size 45x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x17
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell J&quot;
</span><del>-            RenderTableCell {TD} at (106,5) size 47x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,-2) size 47x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x17
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell K&quot;
</span><del>-            RenderTableCell {TD} at (158,5) size 46x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (158,-2) size 46x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x17
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell L&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug46924expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46924-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug46924expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46924-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46924-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug46924-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,53 +1,53 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x249
-  RenderBlock {HTML} at (0,0) size 800x249
-    RenderBody {BODY} at (8,8) size 784x233
</del><ins>+layer at (0,0) size 800x241
+  RenderBlock {HTML} at (0,0) size 800x241
+    RenderBody {BODY} at (8,8) size 784x225
</ins><span class="cx">       RenderBlock {DIV} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 317x17
</span><span class="cx">           text run at (0,0) width 317: &quot;Buggy example: This table has a tfoot and a tbody&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 784x52 [border: (1px outset #808080)]
-        RenderTableSection {TFOOT} at (1,26) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21 [bgcolor=#808000]
-            RenderTableCell {TD} at (2,2) size 778x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,17) size 784x48 [border: (1px outset #808080)]
+        RenderTableSection {TFOOT} at (1,26) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19 [bgcolor=#808000]
+            RenderTableCell {TD} at (2,-1) size 778x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (670,2) size 106x17
</span><span class="cx">                 text run at (670,2) width 106: &quot;This is the footer&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x21 [bgcolor=#C0C0C0]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 778x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderBlock (anonymous) at (0,69) size 784x17
</del><ins>+      RenderBlock (anonymous) at (0,65) size 784x17
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><del>-      RenderBlock {DIV} at (0,86) size 784x17
</del><ins>+      RenderBlock {DIV} at (0,82) size 784x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 298x17
</span><span class="cx">           text run at (0,0) width 298: &quot;For comparison: The same table without a tfoot&quot;
</span><del>-      RenderTable {TABLE} at (0,103) size 784x27 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,99) size 784x27 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x21 [bgcolor=#C0C0C0]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 778x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderBlock {DIV} at (0,130) size 784x34
</del><ins>+      RenderBlock {DIV} at (0,126) size 784x34
</ins><span class="cx">         RenderText {#text} at (0,0) size 771x34
</span><span class="cx">           text run at (0,0) width 771: &quot;ILLEGAL example: TFOOT after TBODY -- THIS IS PROHIBITED BY HTML 4.01 STRICT AND SHOULD NOT&quot;
</span><span class="cx">           text run at (0,17) width 442: &quot;WORK IN STRICT MODE. Please fix or reenable transitional mode.&quot;
</span><del>-      RenderTable {TABLE} at (0,164) size 784x52 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,160) size 784x48 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x21 [bgcolor=#C0C0C0]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 778x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-        RenderTableSection {TFOOT} at (1,26) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21 [bgcolor=#808000]
-            RenderTableCell {TD} at (2,2) size 778x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,26) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19 [bgcolor=#808000]
+            RenderTableCell {TD} at (2,-1) size 778x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (670,2) size 106x17
</span><span class="cx">                 text run at (670,2) width 106: &quot;This is the footer&quot;
</span><del>-      RenderBlock (anonymous) at (0,216) size 784x17
</del><ins>+      RenderBlock (anonymous) at (0,208) size 784x17
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx"> layer at (13,30) size 387x17
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (2,2) size 387x17 [bgcolor=#FF0000]
</span><span class="cx">     RenderText {#text} at (114,0) size 273x17
</span><span class="cx">       text run at (114,0) width 273: &quot;This row should be in the (grey) table body&quot;
</span><del>-layer at (13,116) size 387x17
</del><ins>+layer at (13,112) size 387x17
</ins><span class="cx">   RenderBlock (relative positioned) {DIV} at (2,2) size 387x17 [bgcolor=#FF0000]
</span><span class="cx">     RenderText {#text} at (114,0) size 273x17
</span><span class="cx">       text run at (114,0) width 273: &quot;This row should be in the (grey) table body&quot;
</span><del>-layer at (13,177) size 387x17
</del><ins>+layer at (13,173) size 387x17
</ins><span class="cx">   RenderBlock (relative positioned) {DIV} at (2,2) size 387x17 [bgcolor=#FF0000]
</span><span class="cx">     RenderText {#text} at (114,0) size 273x17
</span><span class="cx">       text run at (114,0) width 273: &quot;This row should be in the (grey) table body&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug55789expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug55789-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug55789-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug55789-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 40x17
</span><span class="cx">           text run at (0,0) width 40: &quot;25016&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 38x29
</del><ins>+      RenderTable {TABLE} at (0,17) size 38x25
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 38x23
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 38x19
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x19 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 32x17
</span><span class="cx">                 text run at (1,1) width 32: &quot;4659&quot;
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 38x0
</span><del>-        RenderTableSection {TBODY} at (0,23) size 38x6
-          RenderTableRow {TR} at (0,2) size 38x2
-            RenderTableCell {TH} at (2,2) size 34x2 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,23) size 38x2
+          RenderTableRow {TR} at (0,0) size 38x0
+            RenderTableCell {TH} at (2,-1) size 34x2 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug57378expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug57378-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillabugsbug57378expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug57378-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug57378-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/bugs/bug57378-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,14 +3,14 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 91x52 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 91x48 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 89x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 89x21
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 85x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 81x17
</span><span class="cx">                 text run at (2,2) width 81: &quot;inside thead&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 89x25
-          RenderTableRow {TR} at (0,2) size 89x21
-            RenderTableCell {TD} at (2,2) size 85x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 89x21
+          RenderTableRow {TR} at (0,0) size 89x19
+            RenderTableCell {TD} at (2,-1) size 85x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 77x17
</span><span class="cx">                 text run at (2,2) width 77: &quot;inside tbody&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilladomappendTbodyExpand1expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilladomappendTbodyExpand1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/dom/appendTbodyExpand1-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 214x17
</span><span class="cx">           text run at (0,0) width 214: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 62x52 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 62x48 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 60x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 60x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 27x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,17 +15,17 @@
</span><span class="cx">             RenderTableCell {TD} at (31,2) size 27x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;c12&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 60x25
-          RenderTableRow {TR} at (0,2) size 60x21
-            RenderTableCell {TD} at (2,2) size 27x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 60x21
+          RenderTableRow {TR} at (0,0) size 60x19
+            RenderTableCell {TD} at (2,-1) size 27x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;X1&quot;
</span><del>-            RenderTableCell {TD} at (31,2) size 27x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (31,-1) size 27x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;X2&quot;
</span><del>-      RenderBlock (anonymous) at (0,69) size 784x17
</del><ins>+      RenderBlock (anonymous) at (0,65) size 784x17
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><del>-      RenderTable {TABLE} at (0,86) size 62x52 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,82) size 62x48 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 60x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 60x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 27x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -34,13 +34,13 @@
</span><span class="cx">             RenderTableCell {TD} at (31,2) size 27x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;c12&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 60x25
-          RenderTableRow {TR} at (0,2) size 60x21
-            RenderTableCell {TD} at (2,2) size 27x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 60x21
+          RenderTableRow {TR} at (0,0) size 60x19
+            RenderTableCell {TD} at (2,-1) size 27x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;X1&quot;
</span><del>-            RenderTableCell {TD} at (31,2) size 27x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (31,-1) size 27x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;X2&quot;
</span><del>-      RenderBlock (anonymous) at (0,138) size 784x17
</del><ins>+      RenderBlock (anonymous) at (0,130) size 784x17
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_layersopacityexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_layersopacityexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1280
</del><ins>+layer at (0,0) size 785x1245
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1280
-  RenderBlock {HTML} at (0,0) size 785x1281
-    RenderBody {BODY} at (8,17) size 769x1256 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1245
+  RenderBlock {HTML} at (0,0) size 785x1246
+    RenderBody {BODY} at (8,17) size 769x1221 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,294) size 618x480 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
</del><ins>+      RenderTable {TABLE} at (0,294) size 618x445 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21 [color=#FFFFFF]
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -62,8 +62,8 @@
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection {THEAD} at (1,22) size 616x114
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-      RenderTable {TABLE} at (0,773) size 578x432 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+      RenderTable {TABLE} at (0,738) size 578x432 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21 [color=#FFFFFF]
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -75,11 +75,11 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection {THEAD} at (0,27) size 577x99
</span><span class="cx">         RenderTableSection {TBODY} at (0,126) size 577x190
</span><del>-      RenderBlock {DIV} at (0,1204) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1169) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1239) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1204) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span><span class="cx"> layer at (9,341) size 616x100
</span><span class="lines">@@ -95,46 +95,46 @@
</span><span class="cx">   RenderTableCell {TH} at (7,44) size 130x25 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">     RenderText {#text} at (42,2) size 46x21
</span><span class="cx">       text run at (42,2) width 46: &quot;TH A&quot;
</span><del>-layer at (9,661) size 616x129
-  RenderTableSection {TFOOT} at (1,349) size 616x129 [bgcolor=#FFFF00]
-layer at (9,668) size 616x115
-  RenderTableRow {TR} at (0,7) size 616x115 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+layer at (9,640) size 616x115
+  RenderTableSection {TFOOT} at (1,328) size 616x115 [bgcolor=#FFFF00]
+layer at (9,640) size 616x108
+  RenderTableRow {TR} at (0,0) size 616x108 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">       RenderText {#text} at (2,2) size 47x21
</span><span class="cx">         text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-    RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 46x21
</span><span class="cx">         text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-layer at (505,668) size 113x115
-  RenderTableCell {TD} at (496,52) size 113x25 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+layer at (505,640) size 113x108
+  RenderTableCell {TD} at (496,41) size 113x25 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (2,2) size 44x21
</span><span class="cx">       text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-layer at (9,455) size 616x108
-  RenderTableRow {TR} at (0,7) size 616x108 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</del><ins>+layer at (9,448) size 616x101
+  RenderTableRow {TR} at (0,0) size 616x101 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">       RenderText {#text} at (14,14) size 44x21
</span><span class="cx">         text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-    RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 43x21
</span><span class="cx">         text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-    RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 46x21
</span><span class="cx">         text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-    RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 45x21
</span><span class="cx">         text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-layer at (9,570) size 616x84
-  RenderTableRow {TR} at (0,122) size 616x84 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+layer at (9,556) size 616x77
+  RenderTableRow {TR} at (0,108) size 616x77 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 42x21
</span><span class="cx">         text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-    RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 45x21
</span><span class="cx">         text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-    RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+    RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">       RenderText {#text} at (2,2) size 43x21
</span><span class="cx">         text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-layer at (8,818) size 577x99
</del><ins>+layer at (8,783) size 577x99
</ins><span class="cx">   RenderTableRow {TR} at (0,0) size 577x99 [bgcolor=#FF0000]
</span><span class="cx">     RenderTableCell {TH} at (135,31) size 207x36 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">       RenderText {#text} at (81,8) size 46x21
</span><span class="lines">@@ -143,13 +143,13 @@
</span><span class="cx">     RenderTableCell {TH} at (465,37) size 112x24 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">       RenderText {#text} at (34,2) size 45x21
</span><span class="cx">         text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-layer at (8,818) size 135x99
</del><ins>+layer at (8,783) size 135x99
</ins><span class="cx">   RenderTableCell {TH} at (0,34) size 135x30 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">     RenderText {#text} at (42,2) size 46x21
</span><span class="cx">       text run at (42,2) width 46: &quot;TH A&quot;
</span><del>-layer at (8,1107) size 577x114
</del><ins>+layer at (8,1072) size 577x114
</ins><span class="cx">   RenderTableSection {TFOOT} at (0,316) size 577x114 [bgcolor=#FFFF00]
</span><del>-layer at (8,1107) size 577x114
</del><ins>+layer at (8,1072) size 577x114
</ins><span class="cx">   RenderTableRow {TR} at (0,0) size 577x114 [bgcolor=#FF0000]
</span><span class="cx">     RenderTableCell {TD} at (0,42) size 342x30 [border: (7px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">       RenderText {#text} at (2,8) size 47x21
</span><span class="lines">@@ -157,11 +157,11 @@
</span><span class="cx">     RenderTableCell {TD} at (342,45) size 123x24 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">       RenderText {#text} at (2,2) size 46x21
</span><span class="cx">         text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-layer at (473,1107) size 112x114
</del><ins>+layer at (473,1072) size 112x114
</ins><span class="cx">   RenderTableCell {TD} at (465,45) size 112x24 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">     RenderText {#text} at (2,2) size 44x21
</span><span class="cx">       text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-layer at (8,917) size 577x107
</del><ins>+layer at (8,882) size 577x107
</ins><span class="cx">   RenderTableRow {TR} at (0,0) size 577x107 [bgcolor=#FF0000]
</span><span class="cx">     RenderTableCell {TD} at (0,77) size 135x36 [border: (7px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">       RenderText {#text} at (8,8) size 44x21
</span><span class="lines">@@ -175,7 +175,7 @@
</span><span class="cx">     RenderTableCell {TD} at (465,41) size 112x24 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">       RenderText {#text} at (2,2) size 45x21
</span><span class="cx">         text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-layer at (8,1024) size 577x83
</del><ins>+layer at (8,989) size 577x83
</ins><span class="cx">   RenderTableRow {TR} at (0,107) size 577x83 [bgcolor=#FF0000]
</span><span class="cx">     RenderTableCell {TD} at (135,136) size 207x24 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">       RenderText {#text} at (8,2) size 42x21
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_positiontableexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_positiontableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1235
</del><ins>+layer at (0,0) size 785x1200
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1235
-  RenderBlock {HTML} at (0,0) size 785x1236
-    RenderBody {BODY} at (8,17) size 769x1211 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1200
+  RenderBlock {HTML} at (0,0) size 785x1201
+    RenderBody {BODY} at (8,17) size 769x1176 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,249) size 618x480 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,249) size 618x445 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -64,42 +64,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-      RenderTable {TABLE} at (0,728) size 578x432 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,693) size 578x432 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -158,10 +158,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1159) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1124) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1194) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1159) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablecellexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1293
</del><ins>+layer at (0,0) size 785x1258
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1293
-  RenderBlock {HTML} at (0,0) size 785x1294
-    RenderBody {BODY} at (8,17) size 769x1269 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1258
+  RenderBlock {HTML} at (0,0) size 785x1259
+    RenderBody {BODY} at (8,17) size 769x1234 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,307) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,307) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -73,42 +73,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,786) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,751) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -167,10 +167,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1217) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1182) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1252) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1217) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablecolumnexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablecolumnexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1366
</del><ins>+layer at (0,0) size 785x1331
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1366
-  RenderBlock {HTML} at (0,0) size 785x1367
-    RenderBody {BODY} at (8,17) size 769x1342 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1331
+  RenderBlock {HTML} at (0,0) size 785x1332
+    RenderBody {BODY} at (8,17) size 769x1307 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,380) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,380) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -83,42 +83,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,859) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,824) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -177,10 +177,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1290) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1255) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1325) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1290) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablecolumngroupexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablecolumngroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1381
</del><ins>+layer at (0,0) size 785x1346
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1381
-  RenderBlock {HTML} at (0,0) size 785x1382
-    RenderBody {BODY} at (8,17) size 769x1357 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1346
+  RenderBlock {HTML} at (0,0) size 785x1347
+    RenderBody {BODY} at (8,17) size 769x1322 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,395) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,395) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -85,42 +85,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,874) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,839) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -179,10 +179,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1305) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1270) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1340) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1305) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletableexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1293
</del><ins>+layer at (0,0) size 785x1258
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1293
-  RenderBlock {HTML} at (0,0) size 785x1294
-    RenderBody {BODY} at (8,17) size 769x1269 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1258
+  RenderBlock {HTML} at (0,0) size 785x1259
+    RenderBody {BODY} at (8,17) size 769x1234 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,307) size 618x480 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,307) size 618x445 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -72,42 +72,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,786) size 578x432 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,751) size 578x432 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -166,10 +166,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1217) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1182) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1252) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1217) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablerowexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1366
</del><ins>+layer at (0,0) size 785x1331
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1366
-  RenderBlock {HTML} at (0,0) size 785x1367
-    RenderBody {BODY} at (8,17) size 769x1342 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1331
+  RenderBlock {HTML} at (0,0) size 785x1332
+    RenderBody {BODY} at (8,17) size 769x1307 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,380) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,380) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -83,42 +83,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115 [bgcolor=#000000]
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108 [bgcolor=#000000]
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108 [bgcolor=#000000]
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101 [bgcolor=#000000]
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84 [bgcolor=#000000]
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77 [bgcolor=#000000]
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,859) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,824) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -177,10 +177,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1290) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1255) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1325) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1290) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablerowgroupexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbackgr_simpletablerowgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1351
</del><ins>+layer at (0,0) size 785x1316
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1351
-  RenderBlock {HTML} at (0,0) size 785x1352
-    RenderBody {BODY} at (8,17) size 769x1327 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1316
+  RenderBlock {HTML} at (0,0) size 785x1317
+    RenderBody {BODY} at (8,17) size 769x1292 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,365) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,365) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -81,42 +81,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,844) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,809) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -175,10 +175,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1275) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1240) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1310) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1275) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbody_tfootexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/body_tfoot-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbody_tfootexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/body_tfoot-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/body_tfoot-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/body_tfoot-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,13 +3,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 483x126
</del><ins>+      RenderTable {TABLE} at (0,0) size 483x122
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 483x17
</span><span class="cx">           RenderText {#text} at (47,0) size 389x17
</span><span class="cx">             text run at (47,0) width 389: &quot;Communicator 4.5 Installers for Mac and Windows Platforms&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,103) size 483x23
-          RenderTableRow {TR} at (0,2) size 483x19
-            RenderTableCell {TD} at (2,2) size 185x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,103) size 483x19
+          RenderTableRow {TR} at (0,0) size 483x17
+            RenderTableCell {TD} at (2,-1) size 185x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 183x17
</span><span class="cx">                 text run at (1,1) width 183: &quot;This is the footer information&quot;
</span><span class="cx">         RenderTableSection {TBODY} at (0,17) size 483x86
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbody_theadexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/body_thead-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinbody_theadexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/body_thead-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/body_thead-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/body_thead-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 488x126
</del><ins>+      RenderTable {TABLE} at (0,0) size 488x116
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 488x17
</span><span class="cx">           RenderText {#text} at (50,0) size 388x17
</span><span class="cx">             text run at (50,0) width 388: &quot;Communicator 4.5 Installers for Mac and Windows Platforms&quot;
</span><span class="lines">@@ -12,54 +12,54 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 190x19 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 188x17
</span><span class="cx">                 text run at (1,1) width 188: &quot;This is the header information&quot;
</span><del>-        RenderTableSection {TBODY} at (0,40) size 488x86
-          RenderTableRow {TR} at (0,2) size 488x19
-            RenderTableCell {TH} at (2,10) size 190x2 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TH} at (194,2) size 109x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,40) size 488x76
+          RenderTableRow {TR} at (0,0) size 488x17
+            RenderTableCell {TH} at (2,7) size 190x2 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TH} at (194,-1) size 109x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 107x17
</span><span class="cx">                 text run at (1,1) width 107: &quot;Macintosh PPC&quot;
</span><del>-            RenderTableCell {TH} at (305,2) size 86x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (305,-1) size 86x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 84x17
</span><span class="cx">                 text run at (1,1) width 84: &quot;Windows 95&quot;
</span><del>-            RenderTableCell {TH} at (393,2) size 93x19 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (393,-1) size 93x19 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 91x17
</span><span class="cx">                 text run at (1,1) width 91: &quot;Windows NT&quot;
</span><del>-          RenderTableRow {TR} at (0,23) size 488x19
-            RenderTableCell {TD} at (2,23) size 190x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,19) size 488x17
+            RenderTableCell {TD} at (2,18) size 190x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 73x17
</span><span class="cx">                 text run at (1,1) width 73: &quot;Base Install&quot;
</span><del>-            RenderTableCell {TD} at (194,23) size 109x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (194,18) size 109x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (305,23) size 86x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (305,18) size 86x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (393,23) size 93x19 [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (393,18) size 93x19 [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-          RenderTableRow {TR} at (0,44) size 488x19
-            RenderTableCell {TD} at (2,44) size 190x19 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,38) size 488x17
+            RenderTableCell {TD} at (2,37) size 190x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 103x17
</span><span class="cx">                 text run at (1,1) width 103: &quot;Complete Install&quot;
</span><del>-            RenderTableCell {TD} at (194,44) size 109x19 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (194,37) size 109x19 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (305,44) size 86x19 [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (305,37) size 86x19 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (393,44) size 93x19 [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (393,37) size 93x19 [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-          RenderTableRow {TR} at (0,65) size 488x19
-            RenderTableCell {TD} at (2,65) size 190x19 [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,57) size 488x17
+            RenderTableCell {TD} at (2,56) size 190x19 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 114x17
</span><span class="cx">                 text run at (1,1) width 114: &quot;Pro Edition Install&quot;
</span><del>-            RenderTableCell {TD} at (194,65) size 109x19 [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (194,56) size 109x19 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (305,65) size 86x19 [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (305,56) size 86x19 [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (393,65) size 93x19 [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (393,56) size 93x19 [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintable_rules_groupsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintable_rules_groupsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/table_rules_groups-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 488x149
</del><ins>+      RenderTable {TABLE} at (0,0) size 488x135
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 488x17
</span><span class="cx">           RenderText {#text} at (50,0) size 388x17
</span><span class="cx">             text run at (50,0) width 388: &quot;Communicator 4.5 Installers for Mac and Windows Platforms&quot;
</span><span class="lines">@@ -13,59 +13,59 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 190x19 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 188x17
</span><span class="cx">                 text run at (1,1) width 188: &quot;This is the header information&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,126) size 488x23
-          RenderTableRow {TR} at (0,2) size 488x19
-            RenderTableCell {TD} at (2,2) size 190x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,116) size 488x19
+          RenderTableRow {TR} at (0,0) size 488x17
+            RenderTableCell {TD} at (2,-1) size 190x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 183x17
</span><span class="cx">                 text run at (1,1) width 183: &quot;This is the footer information&quot;
</span><del>-        RenderTableSection {TBODY} at (0,40) size 488x86
-          RenderTableRow {TR} at (0,2) size 488x19
-            RenderTableCell {TH} at (2,10) size 190x2 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TH} at (194,2) size 109x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,40) size 488x76
+          RenderTableRow {TR} at (0,0) size 488x17
+            RenderTableCell {TH} at (2,7) size 190x2 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TH} at (194,-1) size 109x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 107x17
</span><span class="cx">                 text run at (1,1) width 107: &quot;Macintosh PPC&quot;
</span><del>-            RenderTableCell {TH} at (305,2) size 86x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (305,-1) size 86x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 84x17
</span><span class="cx">                 text run at (1,1) width 84: &quot;Windows 95&quot;
</span><del>-            RenderTableCell {TH} at (393,2) size 93x19 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (393,-1) size 93x19 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 91x17
</span><span class="cx">                 text run at (1,1) width 91: &quot;Windows NT&quot;
</span><del>-          RenderTableRow {TR} at (0,23) size 488x19
-            RenderTableCell {TD} at (2,23) size 190x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,19) size 488x17
+            RenderTableCell {TD} at (2,18) size 190x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 73x17
</span><span class="cx">                 text run at (1,1) width 73: &quot;Base Install&quot;
</span><del>-            RenderTableCell {TD} at (194,23) size 109x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (194,18) size 109x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (305,23) size 86x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (305,18) size 86x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (393,23) size 93x19 [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (393,18) size 93x19 [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-          RenderTableRow {TR} at (0,44) size 488x19
-            RenderTableCell {TD} at (2,44) size 190x19 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,38) size 488x17
+            RenderTableCell {TD} at (2,37) size 190x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 103x17
</span><span class="cx">                 text run at (1,1) width 103: &quot;Complete Install&quot;
</span><del>-            RenderTableCell {TD} at (194,44) size 109x19 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (194,37) size 109x19 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (305,44) size 86x19 [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (305,37) size 86x19 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (393,44) size 93x19 [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (393,37) size 93x19 [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-          RenderTableRow {TR} at (0,65) size 488x19
-            RenderTableCell {TD} at (2,65) size 190x19 [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,57) size 488x17
+            RenderTableCell {TD} at (2,56) size 190x19 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 114x17
</span><span class="cx">                 text run at (1,1) width 114: &quot;Pro Edition Install&quot;
</span><del>-            RenderTableCell {TD} at (194,65) size 109x19 [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (194,56) size 109x19 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (305,65) size 86x19 [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (305,56) size 86x19 [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (393,65) size 93x19 [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (393,56) size 93x19 [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x17
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_centerexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_center-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 678x17
</span><span class="cx">           text run at (0,0) width 678: &quot;The TBODY element labels the body area of a table. In this test, the TBODY text should be center aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 688x79 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 688x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 686x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 686x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (344,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x17
</span><span class="cx">                 text run at (2,2) width 336: &quot;This text is in the THEADThis text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 686x25
-          RenderTableRow {TR} at (0,2) size 686x21
-            RenderTableCell {TD} at (2,2) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 686x21
+          RenderTableRow {TR} at (0,0) size 686x19
+            RenderTableCell {TD} at (2,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (344,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 686x25
-          RenderTableRow {TR} at (0,2) size 686x21
-            RenderTableCell {TD} at (2,2) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 686x21
+          RenderTableRow {TR} at (0,0) size 686x19
+            RenderTableCell {TD} at (2,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (85,2) size 170x17
</span><span class="cx">                 text run at (85,2) width 170: &quot;This text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (344,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (85,2) size 170x17
</span><span class="cx">                 text run at (85,2) width 170: &quot;This text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 686x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 686x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_charexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_char-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx">           text run at (0,0) width 775: &quot;In this test, the TBODY section of the table contains numbers with decimals. The test uses the attribute/value ALIGN=char&quot;
</span><span class="cx">           text run at (0,17) width 773: &quot;without the additional CHAR attribute to specify a particular character. Therefore, ALIGN=char should cause the numbers&quot;
</span><span class="cx">           text run at (0,34) width 274: &quot;to align to the default value (decimal point).&quot;
</span><del>-      RenderTable {TABLE} at (0,67) size 526x102 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,67) size 526x90 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 524x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 524x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -20,36 +20,36 @@
</span><span class="cx">             RenderTableCell {TD} at (350,2) size 172x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,76) size 524x25
-          RenderTableRow {TR} at (0,2) size 524x21
-            RenderTableCell {TD} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,68) size 524x21
+          RenderTableRow {TR} at (0,0) size 524x19
+            RenderTableCell {TD} at (2,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (176,2) size 172x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (176,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (350,2) size 172x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (350,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 524x48
-          RenderTableRow {TR} at (0,2) size 524x21
-            RenderTableCell {TD} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 524x42
+          RenderTableRow {TR} at (0,0) size 524x19
+            RenderTableCell {TD} at (2,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x17
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {TD} at (176,2) size 172x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (176,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><del>-            RenderTableCell {TD} at (350,2) size 172x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (350,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x17
</span><span class="cx">                 text run at (2,2) width 44: &quot;555.00&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 524x21
-            RenderTableCell {TD} at (2,25) size 172x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,21) size 524x19
+            RenderTableCell {TD} at (2,20) size 172x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x17
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {TD} at (176,25) size 172x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (176,20) size 172x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x17
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span><del>-            RenderTableCell {TD} at (350,25) size 172x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (350,20) size 172x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span><del>-        RenderTableSection {TBODY} at (1,74) size 524x2
</del><ins>+        RenderTableSection {TBODY} at (1,68) size 524x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_justifyexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_justify-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 671x34
</span><span class="cx">           text run at (0,0) width 671: &quot;The TBODY element labels the body area of a table. In this test, the TBODY text has an attribute value of&quot;
</span><span class="cx">           text run at (0,17) width 632: &quot;ALIGN=JUSTIFY. ALIGN-JUSTIFY should attempt to justify text within all cells of the TBODY.&quot;
</span><del>-      RenderTable {TABLE} at (0,50) size 688x79 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,50) size 688x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 686x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 686x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -16,20 +16,20 @@
</span><span class="cx">             RenderTableCell {TD} at (344,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x17
</span><span class="cx">                 text run at (2,2) width 336: &quot;This text is in the THEADThis text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 686x25
-          RenderTableRow {TR} at (0,2) size 686x21
-            RenderTableCell {TD} at (2,2) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 686x21
+          RenderTableRow {TR} at (0,0) size 686x19
+            RenderTableCell {TD} at (2,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (344,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 686x25
-          RenderTableRow {TR} at (0,2) size 686x21
-            RenderTableCell {TD} at (2,2) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 686x21
+          RenderTableRow {TR} at (0,0) size 686x19
+            RenderTableCell {TD} at (2,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (344,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 686x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 686x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_leftexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_left-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 660x17
</span><span class="cx">           text run at (0,0) width 660: &quot;The TBODY element labels the body area of a table. In this test, the TBODY text should be left aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 688x79 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 688x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 686x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 686x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (344,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x17
</span><span class="cx">                 text run at (2,2) width 336: &quot;This text is in the THEADThis text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 686x25
-          RenderTableRow {TR} at (0,2) size 686x21
-            RenderTableCell {TD} at (2,2) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 686x21
+          RenderTableRow {TR} at (0,0) size 686x19
+            RenderTableCell {TD} at (2,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (344,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 686x25
-          RenderTableRow {TR} at (0,2) size 686x21
-            RenderTableCell {TD} at (2,2) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 686x21
+          RenderTableRow {TR} at (0,0) size 686x19
+            RenderTableCell {TD} at (2,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (344,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 686x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 686x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_rightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_align_right-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 669x17
</span><span class="cx">           text run at (0,0) width 669: &quot;The TBODY element labels the body area of a table. In this test, the TBODY text should be right aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 688x79 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 688x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 686x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 686x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (344,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x17
</span><span class="cx">                 text run at (2,2) width 336: &quot;This text is in the THEADThis text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 686x25
-          RenderTableRow {TR} at (0,2) size 686x21
-            RenderTableCell {TD} at (2,2) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 686x21
+          RenderTableRow {TR} at (0,0) size 686x19
+            RenderTableCell {TD} at (2,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (344,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 686x25
-          RenderTableRow {TR} at (0,2) size 686x21
-            RenderTableCell {TD} at (2,2) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 686x21
+          RenderTableRow {TR} at (0,0) size 686x19
+            RenderTableCell {TD} at (2,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (169,2) size 169x17
</span><span class="cx">                 text run at (169,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (344,2) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (169,2) size 169x17
</span><span class="cx">                 text run at (169,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 686x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 686x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_charexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_char-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_char-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_char-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 770x34
</span><span class="cx">           text run at (0,0) width 770: &quot;The TBODY element defines the table body within a table. In this test, the numbers contained in the TBODY cells should&quot;
</span><span class="cx">           text run at (0,17) width 167: &quot;align on the decimal point.&quot;
</span><del>-      RenderTable {TABLE} at (0,50) size 526x102 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,50) size 526x90 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 524x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 524x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -19,36 +19,36 @@
</span><span class="cx">             RenderTableCell {TD} at (350,2) size 172x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,76) size 524x25
-          RenderTableRow {TR} at (0,2) size 524x21
-            RenderTableCell {TD} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,68) size 524x21
+          RenderTableRow {TR} at (0,0) size 524x19
+            RenderTableCell {TD} at (2,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (176,2) size 172x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (176,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (350,2) size 172x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (350,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 524x48
-          RenderTableRow {TR} at (0,2) size 524x21
-            RenderTableCell {TD} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 524x42
+          RenderTableRow {TR} at (0,0) size 524x19
+            RenderTableCell {TD} at (2,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x17
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {TD} at (176,2) size 172x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (176,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><del>-            RenderTableCell {TD} at (350,2) size 172x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (350,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x17
</span><span class="cx">                 text run at (2,2) width 44: &quot;555.00&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 524x21
-            RenderTableCell {TD} at (2,25) size 172x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,21) size 524x19
+            RenderTableCell {TD} at (2,20) size 172x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x17
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {TD} at (176,25) size 172x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (176,20) size 172x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x17
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span><del>-            RenderTableCell {TD} at (350,25) size 172x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (350,20) size 172x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span><del>-        RenderTableSection {TBODY} at (1,74) size 524x2
</del><ins>+        RenderTableSection {TBODY} at (1,68) size 524x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_baselineexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_baseline-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 212x17
</span><span class="cx">           text run at (0,0) width 212: &quot;TBODY VALIGN=BASELINE&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 784x267 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 784x257 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,241) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,235) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 782x213
-          RenderTableRow {TR} at (0,2) size 782x209
-            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 782x209
+          RenderTableRow {TR} at (0,0) size 782x207
+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><del>-            RenderTableCell {TD} at (308,173) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,171) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 454x34
</span><span class="cx">                 text run at (2,2) width 454: &quot;This text is within the TBODY element and should be vertically aligned&quot;
</span><span class="cx">                 text run at (2,19) width 90: &quot;to the baseline&quot;
</span><del>-        RenderTableSection {TBODY} at (1,239) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,235) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_bottomexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_bottom-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 202x17
</span><span class="cx">           text run at (0,0) width 202: &quot;TBODY VALIGN=BOTTOM&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 784x247 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 784x237 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,221) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,215) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 782x193
-          RenderTableRow {TR} at (0,2) size 782x189
-            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 782x189
+          RenderTableRow {TR} at (0,0) size 782x187
+            RenderTableCell {TD} at (2,-2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><del>-            RenderTableCell {TD} at (308,153) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,149) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 454x34
</span><span class="cx">                 text run at (2,2) width 454: &quot;This text is within the TBODY element and should be vertically aligned&quot;
</span><span class="cx">                 text run at (2,19) width 83: &quot;to the bottom&quot;
</span><del>-        RenderTableSection {TBODY} at (1,219) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,215) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_middleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_middle-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 196x17
</span><span class="cx">           text run at (0,0) width 196: &quot;TBODY VALIGN=MIDDLE&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 784x247 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 784x237 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,221) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,215) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 782x193
-          RenderTableRow {TR} at (0,2) size 782x189
-            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 782x189
+          RenderTableRow {TR} at (0,0) size 782x187
+            RenderTableCell {TD} at (2,-1) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><del>-            RenderTableCell {TD} at (308,77) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,74) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 454x34
</span><span class="cx">                 text run at (2,2) width 454: &quot;This text is within the TBODY element and should be vertically aligned&quot;
</span><span class="cx">                 text run at (2,19) width 82: &quot;to the middle&quot;
</span><del>-        RenderTableSection {TBODY} at (1,219) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,215) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_topexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintbody_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tbody_valign_top-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 164x17
</span><span class="cx">           text run at (0,0) width 164: &quot;TBODY VALIGN=TOP&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 784x247 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 784x237 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,221) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,215) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 782x193
-          RenderTableRow {TR} at (0,2) size 782x189
-            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 782x189
+          RenderTableRow {TR} at (0,0) size 782x187
+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><del>-            RenderTableCell {TD} at (308,2) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,0) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 454x34
</span><span class="cx">                 text run at (2,2) width 454: &quot;This text is within the TBODY element and should be vertically aligned&quot;
</span><span class="cx">                 text run at (2,19) width 59: &quot;to the top&quot;
</span><del>-        RenderTableSection {TBODY} at (1,219) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,215) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_centerexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_center-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 668x17
</span><span class="cx">           text run at (0,0) width 668: &quot;The TFOOT element labels the head area of a table. In this test, the TFOOT text should be center aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 692x79 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 692x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x17
</span><span class="cx">                 text run at (2,2) width 336: &quot;This text is in the THEADThis text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (88,2) size 166x17
</span><span class="cx">                 text run at (88,2) width 166: &quot;This text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (88,2) size 166x17
</span><span class="cx">                 text run at (88,2) width 166: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_charexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_char-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx">           text run at (0,0) width 771: &quot;In this test, the TFOOT section of the table contains numbers with decimals. The test uses the attribute/value ALIGN=char&quot;
</span><span class="cx">           text run at (0,17) width 773: &quot;without the additional CHAR attribute to specify a particular character. Therefore, ALIGN=char should cause the numbers&quot;
</span><span class="cx">           text run at (0,34) width 274: &quot;to align to the default value (decimal point).&quot;
</span><del>-      RenderTable {TABLE} at (0,67) size 529x102 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,67) size 529x90 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 527x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 527x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -20,36 +20,36 @@
</span><span class="cx">             RenderTableCell {TD} at (352,2) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 527x48
-          RenderTableRow {TR} at (0,2) size 527x21
-            RenderTableCell {TD} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 527x42
+          RenderTableRow {TR} at (0,0) size 527x19
+            RenderTableCell {TD} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x17
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {TD} at (177,2) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><del>-            RenderTableCell {TD} at (352,2) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x17
</span><span class="cx">                 text run at (2,2) width 44: &quot;555.00&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 527x21
-            RenderTableCell {TD} at (2,25) size 173x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,21) size 527x19
+            RenderTableCell {TD} at (2,20) size 173x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x17
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {TD} at (177,25) size 173x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,20) size 173x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x17
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span><del>-            RenderTableCell {TD} at (352,25) size 173x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,20) size 173x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 527x25
-          RenderTableRow {TR} at (0,2) size 527x21
-            RenderTableCell {TD} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 527x21
+          RenderTableRow {TR} at (0,0) size 527x19
+            RenderTableCell {TD} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (177,2) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (352,2) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 527x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 527x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_justifyexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_justify-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 661x34
</span><span class="cx">           text run at (0,0) width 661: &quot;The TFOOT element labels the head area of a table. In this test, the TFOOT text has an attribute value of&quot;
</span><span class="cx">           text run at (0,17) width 628: &quot;ALIGN=JUSTIFY. ALIGN-JUSTIFY should attempt to justify text within all cells of the TFOOT.&quot;
</span><del>-      RenderTable {TABLE} at (0,50) size 692x79 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,50) size 692x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -16,20 +16,20 @@
</span><span class="cx">             RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x17
</span><span class="cx">                 text run at (2,2) width 336: &quot;This text is in the THEADThis text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_leftexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_left-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 650x17
</span><span class="cx">           text run at (0,0) width 650: &quot;The TFOOT element labels the head area of a table. In this test, the TFOOT text should be left aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 692x79 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 692x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x17
</span><span class="cx">                 text run at (2,2) width 336: &quot;This text is in the THEADThis text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_rightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_align_right-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 659x17
</span><span class="cx">           text run at (0,0) width 659: &quot;The TFOOT element labels the head area of a table. In this test, the TFOOT text should be right aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 692x79 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 692x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x17
</span><span class="cx">                 text run at (2,2) width 336: &quot;This text is in the THEADThis text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (175,2) size 165x17
</span><span class="cx">                 text run at (175,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (175,2) size 165x17
</span><span class="cx">                 text run at (175,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_charexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_char-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_char-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 755x34
</span><span class="cx">           text run at (0,0) width 755: &quot;The TFOOT element defines a table footer within a table. In this test, the numbers contained in the TFOOT cells should&quot;
</span><span class="cx">           text run at (0,17) width 167: &quot;align on the decimal point.&quot;
</span><del>-      RenderTable {TABLE} at (0,50) size 529x102 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,50) size 529x90 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 527x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 527x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -19,36 +19,36 @@
</span><span class="cx">             RenderTableCell {TD} at (352,2) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 527x48
-          RenderTableRow {TR} at (0,2) size 527x21
-            RenderTableCell {TD} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 527x42
+          RenderTableRow {TR} at (0,0) size 527x19
+            RenderTableCell {TD} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x17
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {TD} at (177,2) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><del>-            RenderTableCell {TD} at (352,2) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x17
</span><span class="cx">                 text run at (2,2) width 44: &quot;555.00&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 527x21
-            RenderTableCell {TD} at (2,25) size 173x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,21) size 527x19
+            RenderTableCell {TD} at (2,20) size 173x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x17
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {TD} at (177,25) size 173x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,20) size 173x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x17
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span><del>-            RenderTableCell {TD} at (352,25) size 173x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,20) size 173x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 527x25
-          RenderTableRow {TR} at (0,2) size 527x21
-            RenderTableCell {TD} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 527x21
+          RenderTableRow {TR} at (0,0) size 527x19
+            RenderTableCell {TD} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (177,2) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (352,2) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 527x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 527x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_baselineexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 208x17
</span><span class="cx">           text run at (0,0) width 208: &quot;TFOOT VALIGN=BASELINE&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 784x267 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 784x257 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 782x213
-          RenderTableRow {TR} at (0,2) size 782x209
-            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 782x209
+          RenderTableRow {TR} at (0,0) size 782x207
+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><del>-            RenderTableCell {TD} at (308,173) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,171) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 466x34
</span><span class="cx">                 text run at (2,2) width 466: &quot;This text is within the TFOOT element and should be vertically aligned to&quot;
</span><span class="cx">                 text run at (2,19) width 74: &quot;the baseline&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_bottomexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 198x17
</span><span class="cx">           text run at (0,0) width 198: &quot;TFOOT VALIGN=BOTTOM&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 784x247 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 784x237 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 782x193
-          RenderTableRow {TR} at (0,2) size 782x189
-            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 782x189
+          RenderTableRow {TR} at (0,0) size 782x187
+            RenderTableCell {TD} at (2,-2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><del>-            RenderTableCell {TD} at (308,153) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,149) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 466x34
</span><span class="cx">                 text run at (2,2) width 466: &quot;This text is within the TFOOT element and should be vertically aligned to&quot;
</span><span class="cx">                 text run at (2,19) width 67: &quot;the bottom&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_middleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_middle-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 192x17
</span><span class="cx">           text run at (0,0) width 192: &quot;TFOOT VALIGN=MIDDLE&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 784x247 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 784x237 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 782x193
-          RenderTableRow {TR} at (0,2) size 782x189
-            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 782x189
+          RenderTableRow {TR} at (0,0) size 782x187
+            RenderTableCell {TD} at (2,-1) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><del>-            RenderTableCell {TD} at (308,77) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,74) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 466x34
</span><span class="cx">                 text run at (2,2) width 466: &quot;This text is within the TFOOT element and should be vertically aligned to&quot;
</span><span class="cx">                 text run at (2,19) width 66: &quot;the middle&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_topexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvintfoot_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/tfoot_valign_top-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 160x17
</span><span class="cx">           text run at (0,0) width 160: &quot;TFOOT VALIGN=TOP&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 784x247 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 784x237 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 782x193
-          RenderTableRow {TR} at (0,2) size 782x189
-            RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 782x189
+          RenderTableRow {TR} at (0,0) size 782x187
+            RenderTableCell {TD} at (2,0) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {IMG} at (2,2) size 300x185
</span><del>-            RenderTableCell {TD} at (308,2) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,0) size 472x38 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 466x34
</span><span class="cx">                 text run at (2,2) width 466: &quot;This text is within the TFOOT element and should be vertically aligned to&quot;
</span><span class="cx">                 text run at (2,19) width 43: &quot;the top&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_centerexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_center-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_center-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 674x17
</span><span class="cx">           text run at (0,0) width 674: &quot;The THEAD element labels the head area of a table. In this test, the THEAD text should be center aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 692x79 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 692x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (87,2) size 168x17
</span><span class="cx">                 text run at (87,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_charexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_char-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_char-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx">           text run at (0,0) width 774: &quot;In this test, the THEAD section of the table contains numbers with decimals. The test uses the attribute/value ALIGN=char&quot;
</span><span class="cx">           text run at (0,17) width 773: &quot;without the additional CHAR attribute to specify a particular character. Therefore, ALIGN=char should cause the numbers&quot;
</span><span class="cx">           text run at (0,34) width 274: &quot;to align to the default value (decimal point).&quot;
</span><del>-      RenderTable {TABLE} at (0,67) size 529x102 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,67) size 529x92 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 527x48
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 527x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -30,26 +30,26 @@
</span><span class="cx">             RenderTableCell {TD} at (352,25) size 173x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,76) size 527x25
-          RenderTableRow {TR} at (0,2) size 527x21
-            RenderTableCell {TD} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,70) size 527x21
+          RenderTableRow {TR} at (0,0) size 527x19
+            RenderTableCell {TD} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (177,2) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (352,2) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,49) size 527x25
-          RenderTableRow {TR} at (0,2) size 527x21
-            RenderTableCell {TD} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 527x21
+          RenderTableRow {TR} at (0,0) size 527x19
+            RenderTableCell {TD} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (177,2) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (352,2) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,74) size 527x2
</del><ins>+        RenderTableSection {TBODY} at (1,70) size 527x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_justifyexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_justify-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 667x34
</span><span class="cx">           text run at (0,0) width 667: &quot;The THEAD element labels the head area of a table. In this test, the THEAD text has an attribute value of&quot;
</span><span class="cx">           text run at (0,17) width 631: &quot;ALIGN=JUSTIFY. ALIGN-JUSTIFY should attempt to justify text within all cells of the THEAD.&quot;
</span><del>-      RenderTable {TABLE} at (0,50) size 692x79 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,50) size 692x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -16,20 +16,20 @@
</span><span class="cx">             RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_leftexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_left-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_left-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 656x17
</span><span class="cx">           text run at (0,0) width 656: &quot;The THEAD element labels the head area of a table. In this test, the THEAD text should be left aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 692x79 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 692x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_rightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_right-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_align_right-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 665x17
</span><span class="cx">           text run at (0,0) width 665: &quot;The THEAD element labels the head area of a table. In this test, the THEAD text should be right aligned.&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 692x79 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 692x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">             RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (172,2) size 168x17
</span><span class="cx">                 text run at (172,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,53) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x17
</span><span class="cx">                 text run at (2,2) width 330: &quot;This text is in the TFOOTThis text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 690x25
-          RenderTableRow {TR} at (0,2) size 690x21
-            RenderTableCell {TD} at (2,2) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 690x21
+          RenderTableRow {TR} at (0,0) size 690x19
+            RenderTableCell {TD} at (2,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (346,2) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x17
</span><span class="cx">                 text run at (2,2) width 338: &quot;This text is in the TBODYThis text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,51) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,47) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_charexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_char-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_char-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_char-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 766x34
</span><span class="cx">           text run at (0,0) width 766: &quot;The THEAD element defines a table header within a table. In this test, the numbers contained in the THEAD cells should&quot;
</span><span class="cx">           text run at (0,17) width 167: &quot;align on the decimal point.&quot;
</span><del>-      RenderTable {TABLE} at (0,50) size 529x102 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,50) size 529x92 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 527x48
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 527x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -29,26 +29,26 @@
</span><span class="cx">             RenderTableCell {TD} at (352,25) size 173x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 60x17
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,76) size 527x25
-          RenderTableRow {TR} at (0,2) size 527x21
-            RenderTableCell {TD} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,70) size 527x21
+          RenderTableRow {TR} at (0,0) size 527x19
+            RenderTableCell {TD} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (177,2) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (352,2) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,49) size 527x25
-          RenderTableRow {TR} at (0,2) size 527x21
-            RenderTableCell {TD} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 527x21
+          RenderTableRow {TR} at (0,0) size 527x19
+            RenderTableCell {TD} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (177,2) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-            RenderTableCell {TD} at (352,2) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,74) size 527x2
</del><ins>+        RenderTableSection {TBODY} at (1,70) size 527x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_valign_baselineexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_baseline-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 211x17
</span><span class="cx">           text run at (0,0) width 211: &quot;THEAD VALIGN=BASELINE&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 784x267 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 784x257 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x213
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x209
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 453x34
</span><span class="cx">                 text run at (2,2) width 453: &quot;This text is within the THEAD element and should be vertically aligned&quot;
</span><span class="cx">                 text run at (2,19) width 90: &quot;to the baseline&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,241) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,235) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,214) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,214) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,239) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,235) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_valign_middleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_middle-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 195x17
</span><span class="cx">           text run at (0,0) width 195: &quot;THEAD VALIGN=MIDDLE&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 784x247 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 784x237 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 453x34
</span><span class="cx">                 text run at (2,2) width 453: &quot;This text is within the THEAD element and should be vertically aligned&quot;
</span><span class="cx">                 text run at (2,19) width 82: &quot;to the middle&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,221) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,215) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,194) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,194) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,219) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,215) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_valign_topexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinthead_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/thead_valign_top-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 163x17
</span><span class="cx">           text run at (0,0) width 163: &quot;THEAD VALIGN=TOP&quot;
</span><del>-      RenderTable {TABLE} at (0,17) size 784x247 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,17) size 784x237 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x193
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x189
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x189 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,20 +15,20 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 453x34
</span><span class="cx">                 text run at (2,2) width 453: &quot;This text is within the THEAD element and should be vertically aligned&quot;
</span><span class="cx">                 text run at (2,19) width 59: &quot;to the top&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,221) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,215) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,194) size 782x25
-          RenderTableRow {TR} at (0,2) size 782x21
-            RenderTableCell {TD} at (2,2) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,194) size 782x21
+          RenderTableRow {TR} at (0,0) size 782x19
+            RenderTableCell {TD} at (2,-1) size 304x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,219) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,215) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tableexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x316
-  RenderBlock {html} at (0,0) size 800x316
-    RenderBody {body} at (8,16) size 784x292
</del><ins>+layer at (0,0) size 800x306
+  RenderBlock {html} at (0,0) size 800x306
+    RenderBody {body} at (8,16) size 784x282
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 274x17
</span><span class="cx">           text run at (0,0) width 274: &quot;The table below should have the following:&quot;
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,151) size 784x34
</span><span class="cx">         RenderBR {br} at (0,0) size 0x17
</span><span class="cx">         RenderBR {br} at (0,17) size 0x17
</span><del>-      RenderTable {table} at (0,185) size 188x107
</del><ins>+      RenderTable {table} at (0,185) size 188x97
</ins><span class="cx">         RenderBlock {caption} at (0,0) size 188x17
</span><span class="cx">           RenderText {#text} at (67,0) size 54x17
</span><span class="cx">             text run at (67,0) width 54: &quot;TABLE&quot;
</span><span class="lines">@@ -55,35 +55,35 @@
</span><span class="cx">             RenderTableCell {th} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,84) size 188x23
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,78) size 188x19
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,40) size 188x44
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,40) size 188x38
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,23) size 188x19
-            RenderTableCell {td} at (2,23) size 60x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,19) size 188x17
+            RenderTableCell {td} at (2,18) size 60x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,23) size 60x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,18) size 60x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,23) size 60x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,18) size 60x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_table_borderexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_table_borderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x157
-  RenderBlock {html} at (0,0) size 800x157
-    RenderBody {body} at (8,16) size 784x133
</del><ins>+layer at (0,0) size 800x147
+  RenderBlock {html} at (0,0) size 800x147
+    RenderBody {body} at (8,16) size 784x123
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 726x17
</span><span class="cx">           text run at (0,0) width 406: &quot;No 'number' specification is given for border. There should be a &quot;
</span><span class="cx">           text run at (406,0) width 320: &quot;2 pixel border around the frame of the table below.&quot;
</span><del>-      RenderTable {table} at (0,33) size 196x100 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 196x90 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="lines">@@ -25,35 +25,35 @@
</span><span class="cx">             RenderTableCell {th} at (130,2) size 62x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 58x17
</span><span class="cx">                 text run at (2,2) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,74) size 194x25
-          RenderTableRow {tr} at (0,2) size 194x21
-            RenderTableCell {td} at (2,2) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,68) size 194x21
+          RenderTableRow {tr} at (0,0) size 194x19
+            RenderTableCell {td} at (2,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (66,2) size 62x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (66,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (130,2) size 62x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (130,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 194x48
-          RenderTableRow {tr} at (0,2) size 194x21
-            RenderTableCell {td} at (2,2) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 194x42
+          RenderTableRow {tr} at (0,0) size 194x19
+            RenderTableCell {td} at (2,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (66,2) size 62x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (66,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (130,2) size 62x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (130,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 194x21
-            RenderTableCell {td} at (2,25) size 62x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,21) size 194x19
+            RenderTableCell {td} at (2,20) size 62x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (66,25) size 62x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (66,20) size 62x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (130,25) size 62x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (130,20) size 62x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_table_border_noneexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_table_border_noneexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border_none-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x147
-  RenderBlock {html} at (0,0) size 800x147
-    RenderBody {body} at (8,16) size 784x123
</del><ins>+layer at (0,0) size 800x137
+  RenderBlock {html} at (0,0) size 800x137
+    RenderBody {body} at (8,16) size 784x113
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 399x17
</span><span class="cx">           text run at (0,0) width 356: &quot;There should be no border around the frame of the table &quot;
</span><span class="cx">           text run at (356,0) width 43: &quot;below.&quot;
</span><del>-      RenderTable {table} at (0,33) size 188x90
</del><ins>+      RenderTable {table} at (0,33) size 188x80
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="lines">@@ -25,35 +25,35 @@
</span><span class="cx">             RenderTableCell {th} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,67) size 188x23
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,61) size 188x19
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,23) size 188x44
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,23) size 188x38
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,23) size 188x19
-            RenderTableCell {td} at (2,23) size 60x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,19) size 188x17
+            RenderTableCell {td} at (2,18) size 60x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,23) size 60x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,18) size 60x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,23) size 60x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,18) size 60x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_table_border_pxexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_table_border_pxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_border_px-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x165
-  RenderBlock {html} at (0,0) size 800x165
-    RenderBody {body} at (8,16) size 784x141
</del><ins>+layer at (0,0) size 800x155
+  RenderBlock {html} at (0,0) size 800x155
+    RenderBody {body} at (8,16) size 784x131
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 437x17
</span><span class="cx">           text run at (0,0) width 394: &quot;There should be a 5 pixel border around the frame of the table &quot;
</span><span class="cx">           text run at (394,0) width 43: &quot;below.&quot;
</span><del>-      RenderTable {table} at (0,33) size 204x108 [border: (5px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 204x98 [border: (5px outset #808080)]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="lines">@@ -25,35 +25,35 @@
</span><span class="cx">             RenderTableCell {th} at (130,2) size 62x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 58x17
</span><span class="cx">                 text run at (2,2) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (5,78) size 194x25
-          RenderTableRow {tr} at (0,2) size 194x21
-            RenderTableCell {td} at (2,2) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (5,72) size 194x21
+          RenderTableRow {tr} at (0,0) size 194x19
+            RenderTableCell {td} at (2,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (66,2) size 62x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (66,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (130,2) size 62x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (130,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (5,30) size 194x48
-          RenderTableRow {tr} at (0,2) size 194x21
-            RenderTableCell {td} at (2,2) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (5,30) size 194x42
+          RenderTableRow {tr} at (0,0) size 194x19
+            RenderTableCell {td} at (2,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (66,2) size 62x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (66,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (130,2) size 62x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (130,-1) size 62x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 194x21
-            RenderTableCell {td} at (2,25) size 62x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,21) size 194x19
+            RenderTableCell {td} at (2,20) size 62x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (66,25) size 62x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (66,20) size 62x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (130,25) size 62x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (130,20) size 62x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_table_frame_voidexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_table_frame_voidexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_table_frame_void-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x147
-  RenderBlock {html} at (0,0) size 800x147
-    RenderBody {body} at (8,16) size 784x123
</del><ins>+layer at (0,0) size 800x137
+  RenderBlock {html} at (0,0) size 800x137
+    RenderBody {body} at (8,16) size 784x113
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 423x17
</span><span class="cx">           text run at (0,0) width 378: &quot;No side of the frame surrounding the table below should be &quot;
</span><span class="cx">           text run at (378,0) width 45: &quot;visible.&quot;
</span><del>-      RenderTable {table} at (0,33) size 188x90
</del><ins>+      RenderTable {table} at (0,33) size 188x80
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="lines">@@ -25,35 +25,35 @@
</span><span class="cx">             RenderTableCell {th} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,67) size 188x23
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,61) size 188x19
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,23) size 188x44
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,23) size 188x38
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,23) size 188x19
-            RenderTableCell {td} at (2,23) size 60x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,19) size 188x17
+            RenderTableCell {td} at (2,18) size 60x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,23) size 60x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,18) size 60x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,23) size 60x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,18) size 60x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_centerexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_center-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,24 +1,24 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x134
-  RenderBlock {html} at (0,0) size 800x134
-    RenderBody {body} at (8,16) size 784x110
</del><ins>+layer at (0,0) size 800x126
+  RenderBlock {html} at (0,0) size 800x126
+    RenderBody {body} at (8,16) size 784x102
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 340x17
</span><span class="cx">           text run at (0,0) width 340: &quot;In this test, the TBODY text should be center aligned.&quot;
</span><del>-      RenderTable {table} at (0,33) size 178x77 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 178x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 176x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 176x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 176x25
-          RenderTableRow {tr} at (0,2) size 176x21
-            RenderTableCell {td} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 176x21
+          RenderTableRow {tr} at (0,0) size 176x19
+            RenderTableCell {td} at (2,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 176x25
-          RenderTableRow {tr} at (0,2) size 176x21
-            RenderTableCell {td} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 176x21
+          RenderTableRow {tr} at (0,0) size 176x19
+            RenderTableCell {td} at (2,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (57,2) size 58x17
</span><span class="cx">                 text run at (57,2) width 58: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_charexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_char-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x203
-  RenderBlock {html} at (0,0) size 800x203
-    RenderBody {body} at (8,16) size 784x179
</del><ins>+layer at (0,0) size 800x191
+  RenderBlock {html} at (0,0) size 800x191
+    RenderBody {body} at (8,16) size 784x167
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 397x17
</span><span class="cx">           text run at (0,0) width 397: &quot;The numbers in the TBODY should align at the decimal points&quot;
</span><del>-      RenderTable {table} at (0,33) size 377x146 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 377x134 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 375x48
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 375x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 117x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -28,45 +28,45 @@
</span><span class="cx">             RenderTableCell {td} at (248,25) size 125x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,97) size 375x48
-          RenderTableRow {tr} at (0,2) size 375x21
-            RenderTableCell {td} at (2,2) size 117x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,91) size 375x42
+          RenderTableRow {tr} at (0,0) size 375x19
+            RenderTableCell {td} at (2,-1) size 117x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (121,2) size 125x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,-1) size 125x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (248,2) size 125x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (248,-1) size 125x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 375x21
-            RenderTableCell {td} at (2,25) size 117x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,21) size 375x19
+            RenderTableCell {td} at (2,20) size 117x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (121,25) size 125x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,20) size 125x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (248,25) size 125x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (248,20) size 125x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,49) size 375x48
-          RenderTableRow {tr} at (0,2) size 375x21
-            RenderTableCell {td} at (2,2) size 117x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,49) size 375x42
+          RenderTableRow {tr} at (0,0) size 375x19
+            RenderTableCell {td} at (2,-1) size 117x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 97x17
</span><span class="cx">                 text run at (2,2) width 97: &quot;TBODY 55.00&quot;
</span><del>-            RenderTableCell {td} at (121,2) size 125x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,-1) size 125x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 121x17
</span><span class="cx">                 text run at (2,2) width 121: &quot;TBODY 55555.00&quot;
</span><del>-            RenderTableCell {td} at (248,2) size 125x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (248,-1) size 125x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x17
</span><span class="cx">                 text run at (2,2) width 105: &quot;TBODY 555.00&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 375x21
-            RenderTableCell {td} at (2,25) size 117x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,21) size 375x19
+            RenderTableCell {td} at (2,20) size 117x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 113x17
</span><span class="cx">                 text run at (2,2) width 113: &quot;TBODY 1234.56&quot;
</span><del>-            RenderTableCell {td} at (121,25) size 125x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,20) size 125x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x17
</span><span class="cx">                 text run at (2,2) width 105: &quot;TBODY 123.45&quot;
</span><del>-            RenderTableCell {td} at (248,25) size 125x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (248,20) size 125x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 121x17
</span><span class="cx">                 text run at (2,2) width 121: &quot;TBODY 12345.67&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_justifyexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,25 +1,25 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x202
-  RenderBlock {html} at (0,0) size 800x202
-    RenderBody {body} at (8,16) size 784x178
</del><ins>+layer at (0,0) size 800x194
+  RenderBlock {html} at (0,0) size 800x194
+    RenderBody {body} at (8,16) size 784x170
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 302x17
</span><span class="cx">           text run at (0,0) width 302: &quot;In this test, the TBODY text should be justified.&quot;
</span><del>-      RenderTable {table} at (0,33) size 300x145 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 300x137 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 298x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 298x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 294x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,119) size 298x25
-          RenderTableRow {tr} at (0,2) size 298x21
-            RenderTableCell {td} at (2,2) size 294x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,115) size 298x21
+          RenderTableRow {tr} at (0,0) size 298x19
+            RenderTableCell {td} at (2,-1) size 294x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 298x93
-          RenderTableRow {tr} at (0,2) size 298x89
-            RenderTableCell {td} at (2,2) size 294x89 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 298x89
+          RenderTableRow {tr} at (0,0) size 298x87
+            RenderTableCell {td} at (2,-1) size 294x89 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 290x85
</span><span class="cx">                 text run at (2,2) width 290: &quot;This TBODY text should be justified which&quot;
</span><span class="cx">                 text run at (2,19) width 136: &quot;means that the right &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_leftexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_left-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,24 +1,24 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x134
-  RenderBlock {html} at (0,0) size 800x134
-    RenderBody {body} at (8,16) size 784x110
</del><ins>+layer at (0,0) size 800x126
+  RenderBlock {html} at (0,0) size 800x126
+    RenderBody {body} at (8,16) size 784x102
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 322x17
</span><span class="cx">           text run at (0,0) width 322: &quot;In this test, the TBODY text should be left aligned.&quot;
</span><del>-      RenderTable {table} at (0,33) size 178x77 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 178x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 176x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 176x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 176x25
-          RenderTableRow {tr} at (0,2) size 176x21
-            RenderTableCell {td} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 176x21
+          RenderTableRow {tr} at (0,0) size 176x19
+            RenderTableCell {td} at (2,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 176x25
-          RenderTableRow {tr} at (0,2) size 176x21
-            RenderTableCell {td} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 176x21
+          RenderTableRow {tr} at (0,0) size 176x19
+            RenderTableCell {td} at (2,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_rightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_align_right-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,24 +1,24 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x134
-  RenderBlock {html} at (0,0) size 800x134
-    RenderBody {body} at (8,16) size 784x110
</del><ins>+layer at (0,0) size 800x126
+  RenderBlock {html} at (0,0) size 800x126
+    RenderBody {body} at (8,16) size 784x102
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 331x17
</span><span class="cx">           text run at (0,0) width 331: &quot;In this test, the TBODY text should be right aligned.&quot;
</span><del>-      RenderTable {table} at (0,33) size 178x77 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 178x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 176x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 176x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 176x25
-          RenderTableRow {tr} at (0,2) size 176x21
-            RenderTableCell {td} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 176x21
+          RenderTableRow {tr} at (0,0) size 176x19
+            RenderTableCell {td} at (2,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 176x25
-          RenderTableRow {tr} at (0,2) size 176x21
-            RenderTableCell {td} at (2,2) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 176x21
+          RenderTableRow {tr} at (0,0) size 176x19
+            RenderTableCell {td} at (2,-1) size 172x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (113,2) size 57x17
</span><span class="cx">                 text run at (113,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_baselineexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x342
-  RenderBlock {html} at (0,0) size 800x342
-    RenderBody {body} at (8,16) size 784x318
</del><ins>+layer at (0,0) size 800x334
+  RenderBlock {html} at (0,0) size 800x334
+    RenderBody {body} at (8,16) size 784x310
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 212x17
</span><span class="cx">           text run at (0,0) width 212: &quot;TBODY VALIGN=BASELINE&quot;
</span><del>-      RenderTable {table} at (0,33) size 784x285 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 784x277 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 213x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,17 +15,17 @@
</span><span class="cx">             RenderTableCell {td} at (217,2) size 563x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,259) size 782x25
-          RenderTableRow {tr} at (0,2) size 782x21
-            RenderTableCell {td} at (2,2) size 213x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,255) size 782x21
+          RenderTableRow {tr} at (0,0) size 782x19
+            RenderTableCell {td} at (2,-1) size 213x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (217,2) size 563x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (217,-1) size 563x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 782x233
-          RenderTableRow {tr} at (0,2) size 782x229
-            RenderTableCell {td} at (2,24) size 213x89 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 782x229
+          RenderTableRow {tr} at (0,0) size 782x227
+            RenderTableCell {td} at (2,22) size 213x89 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 206x85
</span><span class="cx">                 text run at (2,2) width 204: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,19) width 139: &quot;line of text in this cell &quot;
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx">                 text run at (2,53) width 115: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (117,53) width 61: &quot;should be&quot;
</span><span class="cx">                 text run at (2,70) width 108: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (217,2) size 563x229 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (217,0) size 563x229 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 532x225
</span><span class="cx">                 text run at (2,2) width 524: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,47) width 70: &quot;line &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_bottomexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x320
-  RenderBlock {html} at (0,0) size 800x320
-    RenderBody {body} at (8,16) size 784x296
</del><ins>+layer at (0,0) size 800x312
+  RenderBlock {html} at (0,0) size 800x312
+    RenderBody {body} at (8,16) size 784x288
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 202x17
</span><span class="cx">           text run at (0,0) width 202: &quot;TBODY VALIGN=BOTTOM&quot;
</span><del>-      RenderTable {table} at (0,33) size 784x263 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 784x255 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,19 +15,19 @@
</span><span class="cx">             RenderTableCell {td} at (208,2) size 572x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,237) size 782x25
-          RenderTableRow {tr} at (0,2) size 782x21
-            RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,233) size 782x21
+          RenderTableRow {tr} at (0,0) size 782x19
+            RenderTableCell {td} at (2,-1) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 572x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 572x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 782x211
-          RenderTableRow {tr} at (0,2) size 782x207
-            RenderTableCell {td} at (2,2) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 782x207
+          RenderTableRow {tr} at (0,0) size 782x205
+            RenderTableCell {td} at (2,-2) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><del>-            RenderTableCell {td} at (208,154) size 572x55 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,150) size 572x55 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 561x51
</span><span class="cx">                 text run at (2,2) width 363: &quot;The bottom of this text should be vertically aligned to the &quot;
</span><span class="cx">                 text run at (365,2) width 198: &quot;bottom of the image. x-fill x-fill&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_middleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x320
-  RenderBlock {html} at (0,0) size 800x320
-    RenderBody {body} at (8,16) size 784x296
</del><ins>+layer at (0,0) size 800x312
+  RenderBlock {html} at (0,0) size 800x312
+    RenderBody {body} at (8,16) size 784x288
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 196x17
</span><span class="cx">           text run at (0,0) width 196: &quot;TBODY VALIGN=MIDDLE&quot;
</span><del>-      RenderTable {table} at (0,33) size 616x263 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 616x255 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 614x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 614x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,19 +15,19 @@
</span><span class="cx">             RenderTableCell {td} at (208,2) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,237) size 614x25
-          RenderTableRow {tr} at (0,2) size 614x21
-            RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,233) size 614x21
+          RenderTableRow {tr} at (0,0) size 614x19
+            RenderTableCell {td} at (2,-1) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 614x211
-          RenderTableRow {tr} at (0,2) size 614x207
-            RenderTableCell {td} at (2,2) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 614x207
+          RenderTableRow {tr} at (0,0) size 614x205
+            RenderTableCell {td} at (2,-1) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><del>-            RenderTableCell {td} at (208,95) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,92) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 400x17
</span><span class="cx">                 text run at (2,2) width 362: &quot;This text should be vertically aligned to the middle of the &quot;
</span><span class="cx">                 text run at (364,2) width 38: &quot;image&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_topexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tbody_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tbody_valign_top-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x320
-  RenderBlock {html} at (0,0) size 800x320
-    RenderBody {body} at (8,16) size 784x296
</del><ins>+layer at (0,0) size 800x312
+  RenderBlock {html} at (0,0) size 800x312
+    RenderBody {body} at (8,16) size 784x288
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 164x17
</span><span class="cx">           text run at (0,0) width 164: &quot;TBODY VALIGN=TOP&quot;
</span><del>-      RenderTable {table} at (0,33) size 657x263 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 657x255 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 655x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 655x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,19 +15,19 @@
</span><span class="cx">             RenderTableCell {td} at (208,2) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,237) size 655x25
-          RenderTableRow {tr} at (0,2) size 655x21
-            RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,233) size 655x21
+          RenderTableRow {tr} at (0,0) size 655x19
+            RenderTableCell {td} at (2,-1) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 655x211
-          RenderTableRow {tr} at (0,2) size 655x207
-            RenderTableCell {td} at (2,2) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 655x207
+          RenderTableRow {tr} at (0,0) size 655x205
+            RenderTableCell {td} at (2,0) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><del>-            RenderTableCell {td} at (208,2) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,0) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 441x17
</span><span class="cx">                 text run at (2,2) width 380: &quot;The top of this text should be vertically aligned to the top of &quot;
</span><span class="cx">                 text run at (382,2) width 61: &quot;the image&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_centerexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_center-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,24 +1,24 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x134
-  RenderBlock {html} at (0,0) size 800x134
-    RenderBody {body} at (8,16) size 784x110
</del><ins>+layer at (0,0) size 800x126
+  RenderBlock {html} at (0,0) size 800x126
+    RenderBody {body} at (8,16) size 784x102
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 332x17
</span><span class="cx">           text run at (0,0) width 332: &quot;In this test, the TFOOT text should be center aligned&quot;
</span><del>-      RenderTable {table} at (0,33) size 179x77 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 179x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 177x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 177x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 177x25
-          RenderTableRow {tr} at (0,2) size 177x21
-            RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 177x21
+          RenderTableRow {tr} at (0,0) size 177x19
+            RenderTableCell {td} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (60,2) size 53x17
</span><span class="cx">                 text run at (60,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 177x25
-          RenderTableRow {tr} at (0,2) size 177x21
-            RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 177x21
+          RenderTableRow {tr} at (0,0) size 177x19
+            RenderTableCell {td} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_charexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_char-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x203
-  RenderBlock {html} at (0,0) size 800x203
-    RenderBody {body} at (8,16) size 784x179
</del><ins>+layer at (0,0) size 800x191
+  RenderBlock {html} at (0,0) size 800x191
+    RenderBody {body} at (8,16) size 784x167
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 393x17
</span><span class="cx">           text run at (0,0) width 393: &quot;The numbers in the TFOOT should align at the decimal points&quot;
</span><del>-      RenderTable {table} at (0,33) size 365x146 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 365x134 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 363x48
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 363x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 113x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -28,45 +28,45 @@
</span><span class="cx">             RenderTableCell {td} at (240,25) size 121x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,97) size 363x48
-          RenderTableRow {tr} at (0,2) size 363x21
-            RenderTableCell {td} at (2,2) size 113x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,91) size 363x42
+          RenderTableRow {tr} at (0,0) size 363x19
+            RenderTableCell {td} at (2,-1) size 113x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 93x17
</span><span class="cx">                 text run at (2,2) width 93: &quot;TFOOT 55.00&quot;
</span><del>-            RenderTableCell {td} at (117,2) size 121x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (117,-1) size 121x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 117x17
</span><span class="cx">                 text run at (2,2) width 117: &quot;TFOOT 55555.00&quot;
</span><del>-            RenderTableCell {td} at (240,2) size 121x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,-1) size 121x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 101x17
</span><span class="cx">                 text run at (2,2) width 101: &quot;TFOOT 555.00&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 363x21
-            RenderTableCell {td} at (2,25) size 113x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,21) size 363x19
+            RenderTableCell {td} at (2,20) size 113x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 109x17
</span><span class="cx">                 text run at (2,2) width 109: &quot;TFOOT 1234.56&quot;
</span><del>-            RenderTableCell {td} at (117,25) size 121x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (117,20) size 121x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 101x17
</span><span class="cx">                 text run at (2,2) width 101: &quot;TFOOT 123.45&quot;
</span><del>-            RenderTableCell {td} at (240,25) size 121x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,20) size 121x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 117x17
</span><span class="cx">                 text run at (2,2) width 117: &quot;TFOOT 12345.67&quot;
</span><del>-        RenderTableSection {tbody} at (1,49) size 363x48
-          RenderTableRow {tr} at (0,2) size 363x21
-            RenderTableCell {td} at (2,2) size 113x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,49) size 363x42
+          RenderTableRow {tr} at (0,0) size 363x19
+            RenderTableCell {td} at (2,-1) size 113x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (117,2) size 121x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (117,-1) size 121x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (240,2) size 121x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,-1) size 121x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 363x21
-            RenderTableCell {td} at (2,25) size 113x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,21) size 363x19
+            RenderTableCell {td} at (2,20) size 113x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (117,25) size 121x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (117,20) size 121x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (240,25) size 121x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,20) size 121x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_justifyexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,20 +1,20 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x202
-  RenderBlock {html} at (0,0) size 800x202
-    RenderBody {body} at (8,16) size 784x178
</del><ins>+layer at (0,0) size 800x194
+  RenderBlock {html} at (0,0) size 800x194
+    RenderBody {body} at (8,16) size 784x170
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 298x17
</span><span class="cx">           text run at (0,0) width 298: &quot;In this test, the TFOOT text should be justified.&quot;
</span><del>-      RenderTable {table} at (0,33) size 300x145 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 300x137 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 298x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 298x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 294x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 298x93
-          RenderTableRow {tr} at (0,2) size 298x89
-            RenderTableCell {td} at (2,2) size 294x89 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 298x89
+          RenderTableRow {tr} at (0,0) size 298x87
+            RenderTableCell {td} at (2,-1) size 294x89 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 290x85
</span><span class="cx">                 text run at (2,2) width 290: &quot;This TFOOT text should be justified which&quot;
</span><span class="cx">                 text run at (2,19) width 136: &quot;means that the right &quot;
</span><span class="lines">@@ -22,8 +22,8 @@
</span><span class="cx">                 text run at (2,36) width 290: &quot;line up, no matter how long the content&quot;
</span><span class="cx">                 text run at (2,53) width 290: &quot;becomes (except the last line which should be&quot;
</span><span class="cx">                 text run at (2,70) width 75: &quot;left aligned)&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 298x25
-          RenderTableRow {tr} at (0,2) size 298x21
-            RenderTableCell {td} at (2,2) size 294x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 298x21
+          RenderTableRow {tr} at (0,0) size 298x19
+            RenderTableCell {td} at (2,-1) size 294x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_leftexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_left-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,24 +1,24 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x134
-  RenderBlock {html} at (0,0) size 800x134
-    RenderBody {body} at (8,16) size 784x110
</del><ins>+layer at (0,0) size 800x126
+  RenderBlock {html} at (0,0) size 800x126
+    RenderBody {body} at (8,16) size 784x102
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 314x17
</span><span class="cx">           text run at (0,0) width 314: &quot;In this test, the TFOOT text should be left aligned&quot;
</span><del>-      RenderTable {table} at (0,33) size 179x77 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 179x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 177x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 177x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 177x25
-          RenderTableRow {tr} at (0,2) size 177x21
-            RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 177x21
+          RenderTableRow {tr} at (0,0) size 177x19
+            RenderTableCell {td} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 177x25
-          RenderTableRow {tr} at (0,2) size 177x21
-            RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 177x21
+          RenderTableRow {tr} at (0,0) size 177x19
+            RenderTableCell {td} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_rightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_align_right-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,24 +1,24 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x134
-  RenderBlock {html} at (0,0) size 800x134
-    RenderBody {body} at (8,16) size 784x110
</del><ins>+layer at (0,0) size 800x126
+  RenderBlock {html} at (0,0) size 800x126
+    RenderBody {body} at (8,16) size 784x102
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 323x17
</span><span class="cx">           text run at (0,0) width 323: &quot;In this test, the TFOOT text should be right aligned&quot;
</span><del>-      RenderTable {table} at (0,33) size 179x77 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 179x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 177x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 177x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x17
</span><span class="cx">                 text run at (2,2) width 168: &quot;This text is in the THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 177x25
-          RenderTableRow {tr} at (0,2) size 177x21
-            RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 177x21
+          RenderTableRow {tr} at (0,0) size 177x19
+            RenderTableCell {td} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (118,2) size 53x17
</span><span class="cx">                 text run at (118,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 177x25
-          RenderTableRow {tr} at (0,2) size 177x21
-            RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 177x21
+          RenderTableRow {tr} at (0,0) size 177x19
+            RenderTableCell {td} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_classexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_classexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_class-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,15 +1,15 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x68
-  RenderBlock {html} at (0,0) size 800x68
-    RenderBody {body} at (8,8) size 784x52
-      RenderTable {table} at (0,0) size 630x52 [border: (1px outset #808080)]
-        RenderTableSection {tfoot} at (1,26) size 628x25 [bgcolor=#00FF00]
-          RenderTableRow {tr} at (0,2) size 628x21
-            RenderTableCell {td} at (2,2) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+layer at (0,0) size 800x64
+  RenderBlock {html} at (0,0) size 800x64
+    RenderBody {body} at (8,8) size 784x48
+      RenderTable {table} at (0,0) size 630x48 [border: (1px outset #808080)]
+        RenderTableSection {tfoot} at (1,26) size 628x21 [bgcolor=#00FF00]
+          RenderTableRow {tr} at (0,0) size 628x19
+            RenderTableCell {td} at (2,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 262x17
</span><span class="cx">                 text run at (2,2) width 262: &quot;This tfoot should have a lime background&quot;
</span><del>-            RenderTableCell {td} at (315,2) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 262x17
</span><span class="cx">                 text run at (2,2) width 262: &quot;This tfoot should have a lime background&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,1) size 628x25
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_idexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_idexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_id-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,15 +1,15 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x68
-  RenderBlock {html} at (0,0) size 800x68
-    RenderBody {body} at (8,8) size 784x52
-      RenderTable {table} at (0,0) size 630x52 [border: (1px outset #808080)]
-        RenderTableSection {tfoot} at (1,26) size 628x25 [bgcolor=#00FF00]
-          RenderTableRow {tr} at (0,2) size 628x21
-            RenderTableCell {td} at (2,2) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+layer at (0,0) size 800x64
+  RenderBlock {html} at (0,0) size 800x64
+    RenderBody {body} at (8,8) size 784x48
+      RenderTable {table} at (0,0) size 630x48 [border: (1px outset #808080)]
+        RenderTableSection {tfoot} at (1,26) size 628x21 [bgcolor=#00FF00]
+          RenderTableRow {tr} at (0,0) size 628x19
+            RenderTableCell {td} at (2,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 262x17
</span><span class="cx">                 text run at (2,2) width 262: &quot;This tfoot should have a lime background&quot;
</span><del>-            RenderTableCell {td} at (315,2) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 262x17
</span><span class="cx">                 text run at (2,2) width 262: &quot;This tfoot should have a lime background&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,1) size 628x25
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_styleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_style-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,15 +1,15 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x68
-  RenderBlock {html} at (0,0) size 800x68
-    RenderBody {body} at (8,8) size 784x52
-      RenderTable {table} at (0,0) size 630x52 [border: (1px outset #808080)]
-        RenderTableSection {tfoot} at (1,26) size 628x25 [bgcolor=#00FF00]
-          RenderTableRow {tr} at (0,2) size 628x21
-            RenderTableCell {td} at (2,2) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+layer at (0,0) size 800x64
+  RenderBlock {html} at (0,0) size 800x64
+    RenderBody {body} at (8,8) size 784x48
+      RenderTable {table} at (0,0) size 630x48 [border: (1px outset #808080)]
+        RenderTableSection {tfoot} at (1,26) size 628x21 [bgcolor=#00FF00]
+          RenderTableRow {tr} at (0,0) size 628x19
+            RenderTableCell {td} at (2,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 262x17
</span><span class="cx">                 text run at (2,2) width 262: &quot;This tfoot should have a lime background&quot;
</span><del>-            RenderTableCell {td} at (315,2) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 262x17
</span><span class="cx">                 text run at (2,2) width 262: &quot;This tfoot should have a lime background&quot;
</span><span class="cx">         RenderTableSection {tbody} at (1,1) size 628x25
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_baselineexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x342
-  RenderBlock {html} at (0,0) size 800x342
-    RenderBody {body} at (8,16) size 784x318
</del><ins>+layer at (0,0) size 800x334
+  RenderBlock {html} at (0,0) size 800x334
+    RenderBody {body} at (8,16) size 784x310
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 208x17
</span><span class="cx">           text run at (0,0) width 208: &quot;TFOOT VALIGN=BASELINE&quot;
</span><del>-      RenderTable {table} at (0,33) size 784x285 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 784x277 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 213x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,9 +15,9 @@
</span><span class="cx">             RenderTableCell {td} at (217,2) size 563x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 782x233
-          RenderTableRow {tr} at (0,2) size 782x229
-            RenderTableCell {td} at (2,24) size 213x89 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 782x229
+          RenderTableRow {tr} at (0,0) size 782x227
+            RenderTableCell {td} at (2,22) size 213x89 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 206x85
</span><span class="cx">                 text run at (2,2) width 204: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,19) width 139: &quot;line of text in this cell &quot;
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">                 text run at (2,53) width 115: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (117,53) width 61: &quot;should be&quot;
</span><span class="cx">                 text run at (2,70) width 108: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (217,2) size 563x229 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (217,0) size 563x229 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 532x225
</span><span class="cx">                 text run at (2,2) width 524: &quot;Compare the baseline of the first&quot;
</span><span class="cx">                 text run at (2,47) width 70: &quot;line &quot;
</span><span class="lines">@@ -34,11 +34,11 @@
</span><span class="cx">                 text run at (2,92) width 532: &quot;baseline of the first line of text in&quot;
</span><span class="cx">                 text run at (2,137) width 520: &quot;the previous cell: they should be&quot;
</span><span class="cx">                 text run at (2,182) width 279: &quot;vertically aligned&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 782x25
-          RenderTableRow {tr} at (0,2) size 782x21
-            RenderTableCell {td} at (2,2) size 213x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 782x21
+          RenderTableRow {tr} at (0,0) size 782x19
+            RenderTableCell {td} at (2,-1) size 213x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (217,2) size 563x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (217,-1) size 563x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_bottomexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x320
-  RenderBlock {html} at (0,0) size 800x320
-    RenderBody {body} at (8,16) size 784x296
</del><ins>+layer at (0,0) size 800x312
+  RenderBlock {html} at (0,0) size 800x312
+    RenderBody {body} at (8,16) size 784x288
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 198x17
</span><span class="cx">           text run at (0,0) width 198: &quot;TFOOT VALIGN=BOTTOM&quot;
</span><del>-      RenderTable {table} at (0,33) size 784x263 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 784x255 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 782x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,11 +15,11 @@
</span><span class="cx">             RenderTableCell {td} at (208,2) size 572x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 782x211
-          RenderTableRow {tr} at (0,2) size 782x207
-            RenderTableCell {td} at (2,2) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 782x207
+          RenderTableRow {tr} at (0,0) size 782x205
+            RenderTableCell {td} at (2,-2) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><del>-            RenderTableCell {td} at (208,154) size 572x55 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,150) size 572x55 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 561x51
</span><span class="cx">                 text run at (2,2) width 363: &quot;The bottom of this text should be vertically aligned to the &quot;
</span><span class="cx">                 text run at (365,2) width 198: &quot;bottom of the image. x-fill x-fill&quot;
</span><span class="lines">@@ -28,11 +28,11 @@
</span><span class="cx">                 text run at (444,19) width 115: &quot;x-fill x-fill x-fill x-&quot;
</span><span class="cx">                 text run at (2,36) width 191: &quot;fill x-fill x-fill x-fill x-fill x-fill &quot;
</span><span class="cx">                 text run at (193,36) width 132: &quot;x-fill x-fill x-fill x-fill&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 782x25
-          RenderTableRow {tr} at (0,2) size 782x21
-            RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 782x21
+          RenderTableRow {tr} at (0,0) size 782x19
+            RenderTableCell {td} at (2,-1) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 572x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 572x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_middleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x320
-  RenderBlock {html} at (0,0) size 800x320
-    RenderBody {body} at (8,16) size 784x296
</del><ins>+layer at (0,0) size 800x312
+  RenderBlock {html} at (0,0) size 800x312
+    RenderBody {body} at (8,16) size 784x288
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 192x17
</span><span class="cx">           text run at (0,0) width 192: &quot;TFOOT VALIGN=MIDDLE&quot;
</span><del>-      RenderTable {table} at (0,33) size 616x263 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 616x255 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 614x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 614x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,19 +15,19 @@
</span><span class="cx">             RenderTableCell {td} at (208,2) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 614x211
-          RenderTableRow {tr} at (0,2) size 614x207
-            RenderTableCell {td} at (2,2) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 614x207
+          RenderTableRow {tr} at (0,0) size 614x205
+            RenderTableCell {td} at (2,-1) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><del>-            RenderTableCell {td} at (208,95) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,92) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 400x17
</span><span class="cx">                 text run at (2,2) width 362: &quot;This text should be vertically aligned to the middle of the &quot;
</span><span class="cx">                 text run at (364,2) width 38: &quot;image&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 614x25
-          RenderTableRow {tr} at (0,2) size 614x21
-            RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 614x21
+          RenderTableRow {tr} at (0,0) size 614x19
+            RenderTableCell {td} at (2,-1) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_topexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_tfoot_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x320
-  RenderBlock {html} at (0,0) size 800x320
-    RenderBody {body} at (8,16) size 784x296
</del><ins>+layer at (0,0) size 800x312
+  RenderBlock {html} at (0,0) size 800x312
+    RenderBody {body} at (8,16) size 784x288
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 160x17
</span><span class="cx">           text run at (0,0) width 160: &quot;TFOOT VALIGN=TOP&quot;
</span><del>-      RenderTable {table} at (0,33) size 657x263 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 657x255 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 655x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 655x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,19 +15,19 @@
</span><span class="cx">             RenderTableCell {td} at (208,2) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 655x211
-          RenderTableRow {tr} at (0,2) size 655x207
-            RenderTableCell {td} at (2,2) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 655x207
+          RenderTableRow {tr} at (0,0) size 655x205
+            RenderTableCell {td} at (2,0) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderImage {img} at (2,2) size 200x200
</span><del>-            RenderTableCell {td} at (208,2) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,0) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 441x17
</span><span class="cx">                 text run at (2,2) width 380: &quot;The top of this text should be vertically aligned to the top of &quot;
</span><span class="cx">                 text run at (382,2) width 61: &quot;the image&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 655x25
-          RenderTableRow {tr} at (0,2) size 655x21
-            RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 655x21
+          RenderTableRow {tr} at (0,0) size 655x19
+            RenderTableCell {td} at (2,-1) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_centerexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_center-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,24 +1,24 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x134
-  RenderBlock {html} at (0,0) size 800x134
-    RenderBody {body} at (8,16) size 784x110
</del><ins>+layer at (0,0) size 800x126
+  RenderBlock {html} at (0,0) size 800x126
+    RenderBody {body} at (8,16) size 784x102
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 335x17
</span><span class="cx">           text run at (0,0) width 335: &quot;In this test, the THEAD text should be center aligned&quot;
</span><del>-      RenderTable {table} at (0,33) size 179x77 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 179x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 177x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 177x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (58,2) size 57x17
</span><span class="cx">                 text run at (58,2) width 57: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 177x25
-          RenderTableRow {tr} at (0,2) size 177x21
-            RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 177x21
+          RenderTableRow {tr} at (0,0) size 177x19
+            RenderTableCell {td} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 177x25
-          RenderTableRow {tr} at (0,2) size 177x21
-            RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 177x21
+          RenderTableRow {tr} at (0,0) size 177x19
+            RenderTableCell {td} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_charexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_char-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x203
-  RenderBlock {html} at (0,0) size 800x203
-    RenderBody {body} at (8,16) size 784x179
</del><ins>+layer at (0,0) size 800x191
+  RenderBlock {html} at (0,0) size 800x191
+    RenderBody {body} at (8,16) size 784x167
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 396x17
</span><span class="cx">           text run at (0,0) width 396: &quot;The numbers in the THEAD should align at the decimal points&quot;
</span><del>-      RenderTable {table} at (0,33) size 374x146 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 374x134 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 372x48
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 372x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 116x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -28,45 +28,45 @@
</span><span class="cx">             RenderTableCell {td} at (246,25) size 124x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 120x17
</span><span class="cx">                 text run at (2,2) width 120: &quot;THEAD 12345.67&quot;
</span><del>-        RenderTableSection {tfoot} at (1,97) size 372x48
-          RenderTableRow {tr} at (0,2) size 372x21
-            RenderTableCell {td} at (2,2) size 116x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,91) size 372x42
+          RenderTableRow {tr} at (0,0) size 372x19
+            RenderTableCell {td} at (2,-1) size 116x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (120,2) size 124x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (120,-1) size 124x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (246,2) size 124x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (246,-1) size 124x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 372x21
-            RenderTableCell {td} at (2,25) size 116x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,21) size 372x19
+            RenderTableCell {td} at (2,20) size 116x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (120,25) size 124x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (120,20) size 124x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (246,25) size 124x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (246,20) size 124x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,49) size 372x48
-          RenderTableRow {tr} at (0,2) size 372x21
-            RenderTableCell {td} at (2,2) size 116x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,49) size 372x42
+          RenderTableRow {tr} at (0,0) size 372x19
+            RenderTableCell {td} at (2,-1) size 116x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (120,2) size 124x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (120,-1) size 124x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (246,2) size 124x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (246,-1) size 124x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,25) size 372x21
-            RenderTableCell {td} at (2,25) size 116x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,21) size 372x19
+            RenderTableCell {td} at (2,20) size 116x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (120,25) size 124x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (120,20) size 124x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (246,25) size 124x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (246,20) size 124x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_justifyexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x202
-  RenderBlock {html} at (0,0) size 800x202
-    RenderBody {body} at (8,16) size 784x178
</del><ins>+layer at (0,0) size 800x194
+  RenderBlock {html} at (0,0) size 800x194
+    RenderBody {body} at (8,16) size 784x170
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 301x17
</span><span class="cx">           text run at (0,0) width 301: &quot;In this test, the THEAD text should be justified.&quot;
</span><del>-      RenderTable {table} at (0,33) size 300x145 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 300x137 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 298x93
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 298x89
</span><span class="cx">             RenderTableCell {td} at (2,2) size 294x89 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -17,13 +17,13 @@
</span><span class="cx">                 text run at (2,36) width 290: &quot;line up, no matter how long the content&quot;
</span><span class="cx">                 text run at (2,53) width 290: &quot;becomes (except the last line which should be&quot;
</span><span class="cx">                 text run at (2,70) width 75: &quot;left aligned)&quot;
</span><del>-        RenderTableSection {tfoot} at (1,119) size 298x25
-          RenderTableRow {tr} at (0,2) size 298x21
-            RenderTableCell {td} at (2,2) size 294x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,115) size 298x21
+          RenderTableRow {tr} at (0,0) size 298x19
+            RenderTableCell {td} at (2,-1) size 294x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,94) size 298x25
-          RenderTableRow {tr} at (0,2) size 298x21
-            RenderTableCell {td} at (2,2) size 294x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,94) size 298x21
+          RenderTableRow {tr} at (0,0) size 298x19
+            RenderTableCell {td} at (2,-1) size 294x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_leftexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_left-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,24 +1,24 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x134
-  RenderBlock {html} at (0,0) size 800x134
-    RenderBody {body} at (8,16) size 784x110
</del><ins>+layer at (0,0) size 800x126
+  RenderBlock {html} at (0,0) size 800x126
+    RenderBody {body} at (8,16) size 784x102
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 321x17
</span><span class="cx">           text run at (0,0) width 321: &quot;In this test, the THEAD text should be left aligned.&quot;
</span><del>-      RenderTable {table} at (0,33) size 179x77 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 179x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 177x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 177x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x17
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 177x25
-          RenderTableRow {tr} at (0,2) size 177x21
-            RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 177x21
+          RenderTableRow {tr} at (0,0) size 177x19
+            RenderTableCell {td} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 177x25
-          RenderTableRow {tr} at (0,2) size 177x21
-            RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 177x21
+          RenderTableRow {tr} at (0,0) size 177x19
+            RenderTableCell {td} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_rightexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_align_right-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,24 +1,24 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x134
-  RenderBlock {html} at (0,0) size 800x134
-    RenderBody {body} at (8,16) size 784x110
</del><ins>+layer at (0,0) size 800x126
+  RenderBlock {html} at (0,0) size 800x126
+    RenderBody {body} at (8,16) size 784x102
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 326x17
</span><span class="cx">           text run at (0,0) width 326: &quot;In this test, the THEAD text should be right aligned&quot;
</span><del>-      RenderTable {table} at (0,33) size 179x77 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 179x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 177x25
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 177x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (115,2) size 56x17
</span><span class="cx">                 text run at (115,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 177x25
-          RenderTableRow {tr} at (0,2) size 177x21
-            RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 177x21
+          RenderTableRow {tr} at (0,0) size 177x19
+            RenderTableCell {td} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x17
</span><span class="cx">                 text run at (2,2) width 165: &quot;This text is in the TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 177x25
-          RenderTableRow {tr} at (0,2) size 177x21
-            RenderTableCell {td} at (2,2) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 177x21
+          RenderTableRow {tr} at (0,0) size 177x19
+            RenderTableCell {td} at (2,-1) size 173x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x17
</span><span class="cx">                 text run at (2,2) width 169: &quot;This text is in the TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_classexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_class-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_classexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_class-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_class-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_class-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x93
-  RenderBlock {html} at (0,0) size 800x93
-    RenderBody {body} at (8,8) size 784x77
-      RenderTable {table} at (0,0) size 630x77 [border: (1px outset #808080)]
</del><ins>+layer at (0,0) size 800x85
+  RenderBlock {html} at (0,0) size 800x85
+    RenderBody {body} at (8,8) size 784x69
+      RenderTable {table} at (0,0) size 630x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 628x25 [bgcolor=#00FF00]
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 628x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -12,19 +12,19 @@
</span><span class="cx">             RenderTableCell {td} at (315,2) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 267x17
</span><span class="cx">                 text run at (2,2) width 267: &quot;This thead should have a lime background&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 628x25
-          RenderTableRow {tr} at (0,2) size 628x21
-            RenderTableCell {td} at (2,2) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 628x21
+          RenderTableRow {tr} at (0,0) size 628x19
+            RenderTableCell {td} at (2,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 300x17
</span><span class="cx">                 text run at (2,2) width 300: &quot;This tfoot should NOT have a lime background&quot;
</span><del>-            RenderTableCell {td} at (315,2) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 300x17
</span><span class="cx">                 text run at (2,2) width 300: &quot;This tfoot should NOT have a lime background&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 628x25
-          RenderTableRow {tr} at (0,2) size 628x21
-            RenderTableCell {td} at (2,2) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 628x21
+          RenderTableRow {tr} at (0,0) size 628x19
+            RenderTableCell {td} at (2,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 307x17
</span><span class="cx">                 text run at (2,2) width 307: &quot;This tbody should NOT have a lime background&quot;
</span><del>-            RenderTableCell {td} at (315,2) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 307x17
</span><span class="cx">                 text run at (2,2) width 307: &quot;This tbody should NOT have a lime background&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_idexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_id-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_idexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_id-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_id-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_id-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x93
-  RenderBlock {html} at (0,0) size 800x93
-    RenderBody {body} at (8,8) size 784x77
-      RenderTable {table} at (0,0) size 630x77 [border: (1px outset #808080)]
</del><ins>+layer at (0,0) size 800x85
+  RenderBlock {html} at (0,0) size 800x85
+    RenderBody {body} at (8,8) size 784x69
+      RenderTable {table} at (0,0) size 630x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 628x25 [bgcolor=#00FF00]
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 628x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -12,19 +12,19 @@
</span><span class="cx">             RenderTableCell {td} at (315,2) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 267x17
</span><span class="cx">                 text run at (2,2) width 267: &quot;This thead should have a lime background&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 628x25
-          RenderTableRow {tr} at (0,2) size 628x21
-            RenderTableCell {td} at (2,2) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 628x21
+          RenderTableRow {tr} at (0,0) size 628x19
+            RenderTableCell {td} at (2,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 300x17
</span><span class="cx">                 text run at (2,2) width 300: &quot;This tfoot should NOT have a lime background&quot;
</span><del>-            RenderTableCell {td} at (315,2) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 300x17
</span><span class="cx">                 text run at (2,2) width 300: &quot;This tfoot should NOT have a lime background&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 628x25
-          RenderTableRow {tr} at (0,2) size 628x21
-            RenderTableCell {td} at (2,2) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 628x21
+          RenderTableRow {tr} at (0,0) size 628x19
+            RenderTableCell {td} at (2,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 307x17
</span><span class="cx">                 text run at (2,2) width 307: &quot;This tbody should NOT have a lime background&quot;
</span><del>-            RenderTableCell {td} at (315,2) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 307x17
</span><span class="cx">                 text run at (2,2) width 307: &quot;This tbody should NOT have a lime background&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_styleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_style-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_style-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_style-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_style-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x93
-  RenderBlock {html} at (0,0) size 800x93
-    RenderBody {body} at (8,8) size 784x77
-      RenderTable {table} at (0,0) size 630x77 [border: (1px outset #808080)]
</del><ins>+layer at (0,0) size 800x85
+  RenderBlock {html} at (0,0) size 800x85
+    RenderBody {body} at (8,8) size 784x69
+      RenderTable {table} at (0,0) size 630x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 628x25 [bgcolor=#00FF00]
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 628x21
</span><span class="cx">             RenderTableCell {td} at (2,2) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -12,19 +12,19 @@
</span><span class="cx">             RenderTableCell {td} at (315,2) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 267x17
</span><span class="cx">                 text run at (2,2) width 267: &quot;This thead should have a lime background&quot;
</span><del>-        RenderTableSection {tfoot} at (1,51) size 628x25
-          RenderTableRow {tr} at (0,2) size 628x21
-            RenderTableCell {td} at (2,2) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,47) size 628x21
+          RenderTableRow {tr} at (0,0) size 628x19
+            RenderTableCell {td} at (2,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 300x17
</span><span class="cx">                 text run at (2,2) width 300: &quot;This tfoot should NOT have a lime background&quot;
</span><del>-            RenderTableCell {td} at (315,2) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 300x17
</span><span class="cx">                 text run at (2,2) width 300: &quot;This tfoot should NOT have a lime background&quot;
</span><del>-        RenderTableSection {tbody} at (1,26) size 628x25
-          RenderTableRow {tr} at (0,2) size 628x21
-            RenderTableCell {td} at (2,2) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,26) size 628x21
+          RenderTableRow {tr} at (0,0) size 628x19
+            RenderTableCell {td} at (2,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 307x17
</span><span class="cx">                 text run at (2,2) width 307: &quot;This tbody should NOT have a lime background&quot;
</span><del>-            RenderTableCell {td} at (315,2) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 307x17
</span><span class="cx">                 text run at (2,2) width 307: &quot;This tbody should NOT have a lime background&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_valign_baselineexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x342
-  RenderBlock {html} at (0,0) size 800x342
-    RenderBody {body} at (8,16) size 784x318
</del><ins>+layer at (0,0) size 800x334
+  RenderBlock {html} at (0,0) size 800x334
+    RenderBody {body} at (8,16) size 784x310
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 211x17
</span><span class="cx">           text run at (0,0) width 211: &quot;THEAD VALIGN=BASELINE&quot;
</span><del>-      RenderTable {table} at (0,33) size 784x285 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 784x277 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 782x233
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x229
</span><span class="cx">             RenderTableCell {td} at (2,24) size 213x89 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -26,19 +26,19 @@
</span><span class="cx">                 text run at (2,92) width 532: &quot;baseline of the first line of text in&quot;
</span><span class="cx">                 text run at (2,137) width 520: &quot;the previous cell: they should be&quot;
</span><span class="cx">                 text run at (2,182) width 279: &quot;vertically aligned&quot;
</span><del>-        RenderTableSection {tfoot} at (1,259) size 782x25
-          RenderTableRow {tr} at (0,2) size 782x21
-            RenderTableCell {td} at (2,2) size 213x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,255) size 782x21
+          RenderTableRow {tr} at (0,0) size 782x19
+            RenderTableCell {td} at (2,-1) size 213x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (217,2) size 563x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (217,-1) size 563x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,234) size 782x25
-          RenderTableRow {tr} at (0,2) size 782x21
-            RenderTableCell {td} at (2,2) size 213x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,234) size 782x21
+          RenderTableRow {tr} at (0,0) size 782x19
+            RenderTableCell {td} at (2,-1) size 213x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (217,2) size 563x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (217,-1) size 563x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_valign_middleexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_middle-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x320
-  RenderBlock {html} at (0,0) size 800x320
-    RenderBody {body} at (8,16) size 784x296
</del><ins>+layer at (0,0) size 800x312
+  RenderBlock {html} at (0,0) size 800x312
+    RenderBody {body} at (8,16) size 784x288
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 195x17
</span><span class="cx">           text run at (0,0) width 195: &quot;THEAD VALIGN=MIDDLE&quot;
</span><del>-      RenderTable {table} at (0,33) size 616x263 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 616x255 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 614x211
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 614x207
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,19 +15,19 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 400x17
</span><span class="cx">                 text run at (2,2) width 362: &quot;This text should be vertically aligned to the middle of the &quot;
</span><span class="cx">                 text run at (364,2) width 38: &quot;image&quot;
</span><del>-        RenderTableSection {tfoot} at (1,237) size 614x25
-          RenderTableRow {tr} at (0,2) size 614x21
-            RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,233) size 614x21
+          RenderTableRow {tr} at (0,0) size 614x19
+            RenderTableCell {td} at (2,-1) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,212) size 614x25
-          RenderTableRow {tr} at (0,2) size 614x21
-            RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,212) size 614x21
+          RenderTableRow {tr} at (0,0) size 614x19
+            RenderTableCell {td} at (2,-1) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 404x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_valign_topexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozillamarvinx_thead_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla/marvin/x_thead_valign_top-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x320
-  RenderBlock {html} at (0,0) size 800x320
-    RenderBody {body} at (8,16) size 784x296
</del><ins>+layer at (0,0) size 800x312
+  RenderBlock {html} at (0,0) size 800x312
+    RenderBody {body} at (8,16) size 784x288
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 163x17
</span><span class="cx">           text run at (0,0) width 163: &quot;THEAD VALIGN=TOP&quot;
</span><del>-      RenderTable {table} at (0,33) size 657x263 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 657x255 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 655x211
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 655x207
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x207 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -15,19 +15,19 @@
</span><span class="cx">               RenderText {#text} at (2,2) size 441x17
</span><span class="cx">                 text run at (2,2) width 380: &quot;The top of this text should be vertically aligned to the top of &quot;
</span><span class="cx">                 text run at (382,2) width 61: &quot;the image&quot;
</span><del>-        RenderTableSection {tfoot} at (1,237) size 655x25
-          RenderTableRow {tr} at (0,2) size 655x21
-            RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,233) size 655x21
+          RenderTableRow {tr} at (0,0) size 655x19
+            RenderTableCell {td} at (2,-1) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x17
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,212) size 655x25
-          RenderTableRow {tr} at (0,2) size 655x21
-            RenderTableCell {td} at (2,2) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,212) size 655x21
+          RenderTableRow {tr} at (0,0) size 655x19
+            RenderTableCell {td} at (2,-1) size 204x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 445x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x17
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug106966expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1375
</del><ins>+layer at (0,0) size 785x1255
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1375
-  RenderBlock {HTML} at (0,0) size 785x1375
-    RenderBody {BODY} at (8,8) size 769x1359
</del><ins>+layer at (0,0) size 785x1255
+  RenderBlock {HTML} at (0,0) size 785x1255
+    RenderBody {BODY} at (8,8) size 769x1239
</ins><span class="cx">       RenderTable {TABLE} at (0,0) size 200x116 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 200x17
</span><span class="cx">           RenderText {#text} at (45,0) size 110x17
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">             RenderTableCell {TD} at (82,49) size 53x19 [bgcolor=#FFFF00] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 129x17
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-      RenderTable {TABLE} at (0,699) size 200x165 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</del><ins>+      RenderTable {TABLE} at (0,699) size 200x135 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 200x17
</span><span class="cx">           RenderText {#text} at (69,0) size 62x17
</span><span class="cx">             text run at (69,0) width 62: &quot;clip thead&quot;
</span><span class="lines">@@ -93,15 +93,15 @@
</span><span class="cx">             RenderTableCell {TD} at (82,15) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 129x17
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-        RenderTableSection {TBODY} at (25,91) size 150x49
-          RenderTableRow {TR} at (0,15) size 150x19
-            RenderTableCell {TD} at (15,15) size 52x19 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (25,91) size 150x19
+          RenderTableRow {TR} at (0,0) size 150x4
+            RenderTableCell {TD} at (15,-7) size 52x19 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x17
</span><span class="cx">                 text run at (1,1) width 30: &quot;cell1&quot;
</span><del>-            RenderTableCell {TD} at (82,15) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,-7) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 129x17
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-      RenderTable {TABLE} at (0,864) size 200x165 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</del><ins>+      RenderTable {TABLE} at (0,834) size 200x135 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 200x17
</span><span class="cx">           RenderText {#text} at (68,0) size 64x17
</span><span class="cx">             text run at (68,0) width 64: &quot;clip tbody&quot;
</span><span class="lines">@@ -113,15 +113,15 @@
</span><span class="cx">             RenderTableCell {TD} at (82,15) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 129x17
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-        RenderTableSection {TBODY} at (25,91) size 150x49
-          RenderTableRow {TR} at (0,15) size 150x19
-            RenderTableCell {TD} at (15,15) size 52x19 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (25,91) size 150x19
+          RenderTableRow {TR} at (0,0) size 150x4
+            RenderTableCell {TD} at (15,-7) size 52x19 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x17
</span><span class="cx">                 text run at (1,1) width 30: &quot;cell1&quot;
</span><del>-            RenderTableCell {TD} at (82,15) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,-7) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 129x17
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-      RenderTable {TABLE} at (0,1029) size 200x165 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</del><ins>+      RenderTable {TABLE} at (0,969) size 200x135 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 200x17
</span><span class="cx">           RenderText {#text} at (72,0) size 56x17
</span><span class="cx">             text run at (72,0) width 56: &quot;clip tfoot&quot;
</span><span class="lines">@@ -133,15 +133,15 @@
</span><span class="cx">             RenderTableCell {TD} at (82,15) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 129x17
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-        RenderTableSection {TFOOT} at (25,91) size 150x49
-          RenderTableRow {TR} at (0,15) size 150x19
-            RenderTableCell {TD} at (15,15) size 52x19 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (25,91) size 150x19
+          RenderTableRow {TR} at (0,0) size 150x4
+            RenderTableCell {TD} at (15,-7) size 52x19 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x17
</span><span class="cx">                 text run at (1,1) width 30: &quot;cell1&quot;
</span><del>-            RenderTableCell {TD} at (82,15) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,-7) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 129x17
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-      RenderTable {TABLE} at (0,1194) size 200x165 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</del><ins>+      RenderTable {TABLE} at (0,1104) size 200x135 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 200x17
</span><span class="cx">           RenderText {#text} at (80,0) size 40x17
</span><span class="cx">             text run at (80,0) width 40: &quot;clip td&quot;
</span><span class="lines">@@ -153,9 +153,9 @@
</span><span class="cx">             RenderTableCell {TD} at (82,15) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 129x17
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-        RenderTableSection {TFOOT} at (25,91) size 150x49
-          RenderTableRow {TR} at (0,15) size 150x19
-            RenderTableCell {TD} at (15,15) size 52x19 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (25,91) size 150x19
+          RenderTableRow {TR} at (0,0) size 150x4
+            RenderTableCell {TD} at (15,-7) size 52x19 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x17
</span><span class="cx">                 text run at (1,1) width 30: &quot;cell1&quot;
</span><span class="cx"> layer at (8,141) size 200x116 clip at (18,141) size 180x116 scrollWidth 227
</span><span class="lines">@@ -171,7 +171,7 @@
</span><span class="cx">         RenderTableCell {TD} at (82,15) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">           RenderText {#text} at (1,1) size 129x17
</span><span class="cx">             text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-layer at (115,1308) size 53x19 scrollWidth 131
-  RenderTableCell {TD} at (82,15) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+layer at (115,1203) size 53x4 scrollWidth 131 scrollHeight 11
+  RenderTableCell {TD} at (82,-7) size 53x19 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (1,1) size 129x17
</span><span class="cx">       text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug4294expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug4294expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug4294-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 135x17
</span><span class="cx">           text run at (0,0) width 135: &quot;A paragraph of text&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 276x328 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 276x300 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 274x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 274x21
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 66x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -21,173 +21,173 @@
</span><span class="cx">             RenderTableCell {TH} at (206,2) size 66x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 62x17
</span><span class="cx">                 text run at (2,2) width 62: &quot;column 4&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 274x301
-          RenderTableRow {TR} at (0,2) size 274x21
-            RenderTableCell {TD} at (2,2) size 66x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 274x273
+          RenderTableRow {TR} at (0,0) size 274x19
+            RenderTableCell {TD} at (2,-1) size 66x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 66x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,-1) size 66x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,2) size 66x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,-1) size 66x21 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,2) size 66x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,-1) size 66x21 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,25) size 274x21
-            RenderTableCell {TD} at (2,25) size 66x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,21) size 274x19
+            RenderTableCell {TD} at (2,20) size 66x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,25) size 66x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,20) size 66x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,25) size 66x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,20) size 66x21 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,25) size 66x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,20) size 66x21 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,48) size 274x21
-            RenderTableCell {TD} at (2,48) size 66x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,42) size 274x19
+            RenderTableCell {TD} at (2,41) size 66x21 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,48) size 66x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,41) size 66x21 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,48) size 66x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,41) size 66x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,48) size 66x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,41) size 66x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,71) size 274x21
-            RenderTableCell {TD} at (2,71) size 66x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,63) size 274x19
+            RenderTableCell {TD} at (2,62) size 66x21 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,71) size 66x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,62) size 66x21 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,71) size 66x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,62) size 66x21 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,71) size 66x21 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,62) size 66x21 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,94) size 274x21
-            RenderTableCell {TD} at (2,94) size 66x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,84) size 274x19
+            RenderTableCell {TD} at (2,83) size 66x21 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,94) size 66x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,83) size 66x21 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,94) size 66x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,83) size 66x21 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,94) size 66x21 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,83) size 66x21 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,117) size 274x21
-            RenderTableCell {TD} at (2,117) size 66x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,105) size 274x19
+            RenderTableCell {TD} at (2,104) size 66x21 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,117) size 66x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,104) size 66x21 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,117) size 66x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,104) size 66x21 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,117) size 66x21 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,104) size 66x21 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,140) size 274x21
-            RenderTableCell {TD} at (2,140) size 66x21 [border: (1px inset #808080)] [r=6 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,126) size 274x19
+            RenderTableCell {TD} at (2,125) size 66x21 [border: (1px inset #808080)] [r=6 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,140) size 66x21 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,125) size 66x21 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,140) size 66x21 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,125) size 66x21 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,140) size 66x21 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,125) size 66x21 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,163) size 274x21
-            RenderTableCell {TD} at (2,163) size 66x21 [border: (1px inset #808080)] [r=7 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,147) size 274x19
+            RenderTableCell {TD} at (2,146) size 66x21 [border: (1px inset #808080)] [r=7 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,163) size 66x21 [border: (1px inset #808080)] [r=7 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,146) size 66x21 [border: (1px inset #808080)] [r=7 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,163) size 66x21 [border: (1px inset #808080)] [r=7 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,146) size 66x21 [border: (1px inset #808080)] [r=7 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,163) size 66x21 [border: (1px inset #808080)] [r=7 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,146) size 66x21 [border: (1px inset #808080)] [r=7 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,186) size 274x21
-            RenderTableCell {TD} at (2,186) size 66x21 [border: (1px inset #808080)] [r=8 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,168) size 274x19
+            RenderTableCell {TD} at (2,167) size 66x21 [border: (1px inset #808080)] [r=8 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,186) size 66x21 [border: (1px inset #808080)] [r=8 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,167) size 66x21 [border: (1px inset #808080)] [r=8 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,186) size 66x21 [border: (1px inset #808080)] [r=8 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,167) size 66x21 [border: (1px inset #808080)] [r=8 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,186) size 66x21 [border: (1px inset #808080)] [r=8 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,167) size 66x21 [border: (1px inset #808080)] [r=8 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,209) size 274x21
-            RenderTableCell {TD} at (2,209) size 66x21 [border: (1px inset #808080)] [r=9 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,189) size 274x19
+            RenderTableCell {TD} at (2,188) size 66x21 [border: (1px inset #808080)] [r=9 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,209) size 66x21 [border: (1px inset #808080)] [r=9 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,188) size 66x21 [border: (1px inset #808080)] [r=9 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,209) size 66x21 [border: (1px inset #808080)] [r=9 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,188) size 66x21 [border: (1px inset #808080)] [r=9 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,209) size 66x21 [border: (1px inset #808080)] [r=9 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,188) size 66x21 [border: (1px inset #808080)] [r=9 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,232) size 274x21
-            RenderTableCell {TD} at (2,232) size 66x21 [border: (1px inset #808080)] [r=10 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,210) size 274x19
+            RenderTableCell {TD} at (2,209) size 66x21 [border: (1px inset #808080)] [r=10 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,232) size 66x21 [border: (1px inset #808080)] [r=10 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,209) size 66x21 [border: (1px inset #808080)] [r=10 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,232) size 66x21 [border: (1px inset #808080)] [r=10 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,209) size 66x21 [border: (1px inset #808080)] [r=10 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,232) size 66x21 [border: (1px inset #808080)] [r=10 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,209) size 66x21 [border: (1px inset #808080)] [r=10 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,255) size 274x21
-            RenderTableCell {TD} at (2,255) size 66x21 [border: (1px inset #808080)] [r=11 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,231) size 274x19
+            RenderTableCell {TD} at (2,230) size 66x21 [border: (1px inset #808080)] [r=11 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,255) size 66x21 [border: (1px inset #808080)] [r=11 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,230) size 66x21 [border: (1px inset #808080)] [r=11 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,255) size 66x21 [border: (1px inset #808080)] [r=11 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,230) size 66x21 [border: (1px inset #808080)] [r=11 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,255) size 66x21 [border: (1px inset #808080)] [r=11 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,230) size 66x21 [border: (1px inset #808080)] [r=11 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,278) size 274x21
-            RenderTableCell {TD} at (2,278) size 66x21 [border: (1px inset #808080)] [r=12 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,252) size 274x19
+            RenderTableCell {TD} at (2,251) size 66x21 [border: (1px inset #808080)] [r=12 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,278) size 66x21 [border: (1px inset #808080)] [r=12 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,251) size 66x21 [border: (1px inset #808080)] [r=12 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x17
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,278) size 66x21 [border: (1px inset #808080)] [r=12 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,251) size 66x21 [border: (1px inset #808080)] [r=12 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x17
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,278) size 66x21 [border: (1px inset #808080)] [r=12 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,251) size 66x21 [border: (1px inset #808080)] [r=12 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x17
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug462684expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug462684expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x412
-  RenderBlock {HTML} at (0,0) size 800x413
-    RenderBody {BODY} at (8,22) size 784x383
</del><ins>+layer at (0,0) size 800x333
+  RenderBlock {HTML} at (0,0) size 800x334
+    RenderBody {BODY} at (8,22) size 784x304
</ins><span class="cx">       RenderBlock {H5} at (0,0) size 784x15
</span><span class="cx">         RenderText {#text} at (0,0) size 208x15
</span><span class="cx">           text run at (0,0) width 208: &quot;table - color, tbodies color, row color&quot;
</span><del>-      RenderTable {TABLE} at (0,37) size 187x346 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,37) size 187x267 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (41,41) size 105x162 [bgcolor=#FF0000]
</span><span class="cx">           RenderTableRow {TR} at (0,40) size 105x21 [bgcolor=#FFFF00]
</span><span class="cx">             RenderTableCell {TD} at (40,40) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -16,8 +16,8 @@
</span><span class="cx">             RenderTableCell {TD} at (40,101) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-        RenderTableSection {TBODY} at (41,203) size 105x101 [bgcolor=#008000]
-          RenderTableRow {TR} at (0,40) size 105x21
-            RenderTableCell {TD} at (40,40) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (41,203) size 105x22 [bgcolor=#008000]
+          RenderTableRow {TR} at (0,0) size 105x-18
+            RenderTableCell {TD} at (40,-20) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug51000expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresbugsbug51000expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug51000-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -6,19 +6,19 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 375x17
</span><span class="cx">           text run at (0,0) width 375: &quot;300xp height value set on THEAD, TBODY, and TFOOT&quot;
</span><del>-      RenderTable {TABLE} at (0,33) size 250x77 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,33) size 250x69 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 248x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 248x21
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 244x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 240x17
</span><span class="cx">                 text run at (2,2) width 240: &quot;This THEAD should be 300px high&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,51) size 248x25
-          RenderTableRow {TR} at (0,2) size 248x21
-            RenderTableCell {TD} at (2,2) size 244x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,47) size 248x21
+          RenderTableRow {TR} at (0,0) size 248x19
+            RenderTableCell {TD} at (2,-1) size 244x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 226x17
</span><span class="cx">                 text run at (2,2) width 226: &quot;This TFOOT should be 300px high&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 248x25
-          RenderTableRow {TR} at (0,2) size 248x21
-            RenderTableCell {TD} at (2,2) size 244x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 248x21
+          RenderTableRow {TR} at (0,0) size 248x19
+            RenderTableCell {TD} at (2,-1) size 244x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 234x17
</span><span class="cx">                 text run at (2,2) width 234: &quot;This TBODY should be 300px hight&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failurescorebackgroundsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/core/backgrounds-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/core/backgrounds-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/core/backgrounds-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x2355
</del><ins>+layer at (0,0) size 785x2335
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x2355
-  RenderBlock {HTML} at (0,0) size 785x2355
-    RenderBody {BODY} at (8,8) size 769x2339
</del><ins>+layer at (0,0) size 785x2335
+  RenderBlock {HTML} at (0,0) size 785x2335
+    RenderBody {BODY} at (8,8) size 769x2319
</ins><span class="cx">       RenderBlock (anonymous) at (0,0) size 769x34
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 75x17
</span><span class="lines">@@ -137,7 +137,7 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 102x17
</span><span class="cx">           text run at (0,17) width 102: &quot;row group color&quot;
</span><del>-      RenderTable {TABLE} at (0,724) size 69x68 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,724) size 69x56 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x33 [bgcolor=#FF0000]
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -146,19 +146,19 @@
</span><span class="cx">             RenderTableCell {TD} at (37,6) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-        RenderTableSection {TBODY} at (1,34) size 67x33
-          RenderTableRow {TR} at (0,6) size 67x21
-            RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,34) size 67x21
+          RenderTableRow {TR} at (0,0) size 67x15
+            RenderTableCell {TD} at (6,-3) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (37,6) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (37,-3) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,792) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,780) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 61x17
</span><span class="cx">           text run at (0,17) width 61: &quot;row color&quot;
</span><del>-      RenderTable {TABLE} at (0,826) size 69x35 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,814) size 69x35 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x33
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -167,11 +167,11 @@
</span><span class="cx">             RenderTableCell {TD} at (37,6) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,861) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,849) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 61x17
</span><span class="cx">           text run at (0,17) width 61: &quot;row color&quot;
</span><del>-      RenderTable {TABLE} at (0,895) size 69x62 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,883) size 69x62 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x60
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -187,11 +187,11 @@
</span><span class="cx">             RenderTableCell {TD} at (37,33) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,957) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,945) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 67x17
</span><span class="cx">           text run at (0,17) width 67: &quot;row image&quot;
</span><del>-      RenderTable {TABLE} at (0,991) size 69x35 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,979) size 69x35 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x33
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -200,11 +200,11 @@
</span><span class="cx">             RenderTableCell {TD} at (37,6) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1026) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,1014) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 144x17
</span><span class="cx">           text run at (0,17) width 144: &quot;table - color, row color&quot;
</span><del>-      RenderTable {TABLE} at (0,1060) size 69x62 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1048) size 69x62 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x60
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -220,11 +220,11 @@
</span><span class="cx">             RenderTableCell {TD} at (37,33) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1122) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,1110) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 150x17
</span><span class="cx">           text run at (0,17) width 150: &quot;table - image, row color&quot;
</span><del>-      RenderTable {TABLE} at (0,1156) size 69x62 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1144) size 69x62 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x60
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -240,11 +240,11 @@
</span><span class="cx">             RenderTableCell {TD} at (37,33) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1218) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,1206) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 150x17
</span><span class="cx">           text run at (0,17) width 150: &quot;table - color; row image&quot;
</span><del>-      RenderTable {TABLE} at (0,1252) size 69x35 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1240) size 69x35 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x33
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -253,11 +253,11 @@
</span><span class="cx">             RenderTableCell {TD} at (37,6) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1287) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,1275) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 156x17
</span><span class="cx">           text run at (0,17) width 156: &quot;table - image, row image&quot;
</span><del>-      RenderTable {TABLE} at (0,1321) size 69x35 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1309) size 69x35 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x33
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -266,11 +266,11 @@
</span><span class="cx">             RenderTableCell {TD} at (37,6) size 24x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1356) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,1344) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 210x17
</span><span class="cx">           text run at (0,17) width 210: &quot;table - color; row color; cell color&quot;
</span><del>-      RenderTable {TABLE} at (0,1390) size 69x62 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1378) size 69x62 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x60
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [bgcolor=#FF55DD] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -286,11 +286,11 @@
</span><span class="cx">             RenderTableCell {TD} at (37,33) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1452) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,1440) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 216x17
</span><span class="cx">           text run at (0,17) width 216: &quot;table - image; row color; cell color&quot;
</span><del>-      RenderTable {TABLE} at (0,1486) size 69x62 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1474) size 69x62 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x60
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [bgcolor=#FF55DD] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -306,11 +306,11 @@
</span><span class="cx">             RenderTableCell {TD} at (37,33) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1548) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,1536) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 216x17
</span><span class="cx">           text run at (0,17) width 216: &quot;table - color; row image; cell color&quot;
</span><del>-      RenderTable {TABLE} at (0,1582) size 69x62 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1570) size 69x62 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x60
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [bgcolor=#FF55DD] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -326,11 +326,11 @@
</span><span class="cx">             RenderTableCell {TD} at (37,33) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1644) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,1632) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 216x17
</span><span class="cx">           text run at (0,17) width 216: &quot;table - color; row color; cell image&quot;
</span><del>-      RenderTable {TABLE} at (0,1678) size 69x62 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1666) size 69x62 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x60
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -346,11 +346,11 @@
</span><span class="cx">             RenderTableCell {TD} at (37,33) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1740) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,1728) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 96x17
</span><span class="cx">           text run at (0,17) width 96: &quot;col group color&quot;
</span><del>-      RenderTable {TABLE} at (0,1774) size 39x35 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1762) size 39x35 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#FF0000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 37x33
</span><span class="lines">@@ -358,11 +358,11 @@
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-      RenderBlock (anonymous) at (0,1809) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,1797) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 55x17
</span><span class="cx">           text run at (0,17) width 55: &quot;col color&quot;
</span><del>-      RenderTable {TABLE} at (0,1843) size 39x35 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1831) size 39x35 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FF0000]
</span><span class="cx">         RenderTableSection {TBODY} at (1,1) size 37x33
</span><span class="lines">@@ -370,11 +370,11 @@
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-      RenderBlock (anonymous) at (0,1878) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,1866) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 228x17
</span><span class="cx">           text run at (0,17) width 228: &quot;table - image; row image; cell image&quot;
</span><del>-      RenderTable {TABLE} at (0,1912) size 69x62 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1900) size 69x62 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x60
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x21
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -390,11 +390,11 @@
</span><span class="cx">             RenderTableCell {TD} at (37,33) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1974) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,1962) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 233x17
</span><span class="cx">           text run at (0,17) width 233: &quot;table - color, tbodies color, row color&quot;
</span><del>-      RenderTable {TABLE} at (0,2008) size 47x97 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1996) size 47x89 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (7,7) size 33x54 [bgcolor=#FF0000]
</span><span class="cx">           RenderTableRow {TR} at (0,4) size 33x21 [bgcolor=#FFFF00]
</span><span class="cx">             RenderTableCell {TD} at (4,4) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -404,16 +404,16 @@
</span><span class="cx">             RenderTableCell {TD} at (4,29) size 25x21 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-        RenderTableSection {TBODY} at (7,61) size 33x29 [bgcolor=#008000]
-          RenderTableRow {TR} at (0,4) size 33x21
-            RenderTableCell {TD} at (4,4) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (7,61) size 33x21 [bgcolor=#008000]
+          RenderTableRow {TR} at (0,0) size 33x17
+            RenderTableCell {TD} at (4,-2) size 25x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x17
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-      RenderBlock (anonymous) at (0,2105) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,2085) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 61x17
</span><span class="cx">           text run at (0,17) width 61: &quot;col image&quot;
</span><del>-      RenderTable {TABLE} at (0,2139) size 75x68 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,2119) size 75x68 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FF0000]
</span><span class="cx">         RenderTableSection {TBODY} at (7,7) size 61x54
</span><span class="lines">@@ -431,11 +431,11 @@
</span><span class="cx">             RenderTableCell {TD} at (33,29) size 24x21 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,2207) size 769x34
</del><ins>+      RenderBlock (anonymous) at (0,2187) size 769x34
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 368x17
</span><span class="cx">           text run at (0,17) width 368: &quot;table color; col group color; col color; row color; cell color&quot;
</span><del>-      RenderTable {TABLE} at (0,2241) size 120x81 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,2221) size 120x81 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0 [bgcolor=#FF0000]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FF9999]
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="lines">@@ -482,6 +482,6 @@
</span><span class="cx">             RenderTableCell {TD} at (90,54) size 24x21 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,2322) size 769x17
</del><ins>+      RenderBlock (anonymous) at (0,2302) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 19x17
</span><span class="cx">           text run at (0,0) width 19: &quot;--&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failurescorecaptions1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1053
</del><ins>+layer at (0,0) size 785x1047
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1053
-  RenderBlock {HTML} at (0,0) size 785x1053
-    RenderBody {BODY} at (8,8) size 769x1037
</del><ins>+layer at (0,0) size 785x1047
+  RenderBlock {HTML} at (0,0) size 785x1047
+    RenderBody {BODY} at (8,8) size 769x1031
</ins><span class="cx">       RenderBlock {CENTER} at (0,0) size 769x17
</span><span class="cx">         RenderText {#text} at (322,0) size 125x17
</span><span class="cx">           text run at (322,0) width 125: &quot;bottom caption tests&quot;
</span><span class="lines">@@ -129,35 +129,35 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,676) size 769x17
</span><span class="cx">         RenderText {#text} at (0,0) size 149x17
</span><span class="cx">           text run at (0,0) width 149: &quot;table 6 - table gets taller&quot;
</span><del>-      RenderTable {TABLE} at (5,703) size 106x117 [border: (10px solid #008000)]
</del><ins>+      RenderTable {TABLE} at (5,703) size 106x111 [border: (10px solid #008000)]
</ins><span class="cx">         RenderTableSection {TBODY} at (10,10) size 86x23
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 86x19
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 48x19 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 46x17
</span><span class="cx">                 text run at (1,1) width 46: &quot;foo foo&quot;
</span><del>-        RenderBlock {CAPTION} at (10,89) size 96x28 [border: (3px solid #800080)]
</del><ins>+        RenderBlock {CAPTION} at (10,83) size 96x28 [border: (3px solid #800080)]
</ins><span class="cx">           RenderText {#text} at (12,6) size 47x17
</span><span class="cx">             text run at (12,6) width 47: &quot;caption&quot;
</span><span class="cx">           RenderBlock {INPUT} at (63,6) size 16x16
</span><del>-        RenderTableSection {TBODY} at (10,33) size 86x44
-          RenderTableRow {TR} at (0,2) size 86x19
-            RenderTableCell {TD} at (2,2) size 48x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (10,33) size 86x38
+          RenderTableRow {TR} at (0,0) size 86x17
+            RenderTableCell {TD} at (2,-1) size 48x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x17
</span><span class="cx">                 text run at (1,1) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (52,2) size 32x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,-1) size 32x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x17
</span><span class="cx">                 text run at (1,1) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,23) size 86x19
-            RenderTableCell {TD} at (2,23) size 48x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,19) size 86x17
+            RenderTableCell {TD} at (2,18) size 48x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x17
</span><span class="cx">                 text run at (1,1) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (52,23) size 32x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,18) size 32x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x17
</span><span class="cx">                 text run at (1,1) width 30: &quot;Data&quot;
</span><del>-      RenderBlock (anonymous) at (0,825) size 769x17
</del><ins>+      RenderBlock (anonymous) at (0,819) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 139x17
</span><span class="cx">           text run at (0,0) width 139: &quot;table 7 - insert caption&quot;
</span><del>-      RenderTable {TABLE} at (5,852) size 90x89 [border: (10px solid #008000)]
</del><ins>+      RenderTable {TABLE} at (5,846) size 90x89 [border: (10px solid #008000)]
</ins><span class="cx">         RenderTableSection {TBODY} at (10,10) size 70x44
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 70x19
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 32x19 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -176,10 +176,10 @@
</span><span class="cx">         RenderBlock {CAPTION} at (10,66) size 80x23 [border: (3px solid #800080)]
</span><span class="cx">           RenderText {#text} at (13,3) size 54x17
</span><span class="cx">             text run at (13,3) width 54: &quot;new cap&quot;
</span><del>-      RenderBlock (anonymous) at (0,946) size 769x17
</del><ins>+      RenderBlock (anonymous) at (0,940) size 769x17
</ins><span class="cx">         RenderText {#text} at (0,0) size 152x17
</span><span class="cx">           text run at (0,0) width 152: &quot;table 8 - remove caption&quot;
</span><del>-      RenderTable {TABLE} at (5,973) size 90x64 [border: (10px solid #008000)]
</del><ins>+      RenderTable {TABLE} at (5,967) size 90x64 [border: (10px solid #008000)]
</ins><span class="cx">         RenderTableSection {TBODY} at (10,10) size 70x44
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 70x19
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 32x19 [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresdominsertTbodyExpand1expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresdominsertTbodyExpand1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                 text run at (2,2) width 23: &quot;c12&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,44) size 784x17
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><del>-      RenderTable {TABLE} at (0,61) size 62x52 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,61) size 62x48 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 60x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 60x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 27x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -27,13 +27,13 @@
</span><span class="cx">             RenderTableCell {TD} at (31,2) size 27x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;X2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 60x25
-          RenderTableRow {TR} at (0,2) size 60x21
-            RenderTableCell {TD} at (2,2) size 27x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 60x21
+          RenderTableRow {TR} at (0,0) size 60x19
+            RenderTableCell {TD} at (2,-1) size 27x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;c11&quot;
</span><del>-            RenderTableCell {TD} at (31,2) size 27x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (31,-1) size 27x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;c12&quot;
</span><del>-      RenderBlock (anonymous) at (0,113) size 784x17
</del><ins>+      RenderBlock (anonymous) at (0,109) size 784x17
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresdominsertTbodyRebuild1expectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresdominsertTbodyRebuild1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx">                 text run at (2,2) width 23: &quot;c12&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,44) size 784x17
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><del>-      RenderTable {TABLE} at (0,61) size 62x52 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,61) size 62x48 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 60x25
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 60x21
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 27x21 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
</span><span class="lines">@@ -27,13 +27,13 @@
</span><span class="cx">             RenderTableCell {TD} at (31,2) size 27x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x17
</span><span class="cx">                 text run at (2,2) width 20: &quot;X2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,26) size 60x25
-          RenderTableRow {TR} at (0,2) size 60x21
-            RenderTableCell {TD} at (2,2) size 27x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,26) size 60x21
+          RenderTableRow {TR} at (0,0) size 60x19
+            RenderTableCell {TD} at (2,-1) size 27x21 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;c11&quot;
</span><del>-            RenderTableCell {TD} at (31,2) size 27x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (31,-1) size 27x21 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x17
</span><span class="cx">                 text run at (2,2) width 23: &quot;c12&quot;
</span><del>-      RenderBlock (anonymous) at (0,113) size 784x17
</del><ins>+      RenderBlock (anonymous) at (0,109) size 784x17
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablecellexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1305
</del><ins>+layer at (0,0) size 785x1270
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1305
-  RenderBlock {HTML} at (0,0) size 785x1306
-    RenderBody {BODY} at (8,17) size 769x1281 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1270
+  RenderBlock {HTML} at (0,0) size 785x1271
+    RenderBody {BODY} at (8,17) size 769x1246 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,305) size 626x488 [color=#FFFFFF] [border: (5px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,305) size 626x453 [color=#FFFFFF] [border: (5px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 626x21
</span><span class="cx">           RenderText {#text} at (167,0) size 292x21
</span><span class="cx">             text run at (167,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -70,42 +70,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (5,353) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (5,332) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (5,140) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (5,140) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,792) size 586x438 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,757) size 586x438 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 586x21
</span><span class="cx">           RenderText {#text} at (148,0) size 290x21
</span><span class="cx">             text run at (148,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -164,10 +164,10 @@
</span><span class="cx">             RenderTableCell {TD} at (467,136) size 114x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1229) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1194) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1264) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1229) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablecolumnexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1477
</del><ins>+layer at (0,0) size 785x1442
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1477
-  RenderBlock {HTML} at (0,0) size 785x1478
-    RenderBody {BODY} at (8,17) size 769x1453 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1442
+  RenderBlock {HTML} at (0,0) size 785x1443
+    RenderBody {BODY} at (8,17) size 769x1418 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,483) size 630x484 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,483) size 630x449 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 630x21
</span><span class="cx">           RenderText {#text} at (169,0) size 292x21
</span><span class="cx">             text run at (169,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -83,42 +83,42 @@
</span><span class="cx">             RenderTableCell {TH} at (504,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,351) size 624x129
-          RenderTableRow {TR} at (0,7) size 624x115
-            RenderTableCell {TD} at (7,48) size 365x33 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,330) size 624x115
+          RenderTableRow {TR} at (0,0) size 624x108
+            RenderTableCell {TD} at (7,37) size 365x33 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (6,6) size 47x21
</span><span class="cx">                 text run at (6,6) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (379,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (379,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (504,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (504,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,138) size 624x213
-          RenderTableRow {TR} at (0,7) size 624x108
-            RenderTableCell {TD} at (7,82) size 138x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (3,138) size 624x192
+          RenderTableRow {TR} at (0,0) size 624x101
+            RenderTableCell {TD} at (7,68) size 138x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (152,40) size 220x41 [border: (9px dashed #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (152,30) size 220x41 [border: (9px dashed #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (10,10) size 43x21
</span><span class="cx">                 text run at (10,10) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (379,44) size 118x33 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (379,34) size 118x33 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 46x21
</span><span class="cx">                 text run at (6,6) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (504,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (504,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 624x84
-            RenderTableCell {TD} at (152,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 624x77
+            RenderTableCell {TD} at (152,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (379,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (379,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (504,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (504,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,966) size 588x436 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,931) size 588x436 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 588x21
</span><span class="cx">           RenderText {#text} at (149,0) size 290x21
</span><span class="cx">             text run at (149,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -177,10 +177,10 @@
</span><span class="cx">             RenderTableCell {TD} at (469,136) size 115x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,2) size 43x21
</span><span class="cx">                 text run at (4,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1401) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1366) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1436) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1401) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablecolumngroupexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablecolumngroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1316
</del><ins>+layer at (0,0) size 785x1281
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1316
-  RenderBlock {HTML} at (0,0) size 785x1317
-    RenderBody {BODY} at (8,17) size 769x1292 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1281
+  RenderBlock {HTML} at (0,0) size 785x1282
+    RenderBody {BODY} at (8,17) size 769x1257 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,322) size 622x484 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,322) size 622x449 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 622x21
</span><span class="cx">           RenderText {#text} at (165,0) size 292x21
</span><span class="cx">             text run at (165,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -70,42 +70,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,351) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,48) size 357x33 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,330) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,37) size 357x33 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (6,6) size 47x21
</span><span class="cx">                 text run at (6,6) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,138) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (3,138) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 118x33 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,34) size 118x33 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 46x21
</span><span class="cx">                 text run at (6,6) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,805) size 591x436 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,770) size 591x436 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 591x21
</span><span class="cx">           RenderText {#text} at (150,0) size 291x21
</span><span class="cx">             text run at (150,0) width 291: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -161,10 +161,10 @@
</span><span class="cx">             RenderTableCell {TD} at (471,136) size 117x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,2) size 43x21
</span><span class="cx">                 text run at (6,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1240) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1205) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1275) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1240) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertableexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1249
</del><ins>+layer at (0,0) size 785x1214
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1249
-  RenderBlock {HTML} at (0,0) size 785x1250
-    RenderBody {BODY} at (8,17) size 769x1225 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1214
+  RenderBlock {HTML} at (0,0) size 785x1215
+    RenderBody {BODY} at (8,17) size 769x1190 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,249) size 626x488 [color=#FFFFFF] [bgcolor=#000000] [border: (5px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,249) size 626x453 [color=#FFFFFF] [bgcolor=#000000] [border: (5px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 626x21
</span><span class="cx">           RenderText {#text} at (167,0) size 292x21
</span><span class="cx">             text run at (167,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -64,42 +64,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TBODY} at (5,140) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (5,140) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-        RenderTableSection {TFOOT} at (5,353) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (5,332) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-      RenderTable {TABLE} at (0,736) size 586x438 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,701) size 586x438 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 586x21
</span><span class="cx">           RenderText {#text} at (148,0) size 290x21
</span><span class="cx">             text run at (148,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -158,10 +158,10 @@
</span><span class="cx">             RenderTableCell {TD} at (467,136) size 114x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1173) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1138) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1208) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1173) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablequirksexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablequirksexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1204
</del><ins>+layer at (0,0) size 785x1169
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1204
-  RenderBlock {HTML} at (0,0) size 785x1204
-    RenderBody {BODY} at (8,8) size 769x1188 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1169
+  RenderBlock {HTML} at (0,0) size 785x1169
+    RenderBody {BODY} at (8,8) size 769x1153 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,249) size 626x472 [color=#FFFFFF] [bgcolor=#000000] [border: (5px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,249) size 626x437 [color=#FFFFFF] [bgcolor=#000000] [border: (5px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 626x21
</span><span class="cx">           RenderText {#text} at (167,0) size 292x21
</span><span class="cx">             text run at (167,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -64,42 +64,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,42) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TBODY} at (5,136) size 616x205
-          RenderTableRow {TR} at (0,7) size 616x104
-            RenderTableCell {TD} at (7,78) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (5,136) size 616x184
+          RenderTableRow {TR} at (0,0) size 616x97
+            RenderTableCell {TD} at (7,64) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,46) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,36) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,46) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,36) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,46) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,36) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,118) size 616x80
-            RenderTableCell {TD} at (144,145) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,104) size 616x73
+            RenderTableCell {TD} at (144,128) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,145) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,128) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,145) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,128) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-        RenderTableSection {TFOOT} at (5,341) size 616x125
-          RenderTableRow {TR} at (0,7) size 616x111
-            RenderTableCell {TD} at (7,50) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (5,320) size 616x111
+          RenderTableRow {TR} at (0,0) size 616x104
+            RenderTableCell {TD} at (7,39) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,50) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,39) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,50) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,39) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-      RenderTable {TABLE} at (0,720) size 586x422 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,685) size 586x422 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 586x21
</span><span class="cx">           RenderText {#text} at (148,0) size 290x21
</span><span class="cx">             text run at (148,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -158,10 +158,10 @@
</span><span class="cx">             RenderTableCell {TD} at (467,132) size 114x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1141) size 769x32
</del><ins>+      RenderBlock {DIV} at (0,1106) size 769x32
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1172) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1137) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablerowexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1445
</del><ins>+layer at (0,0) size 785x1410
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1445
-  RenderBlock {HTML} at (0,0) size 785x1446
-    RenderBody {BODY} at (8,17) size 769x1421 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1410
+  RenderBlock {HTML} at (0,0) size 785x1411
+    RenderBody {BODY} at (8,17) size 769x1386 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,423) size 630x492 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,423) size 630x457 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 630x21
</span><span class="cx">           RenderText {#text} at (169,0) size 292x21
</span><span class="cx">             text run at (169,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -79,42 +79,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 121x33 [border: (5px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (38,6) size 45x21
</span><span class="cx">                 text run at (38,6) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,359) size 624x129
-          RenderTableRow {TR} at (0,7) size 624x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,338) size 624x115
+          RenderTableRow {TR} at (0,0) size 624x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 121x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 121x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,146) size 624x213
-          RenderTableRow {TR} at (0,7) size 624x108 [bgcolor=#000000] [border: (9px dashed #FFFFFF)]
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (3,146) size 624x192
+          RenderTableRow {TR} at (0,0) size 624x101 [bgcolor=#000000] [border: (9px dashed #FFFFFF)]
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 118x41 [border: (9px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,30) size 118x41 [border: (9px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (10,10) size 46x21
</span><span class="cx">                 text run at (10,10) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 121x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 121x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 624x84 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 624x77 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,147) size 118x33 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,130) size 118x33 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x21
</span><span class="cx">                 text run at (6,6) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 121x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 121x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,914) size 590x456 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,879) size 590x456 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 590x21
</span><span class="cx">           RenderText {#text} at (150,0) size 290x21
</span><span class="cx">             text run at (150,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -173,10 +173,10 @@
</span><span class="cx">             RenderTableCell {TD} at (469,144) size 116x30 [border: (5px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,6) size 43x21
</span><span class="cx">                 text run at (4,6) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1369) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1334) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1404) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1369) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablerowgroupexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_bordertablerowgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1362
</del><ins>+layer at (0,0) size 785x1327
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1362
-  RenderBlock {HTML} at (0,0) size 785x1363
-    RenderBody {BODY} at (8,17) size 769x1338 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1327
+  RenderBlock {HTML} at (0,0) size 785x1328
+    RenderBody {BODY} at (8,17) size 769x1303 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,352) size 630x492 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,352) size 630x457 [color=#FFFFFF] [border: (3px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 630x21
</span><span class="cx">           RenderText {#text} at (169,0) size 292x21
</span><span class="cx">             text run at (169,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -72,42 +72,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 121x33 [border: (5px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (38,6) size 45x21
</span><span class="cx">                 text run at (38,6) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,359) size 624x129
-          RenderTableRow {TR} at (0,7) size 624x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,338) size 624x115
+          RenderTableRow {TR} at (0,0) size 624x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 121x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 121x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,146) size 624x213 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-          RenderTableRow {TR} at (0,7) size 624x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (3,146) size 624x192 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+          RenderTableRow {TR} at (0,0) size 624x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 121x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 121x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 624x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 624x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,147) size 118x33 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,130) size 118x33 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x21
</span><span class="cx">                 text run at (6,6) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 121x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 121x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,843) size 590x444 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,808) size 590x444 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 590x21
</span><span class="cx">           RenderText {#text} at (150,0) size 290x21
</span><span class="cx">             text run at (150,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -166,10 +166,10 @@
</span><span class="cx">             RenderTableCell {TD} at (469,138) size 116x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,2) size 43x21
</span><span class="cx">                 text run at (4,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1286) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1251) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1321) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1286) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_fixedbgexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_fixedbgexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 1544x1673
</del><ins>+layer at (0,0) size 1544x1638
</ins><span class="cx">   RenderView at (0,0) size 785x585
</span><del>-layer at (0,0) size 785x1673
-  RenderBlock {HTML} at (0,0) size 785x1674
-    RenderBody {BODY} at (8,17) size 769x1644 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1638
+  RenderBlock {HTML} at (0,0) size 785x1639
+    RenderBody {BODY} at (8,17) size 769x1609 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,264) size 618x480 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
</del><ins>+      RenderTable {TABLE} at (0,264) size 618x445 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21 [color=#FFFFFF]
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -62,42 +62,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,743) size 578x432 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
</del><ins>+      RenderTable {TABLE} at (0,708) size 578x432 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21 [color=#FFFFFF]
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -154,14 +154,14 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1174) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1139) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1209) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1174) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span><del>-      RenderBlock {PRE} at (0,1237) size 769x406
</del><ins>+      RenderBlock {PRE} at (0,1202) size 769x406
</ins><span class="cx">         RenderText {#text} at (0,0) size 1536x405
</span><span class="cx">           text run at (0,0) width 1536: &quot;................................................................................................................................................................................................&quot;
</span><span class="cx">           text run at (1536,0) width 0: &quot; &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_layershideexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_layershideexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1250
</del><ins>+layer at (0,0) size 785x1215
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1250
-  RenderBlock {HTML} at (0,0) size 785x1251
-    RenderBody {BODY} at (8,17) size 769x1226 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1215
+  RenderBlock {HTML} at (0,0) size 785x1216
+    RenderBody {BODY} at (8,17) size 769x1191 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,264) size 618x480 [color=#FFFFFF] [bgcolor=#0000FF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,264) size 618x445 [color=#FFFFFF] [bgcolor=#0000FF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -68,42 +68,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,743) size 578x432 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,708) size 578x432 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -160,10 +160,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1174) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1139) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1209) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1174) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_layersshowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1744
</del><ins>+layer at (0,0) size 785x1709
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1744
-  RenderBlock {HTML} at (0,0) size 785x1745
-    RenderBody {BODY} at (8,17) size 769x1720 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1709
+  RenderBlock {HTML} at (0,0) size 785x1710
+    RenderBody {BODY} at (8,17) size 769x1685 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -123,7 +123,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,758) size 618x480 [color=#FFFFFF] [bgcolor=#0000FF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,758) size 618x445 [color=#FFFFFF] [bgcolor=#0000FF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -145,42 +145,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,1237) size 578x432 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,1202) size 578x432 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -237,10 +237,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1668) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1633) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1703) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1668) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablecellexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1291
</del><ins>+layer at (0,0) size 785x1256
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1291
-  RenderBlock {HTML} at (0,0) size 785x1292
-    RenderBody {BODY} at (8,17) size 769x1267 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1256
+  RenderBlock {HTML} at (0,0) size 785x1257
+    RenderBody {BODY} at (8,17) size 769x1232 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,305) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,305) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -70,42 +70,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,784) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,749) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -164,10 +164,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1215) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1180) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1250) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1215) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablecolumnexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablecolumnexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1394
</del><ins>+layer at (0,0) size 785x1359
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1394
-  RenderBlock {HTML} at (0,0) size 785x1395
-    RenderBody {BODY} at (8,17) size 769x1370 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1359
+  RenderBlock {HTML} at (0,0) size 785x1360
+    RenderBody {BODY} at (8,17) size 769x1335 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,408) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,408) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -78,42 +78,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,887) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,852) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -172,10 +172,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1318) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1283) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1353) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1318) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablecolumngroupexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablecolumngroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1293
</del><ins>+layer at (0,0) size 785x1258
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1293
-  RenderBlock {HTML} at (0,0) size 785x1294
-    RenderBody {BODY} at (8,17) size 769x1269 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1258
+  RenderBlock {HTML} at (0,0) size 785x1259
+    RenderBody {BODY} at (8,17) size 769x1234 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,307) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,307) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -69,42 +69,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,786) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,751) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -160,10 +160,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1217) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1182) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1252) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1217) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablerowexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1394
</del><ins>+layer at (0,0) size 785x1359
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1394
-  RenderBlock {HTML} at (0,0) size 785x1395
-    RenderBody {BODY} at (8,17) size 769x1370 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1359
+  RenderBlock {HTML} at (0,0) size 785x1360
+    RenderBody {BODY} at (8,17) size 769x1335 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,408) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,408) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -85,42 +85,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108 [bgcolor=#000000]
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101 [bgcolor=#000000]
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84 [bgcolor=#000000]
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77 [bgcolor=#000000]
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,887) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,852) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -179,10 +179,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1318) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1283) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1353) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1318) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablerowgroupexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinbackgr_positiontablerowgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1293
</del><ins>+layer at (0,0) size 785x1258
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1293
-  RenderBlock {HTML} at (0,0) size 785x1294
-    RenderBody {BODY} at (8,17) size 769x1269 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1258
+  RenderBlock {HTML} at (0,0) size 785x1259
+    RenderBody {BODY} at (8,17) size 769x1234 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,307) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,307) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 618x21
</span><span class="cx">           RenderText {#text} at (163,0) size 292x21
</span><span class="cx">             text run at (163,0) width 292: &quot;With 'border-collapse: separate'&quot;
</span><span class="lines">@@ -69,42 +69,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x21
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,349) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,52) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,328) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x25 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x21
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,52) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,52) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x21
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,136) size 616x213 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,82) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,136) size 616x192 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,68) size 130x49 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x21
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,38) size 220x25 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,38) size 118x25 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x21
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,38) size 113x25 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD H&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 616x84
-            RenderTableCell {TD} at (144,151) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,134) size 220x25 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x21
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,134) size 118x25 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x21
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,134) size 113x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,786) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,751) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x21
</span><span class="cx">           RenderText {#text} at (144,0) size 290x21
</span><span class="cx">             text run at (144,0) width 290: &quot;With 'border-collapse: collapse'&quot;
</span><span class="lines">@@ -163,10 +163,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x24 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x21
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1217) size 769x36
</del><ins>+      RenderBlock {DIV} at (0,1182) size 769x36
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x15 [color=#FFFF00]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><span class="cx">         RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderBlock {ADDRESS} at (0,1252) size 769x16
</del><ins>+      RenderBlock {ADDRESS} at (0,1217) size 769x16
</ins><span class="cx">         RenderText {#text} at (0,0) size 704x15
</span><span class="cx">           text run at (0,0) width 704: &quot;CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasai@escape.com&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbody_siblingexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbody_siblingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><del>-layer at (0,0) size 785x718
</del><ins>+layer at (0,0) size 785x658
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x507
-  RenderBlock {HTML} at (0,0) size 785x507
-    RenderBody {BODY} at (8,8) size 769x491
-      RenderTable {TABLE} at (0,0) size 200x491 [border: (1px outset #808080)]
</del><ins>+layer at (0,0) size 785x447
+  RenderBlock {HTML} at (0,0) size 785x447
+    RenderBody {BODY} at (8,8) size 769x431
+      RenderTable {TABLE} at (0,0) size 200x431 [border: (1px outset #808080)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 200x206 [border: (3px solid #FFA500)]
</span><span class="cx">           RenderText {#text} at (78,3) size 44x36
</span><span class="cx">             text run at (78,3) width 44: &quot;cap&quot;
</span><span class="lines">@@ -21,14 +21,14 @@
</span><span class="cx">               RenderBR {BR} at (23,18) size 0x17
</span><span class="cx">               RenderText {#text} at (1,35) size 22x17
</span><span class="cx">                 text run at (1,35) width 22: &quot;zap&quot;
</span><del>-        RenderTableSection {TBODY} at (1,320) size 198x170
-          RenderTableRow {TR} at (0,30) size 198x110
-            RenderTableCell {TD} at (30,30) size 54x110 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,320) size 198x110
+          RenderTableRow {TR} at (0,0) size 198x80
+            RenderTableCell {TD} at (30,-15) size 54x110 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x108
</span><span class="cx">                 text run at (1,1) width 43: &quot;foo&quot;
</span><span class="cx">                 text run at (1,37) width 41: &quot;bar&quot;
</span><span class="cx">                 text run at (1,73) width 44: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (114,86) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,26) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {DIV} at (1,1) size 52x52 [border: (1px solid #008000)]
</span><span class="cx">                 RenderBlock {DIV} at (1,1) size 402x302 [border: (1px solid #FF0000)]
</span><span class="cx">                   RenderText {#text} at (1,1) size 16x36
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_aboveexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_aboveexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x148
-  RenderBlock {html} at (0,0) size 800x148
-    RenderBody {body} at (8,16) size 784x124
</del><ins>+layer at (0,0) size 800x138
+  RenderBlock {html} at (0,0) size 800x138
+    RenderBody {body} at (8,16) size 784x114
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 482x17
</span><span class="cx">           text run at (0,0) width 372: &quot;Only the top side of the frame surrounding the table below &quot;
</span><span class="cx">           text run at (372,0) width 110: &quot;should be visible.&quot;
</span><del>-      RenderTable {table} at (0,33) size 188x91 [border: (1px solid #808080) none]
</del><ins>+      RenderTable {table} at (0,33) size 188x81 [border: (1px solid #808080) none]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="lines">@@ -25,35 +25,35 @@
</span><span class="cx">             RenderTableCell {th} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,68) size 188x23
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,62) size 188x19
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,24) size 188x44
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,24) size 188x38
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,23) size 188x19
-            RenderTableCell {td} at (2,23) size 60x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,19) size 188x17
+            RenderTableCell {td} at (2,18) size 60x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,23) size 60x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,18) size 60x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,23) size 60x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,18) size 60x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_belowexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_belowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x148
-  RenderBlock {html} at (0,0) size 800x148
-    RenderBody {body} at (8,16) size 784x124
</del><ins>+layer at (0,0) size 800x138
+  RenderBlock {html} at (0,0) size 800x138
+    RenderBody {body} at (8,16) size 784x114
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 506x17
</span><span class="cx">           text run at (0,0) width 396: &quot;Only the bottom side of the frame surrounding the table below &quot;
</span><span class="cx">           text run at (396,0) width 110: &quot;should be visible.&quot;
</span><del>-      RenderTable {table} at (0,33) size 188x91 [border: none (1px solid #808080) none]
</del><ins>+      RenderTable {table} at (0,33) size 188x81 [border: none (1px solid #808080) none]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="lines">@@ -25,35 +25,35 @@
</span><span class="cx">             RenderTableCell {th} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,67) size 188x23
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,61) size 188x19
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,23) size 188x44
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,23) size 188x38
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,23) size 188x19
-            RenderTableCell {td} at (2,23) size 60x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,19) size 188x17
+            RenderTableCell {td} at (2,18) size 60x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,23) size 60x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,18) size 60x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,23) size 60x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,18) size 60x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_borderexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_borderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x149
-  RenderBlock {html} at (0,0) size 800x149
-    RenderBody {body} at (8,16) size 784x125
</del><ins>+layer at (0,0) size 800x139
+  RenderBlock {html} at (0,0) size 800x139
+    RenderBody {body} at (8,16) size 784x115
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 459x17
</span><span class="cx">           text run at (0,0) width 395: &quot;All four sides of the frame surrounding the table below should &quot;
</span><span class="cx">           text run at (395,0) width 64: &quot;be visible.&quot;
</span><del>-      RenderTable {table} at (0,33) size 190x92 [border: (1px solid #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 190x82 [border: (1px solid #808080)]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="lines">@@ -25,35 +25,35 @@
</span><span class="cx">             RenderTableCell {th} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,68) size 188x23
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,62) size 188x19
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,24) size 188x44
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,24) size 188x38
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,23) size 188x19
-            RenderTableCell {td} at (2,23) size 60x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,19) size 188x17
+            RenderTableCell {td} at (2,18) size 60x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,23) size 60x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,18) size 60x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,23) size 60x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,18) size 60x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_boxexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_boxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x149
-  RenderBlock {html} at (0,0) size 800x149
-    RenderBody {body} at (8,16) size 784x125
</del><ins>+layer at (0,0) size 800x139
+  RenderBlock {html} at (0,0) size 800x139
+    RenderBody {body} at (8,16) size 784x115
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 459x17
</span><span class="cx">           text run at (0,0) width 395: &quot;All four sides of the frame surrounding the table below should &quot;
</span><span class="cx">           text run at (395,0) width 64: &quot;be visible.&quot;
</span><del>-      RenderTable {table} at (0,33) size 190x92 [border: (1px solid #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 190x82 [border: (1px solid #808080)]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="lines">@@ -25,35 +25,35 @@
</span><span class="cx">             RenderTableCell {th} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,68) size 188x23
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,62) size 188x19
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,24) size 188x44
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,24) size 188x38
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,23) size 188x19
-            RenderTableCell {td} at (2,23) size 60x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,19) size 188x17
+            RenderTableCell {td} at (2,18) size 60x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,23) size 60x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,18) size 60x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,23) size 60x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,18) size 60x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_hsidesexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_hsidesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x149
-  RenderBlock {html} at (0,0) size 800x149
-    RenderBody {body} at (8,16) size 784x125
</del><ins>+layer at (0,0) size 800x139
+  RenderBlock {html} at (0,0) size 800x139
+    RenderBody {body} at (8,16) size 784x115
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 563x17
</span><span class="cx">           text run at (0,0) width 410: &quot;Only the top and bottom sides of the frame surrounding the table &quot;
</span><span class="cx">           text run at (410,0) width 153: &quot;below should be visible.&quot;
</span><del>-      RenderTable {table} at (0,33) size 188x92 [border: (1px solid #808080) none (1px solid #808080) none]
</del><ins>+      RenderTable {table} at (0,33) size 188x82 [border: (1px solid #808080) none (1px solid #808080) none]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="lines">@@ -25,35 +25,35 @@
</span><span class="cx">             RenderTableCell {th} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,68) size 188x23
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,62) size 188x19
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,24) size 188x44
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,24) size 188x38
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,23) size 188x19
-            RenderTableCell {td} at (2,23) size 60x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,19) size 188x17
+            RenderTableCell {td} at (2,18) size 60x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,23) size 60x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,18) size 60x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,23) size 60x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,18) size 60x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_lhsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_lhsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x147
-  RenderBlock {html} at (0,0) size 800x147
-    RenderBody {body} at (8,16) size 784x123
</del><ins>+layer at (0,0) size 800x137
+  RenderBlock {html} at (0,0) size 800x137
+    RenderBody {body} at (8,16) size 784x113
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 482x17
</span><span class="cx">           text run at (0,0) width 372: &quot;Only the left side of the frame surrounding the table below &quot;
</span><span class="cx">           text run at (372,0) width 110: &quot;should be visible.&quot;
</span><del>-      RenderTable {table} at (0,33) size 189x90 [border: none (1px solid #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 189x80 [border: none (1px solid #808080)]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="lines">@@ -25,35 +25,35 @@
</span><span class="cx">             RenderTableCell {th} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,67) size 188x23
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,61) size 188x19
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,23) size 188x44
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,23) size 188x38
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,23) size 188x19
-            RenderTableCell {td} at (2,23) size 60x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,19) size 188x17
+            RenderTableCell {td} at (2,18) size 60x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,23) size 60x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,18) size 60x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,23) size 60x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,18) size 60x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_rhsexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_rhsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x147
-  RenderBlock {html} at (0,0) size 800x147
-    RenderBody {body} at (8,16) size 784x123
</del><ins>+layer at (0,0) size 800x137
+  RenderBlock {html} at (0,0) size 800x137
+    RenderBody {body} at (8,16) size 784x113
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 491x17
</span><span class="cx">           text run at (0,0) width 381: &quot;Only the right side of the frame surrounding the table below &quot;
</span><span class="cx">           text run at (381,0) width 110: &quot;should be visible.&quot;
</span><del>-      RenderTable {table} at (0,33) size 189x90 [border: none (1px solid #808080) none]
</del><ins>+      RenderTable {table} at (0,33) size 189x80 [border: none (1px solid #808080) none]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="lines">@@ -25,35 +25,35 @@
</span><span class="cx">             RenderTableCell {th} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,67) size 188x23
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,61) size 188x19
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,23) size 188x44
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,23) size 188x38
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,23) size 188x19
-            RenderTableCell {td} at (2,23) size 60x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,19) size 188x17
+            RenderTableCell {td} at (2,18) size 60x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,23) size 60x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,18) size 60x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,23) size 60x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,18) size 60x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_vsidesexpectedpng"></a>
<div class="binary"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresmarvinx_table_frame_vsidesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,13 +1,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x147
-  RenderBlock {html} at (0,0) size 800x147
-    RenderBody {body} at (8,16) size 784x123
</del><ins>+layer at (0,0) size 800x137
+  RenderBlock {html} at (0,0) size 800x137
+    RenderBody {body} at (8,16) size 784x113
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x17
</span><span class="cx">         RenderText {#text} at (0,0) size 548x17
</span><span class="cx">           text run at (0,0) width 395: &quot;Only the right and left sides of the frame surrounding the table &quot;
</span><span class="cx">           text run at (395,0) width 153: &quot;below should be visible.&quot;
</span><del>-      RenderTable {table} at (0,33) size 190x90 [border: none (1px solid #808080) none (1px solid #808080)]
</del><ins>+      RenderTable {table} at (0,33) size 190x80 [border: none (1px solid #808080) none (1px solid #808080)]
</ins><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {col} at (0,0) size 0x0
</span><span class="cx">         RenderTableCol {colgroup} at (0,0) size 0x0
</span><span class="lines">@@ -25,35 +25,35 @@
</span><span class="cx">             RenderTableCell {th} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x17
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,67) size 188x23
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,61) size 188x19
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x17
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,23) size 188x44
-          RenderTableRow {tr} at (0,2) size 188x19
-            RenderTableCell {td} at (2,2) size 60x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,23) size 188x38
+          RenderTableRow {tr} at (0,0) size 188x17
+            RenderTableCell {td} at (2,-1) size 60x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,23) size 188x19
-            RenderTableCell {td} at (2,23) size 60x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,19) size 188x17
+            RenderTableCell {td} at (2,18) size 60x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,23) size 60x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,18) size 60x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,23) size 60x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,18) size 60x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x17
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtktablesmozilla_expected_failuresothertest4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt (159750 => 159751)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
+++ trunk/LayoutTests/platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt        2013-11-25 17:02:01 UTC (rev 159751)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x2359
</del><ins>+layer at (0,0) size 785x2321
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x2359
-  RenderBlock {HTML} at (0,0) size 785x2360
-    RenderBody {BODY} at (8,8) size 769x2336
</del><ins>+layer at (0,0) size 785x2321
+  RenderBlock {HTML} at (0,0) size 785x2322
+    RenderBody {BODY} at (8,8) size 769x2298
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x36
</span><span class="cx">         RenderText {#text} at (0,0) size 432x36
</span><span class="cx">           text run at (0,0) width 432: &quot;Example 4: Some simple tables.&quot;
</span><span class="lines">@@ -194,8 +194,8 @@
</span><span class="cx">                 text run at (21,3) width 38: &quot;57-15&quot;
</span><span class="cx">       RenderBlock (anonymous) at (0,742) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><del>-      RenderTable {TABLE} at (0,759) size 190x409
-        RenderBlock {CAPTION} at (0,374) size 190x17
</del><ins>+      RenderTable {TABLE} at (0,759) size 190x371
+        RenderBlock {CAPTION} at (0,336) size 190x17
</ins><span class="cx">           RenderText {#text} at (2,0) size 186x17
</span><span class="cx">             text run at (2,0) width 186: &quot;Table 5 has a scrolling tbody.&quot;
</span><span class="cx">         RenderTableSection {THEAD} at (0,0) size 190x18
</span><span class="lines">@@ -203,228 +203,228 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 92x14 [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (1,1) size 47x12
</span><span class="cx">                 text run at (1,1) width 47: &quot;HEADER&quot;
</span><del>-        RenderTableSection {TBODY} at (0,18) size 190x338 [border: (1px solid #000000)]
-          RenderTableRow {TR} at (0,2) size 190x19
-            RenderTableCell {TD} at (2,2) size 45x19 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,18) size 190x304 [border: (1px solid #000000)]
+          RenderTableRow {TR} at (0,0) size 190x17
+            RenderTableCell {TD} at (2,-1) size 45x19 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-00&quot;
</span><del>-            RenderTableCell {TD} at (49,2) size 45x19 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,-1) size 45x19 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-01&quot;
</span><del>-            RenderTableCell {TD} at (96,2) size 45x19 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,-1) size 45x19 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-02&quot;
</span><del>-            RenderTableCell {TD} at (143,2) size 45x19 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,-1) size 45x19 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-03&quot;
</span><del>-          RenderTableRow {TR} at (0,23) size 190x19
-            RenderTableCell {TD} at (2,23) size 45x19 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,19) size 190x17
+            RenderTableCell {TD} at (2,18) size 45x19 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-10&quot;
</span><del>-            RenderTableCell {TD} at (49,23) size 45x19 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,18) size 45x19 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-11&quot;
</span><del>-            RenderTableCell {TD} at (96,23) size 45x19 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,18) size 45x19 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-12&quot;
</span><del>-            RenderTableCell {TD} at (143,23) size 45x19 [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,18) size 45x19 [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-13&quot;
</span><del>-          RenderTableRow {TR} at (0,44) size 190x19
-            RenderTableCell {TD} at (2,44) size 45x19 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,38) size 190x17
+            RenderTableCell {TD} at (2,37) size 45x19 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-20&quot;
</span><del>-            RenderTableCell {TD} at (49,44) size 45x19 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,37) size 45x19 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-21&quot;
</span><del>-            RenderTableCell {TD} at (96,44) size 45x19 [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,37) size 45x19 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-22&quot;
</span><del>-            RenderTableCell {TD} at (143,44) size 45x19 [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,37) size 45x19 [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-23&quot;
</span><del>-          RenderTableRow {TR} at (0,65) size 190x19
-            RenderTableCell {TD} at (2,65) size 45x19 [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,57) size 190x17
+            RenderTableCell {TD} at (2,56) size 45x19 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-30&quot;
</span><del>-            RenderTableCell {TD} at (49,65) size 45x19 [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,56) size 45x19 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-31&quot;
</span><del>-            RenderTableCell {TD} at (96,65) size 45x19 [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,56) size 45x19 [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-32&quot;
</span><del>-            RenderTableCell {TD} at (143,65) size 45x19 [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,56) size 45x19 [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-33&quot;
</span><del>-          RenderTableRow {TR} at (0,86) size 190x19
-            RenderTableCell {TD} at (2,86) size 45x19 [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,76) size 190x17
+            RenderTableCell {TD} at (2,75) size 45x19 [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-40&quot;
</span><del>-            RenderTableCell {TD} at (49,86) size 45x19 [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,75) size 45x19 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-41&quot;
</span><del>-            RenderTableCell {TD} at (96,86) size 45x19 [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,75) size 45x19 [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-42&quot;
</span><del>-            RenderTableCell {TD} at (143,86) size 45x19 [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,75) size 45x19 [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-43&quot;
</span><del>-          RenderTableRow {TR} at (0,107) size 190x19
-            RenderTableCell {TD} at (2,107) size 45x19 [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,95) size 190x17
+            RenderTableCell {TD} at (2,94) size 45x19 [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-50&quot;
</span><del>-            RenderTableCell {TD} at (49,107) size 45x19 [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,94) size 45x19 [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-51&quot;
</span><del>-            RenderTableCell {TD} at (96,107) size 45x19 [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,94) size 45x19 [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-52&quot;
</span><del>-            RenderTableCell {TD} at (143,107) size 45x19 [r=5 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,94) size 45x19 [r=5 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-53&quot;
</span><del>-          RenderTableRow {TR} at (0,128) size 190x19
-            RenderTableCell {TD} at (2,128) size 45x19 [r=6 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,114) size 190x17
+            RenderTableCell {TD} at (2,113) size 45x19 [r=6 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-60&quot;
</span><del>-            RenderTableCell {TD} at (49,128) size 45x19 [r=6 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,113) size 45x19 [r=6 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-61&quot;
</span><del>-            RenderTableCell {TD} at (96,128) size 45x19 [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,113) size 45x19 [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-62&quot;
</span><del>-            RenderTableCell {TD} at (143,128) size 45x19 [r=6 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,113) size 45x19 [r=6 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-63&quot;
</span><del>-          RenderTableRow {TR} at (0,149) size 190x19
-            RenderTableCell {TD} at (2,149) size 45x19 [r=7 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,133) size 190x17
+            RenderTableCell {TD} at (2,132) size 45x19 [r=7 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-70&quot;
</span><del>-            RenderTableCell {TD} at (49,149) size 45x19 [r=7 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,132) size 45x19 [r=7 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-71&quot;
</span><del>-            RenderTableCell {TD} at (96,149) size 45x19 [r=7 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,132) size 45x19 [r=7 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-72&quot;
</span><del>-            RenderTableCell {TD} at (143,149) size 45x19 [r=7 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,132) size 45x19 [r=7 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-73&quot;
</span><del>-          RenderTableRow {TR} at (0,170) size 190x19
-            RenderTableCell {TD} at (2,170) size 45x19 [r=8 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,152) size 190x17
+            RenderTableCell {TD} at (2,151) size 45x19 [r=8 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-80&quot;
</span><del>-            RenderTableCell {TD} at (49,170) size 45x19 [r=8 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,151) size 45x19 [r=8 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-81&quot;
</span><del>-            RenderTableCell {TD} at (96,170) size 45x19 [r=8 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,151) size 45x19 [r=8 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-82&quot;
</span><del>-            RenderTableCell {TD} at (143,170) size 45x19 [r=8 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,151) size 45x19 [r=8 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-83&quot;
</span><del>-          RenderTableRow {TR} at (0,191) size 190x19
-            RenderTableCell {TD} at (2,191) size 45x19 [r=9 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,171) size 190x17
+            RenderTableCell {TD} at (2,170) size 45x19 [r=9 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-90&quot;
</span><del>-            RenderTableCell {TD} at (49,191) size 45x19 [r=9 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,170) size 45x19 [r=9 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-91&quot;
</span><del>-            RenderTableCell {TD} at (96,191) size 45x19 [r=9 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,170) size 45x19 [r=9 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-92&quot;
</span><del>-            RenderTableCell {TD} at (143,191) size 45x19 [r=9 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,170) size 45x19 [r=9 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-93&quot;
</span><del>-          RenderTableRow {TR} at (0,212) size 190x19
-            RenderTableCell {TD} at (2,212) size 45x19 [r=10 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,190) size 190x17
+            RenderTableCell {TD} at (2,189) size 45x19 [r=10 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x17
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-a0&quot;
</span><del>-            RenderTableCell {TD} at (49,212) size 45x19 [r=10 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,189) size 45x19 [r=10 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x17
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-a1&quot;
</span><del>-            RenderTableCell {TD} at (96,212) size 45x19 [r=10 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,189) size 45x19 [r=10 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x17
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-a2&quot;
</span><del>-            RenderTableCell {TD} at (143,212) size 45x19 [r=10 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,189) size 45x19 [r=10 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x17
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-a3&quot;
</span><del>-          RenderTableRow {TR} at (0,233) size 190x19
-            RenderTableCell {TD} at (2,233) size 45x19 [r=11 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,209) size 190x17
+            RenderTableCell {TD} at (2,208) size 45x19 [r=11 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-b0&quot;
</span><del>-            RenderTableCell {TD} at (49,233) size 45x19 [r=11 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,208) size 45x19 [r=11 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-b1&quot;
</span><del>-            RenderTableCell {TD} at (96,233) size 45x19 [r=11 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,208) size 45x19 [r=11 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-b2&quot;
</span><del>-            RenderTableCell {TD} at (143,233) size 45x19 [r=11 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,208) size 45x19 [r=11 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-b3&quot;
</span><del>-          RenderTableRow {TR} at (0,254) size 190x19
-            RenderTableCell {TD} at (2,254) size 45x19 [r=12 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,228) size 190x17
+            RenderTableCell {TD} at (2,227) size 45x19 [r=12 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x17
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-c0&quot;
</span><del>-            RenderTableCell {TD} at (49,254) size 45x19 [r=12 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,227) size 45x19 [r=12 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x17
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-c1&quot;
</span><del>-            RenderTableCell {TD} at (96,254) size 45x19 [r=12 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,227) size 45x19 [r=12 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x17
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-c2&quot;
</span><del>-            RenderTableCell {TD} at (143,254) size 45x19 [r=12 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,227) size 45x19 [r=12 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x17
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-c3&quot;
</span><del>-          RenderTableRow {TR} at (0,275) size 190x19
-            RenderTableCell {TD} at (2,275) size 45x19 [r=13 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,247) size 190x17
+            RenderTableCell {TD} at (2,246) size 45x19 [r=13 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-d0&quot;
</span><del>-            RenderTableCell {TD} at (49,275) size 45x19 [r=13 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,246) size 45x19 [r=13 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-d1&quot;
</span><del>-            RenderTableCell {TD} at (96,275) size 45x19 [r=13 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,246) size 45x19 [r=13 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-d2&quot;
</span><del>-            RenderTableCell {TD} at (143,275) size 45x19 [r=13 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,246) size 45x19 [r=13 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x17
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-d3&quot;
</span><del>-          RenderTableRow {TR} at (0,296) size 190x19
-            RenderTableCell {TD} at (2,296) size 45x19 [r=14 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,266) size 190x17
+            RenderTableCell {TD} at (2,265) size 45x19 [r=14 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x17
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-e0&quot;
</span><del>-            RenderTableCell {TD} at (49,296) size 45x19 [r=14 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,265) size 45x19 [r=14 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x17
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-e1&quot;
</span><del>-            RenderTableCell {TD} at (96,296) size 45x19 [r=14 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,265) size 45x19 [r=14 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x17
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-e2&quot;
</span><del>-            RenderTableCell {TD} at (143,296) size 45x19 [r=14 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,265) size 45x19 [r=14 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x17
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-e3&quot;
</span><del>-          RenderTableRow {TR} at (0,317) size 190x19
-            RenderTableCell {TD} at (2,317) size 45x19 [r=15 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,285) size 190x17
+            RenderTableCell {TD} at (2,284) size 45x19 [r=15 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x17
</span><span class="cx">                 text run at (1,1) width 40: &quot;cell-f0&quot;
</span><del>-            RenderTableCell {TD} at (49,317) size 45x19 [r=15 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,284) size 45x19 [r=15 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x17
</span><span class="cx">                 text run at (1,1) width 40: &quot;cell-f1&quot;
</span><del>-            RenderTableCell {TD} at (96,317) size 45x19 [r=15 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,284) size 45x19 [r=15 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x17
</span><span class="cx">                 text run at (1,1) width 40: &quot;cell-f2&quot;
</span><del>-            RenderTableCell {TD} at (143,317) size 45x19 [r=15 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,284) size 45x19 [r=15 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x17
</span><span class="cx">                 text run at (1,1) width 40: &quot;cell-f3&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,356) size 190x18
-          RenderTableRow {TR} at (0,2) size 190x14
-            RenderTableCell {TD} at (2,2) size 92x14 [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,322) size 190x14
+          RenderTableRow {TR} at (0,0) size 190x12
+            RenderTableCell {TD} at (2,-1) size 92x14 [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 47x12
</span><span class="cx">                 text run at (1,1) width 47: &quot;FOOTER&quot;
</span><del>-        RenderBlock {CAPTION} at (0,391) size 190x17
</del><ins>+        RenderBlock {CAPTION} at (0,353) size 190x17
</ins><span class="cx">           RenderText {#text} at (2,0) size 186x17
</span><span class="cx">             text run at (2,0) width 186: &quot;Table 5 has a scrolling tbody.&quot;
</span><del>-      RenderBlock (anonymous) at (0,1167) size 769x35
</del><ins>+      RenderBlock (anonymous) at (0,1129) size 769x35
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 614x17
</span><span class="cx">           text run at (0,17) width 614: &quot;This is a table formed from a list with display of table-row and list items with display of table-cell.&quot;
</span><del>-      RenderTable at (0,1201) size 204x18
</del><ins>+      RenderTable at (0,1163) size 204x18
</ins><span class="cx">         RenderTableSection (anonymous) at (0,0) size 204x17
</span><span class="cx">           RenderTableRow {UL} at (0,0) size 204x17 [bgcolor=#FFA500]
</span><span class="cx">             RenderTableCell {LI} at (0,0) size 34x17 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -442,12 +442,12 @@
</span><span class="cx">             RenderTableCell {LI} at (168,0) size 36x17 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 36x17
</span><span class="cx">                 text run at (0,0) width 36: &quot;FIVE&quot;
</span><del>-      RenderBlock (anonymous) at (0,1218) size 769x35
</del><ins>+      RenderBlock (anonymous) at (0,1180) size 769x35
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 660x17
</span><span class="cx">           text run at (0,17) width 660: &quot;This is a table formed from a list with display of table-row-group and list items with display of table-cell. &quot;
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x0
</span><del>-      RenderTable at (0,1252) size 230x18
</del><ins>+      RenderTable at (0,1214) size 230x18
</ins><span class="cx">         RenderTableSection {UL} at (0,0) size 230x17
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 230x17
</span><span class="cx">             RenderTableCell {LI} at (0,0) size 34x17 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -468,11 +468,11 @@
</span><span class="cx">             RenderTableCell {LI} at (204,0) size 26x17 [bgcolor=#FFA500] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 26x17
</span><span class="cx">                 text run at (0,0) width 26: &quot;SIX&quot;
</span><del>-      RenderBlock (anonymous) at (0,1269) size 769x35
</del><ins>+      RenderBlock (anonymous) at (0,1231) size 769x35
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><span class="cx">         RenderText {#text} at (0,17) size 407x17
</span><span class="cx">           text run at (0,17) width 407: &quot;This is like the previous table plus the list's overflow property set&quot;
</span><del>-      RenderTable at (0,1303) size 230x18
</del><ins>+      RenderTable at (0,1265) size 230x18
</ins><span class="cx">         RenderTableSection {UL} at (0,0) size 230x17
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 230x17
</span><span class="cx">             RenderTableCell {LI} at (0,0) size 34x17 [bgcolor=#FFA500] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -493,9 +493,9 @@
</span><span class="cx">             RenderTableCell {LI} at (204,0) size 26x17 [bgcolor=#FFA500] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 26x17
</span><span class="cx">                 text run at (0,0) width 26: &quot;SIX&quot;
</span><del>-      RenderBlock (anonymous) at (0,1320) size 769x18
</del><ins>+      RenderBlock (anonymous) at (0,1282) size 769x18
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x17
</span><del>-      RenderBlock {P} at (0,1353) size 769x215
</del><ins>+      RenderBlock {P} at (0,1315) size 769x215
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x17
</span><span class="cx">           RenderText {#text} at (0,0) size 430x17
</span><span class="cx">             text run at (0,0) width 430: &quot;The following table will have its rows and columns in red collapsed &quot;
</span><span class="lines">@@ -582,7 +582,7 @@
</span><span class="cx">               RenderTableCell {TD} at (68,48) size 66x21 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 27x17
</span><span class="cx">                   text run at (2,2) width 27: &quot;C33&quot;
</span><del>-      RenderBlock {P} at (0,1583) size 769x224
</del><ins>+      RenderBlock {P} at (0,1545) size 769x224
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x17
</span><span class="cx">           RenderText {#text} at (0,0) size 750x17
</span><span class="cx">             text run at (0,0) width 750: &quot;The following table will have its 2nd row and 2nd col collapsed. A window resize may be necessary to see it properly. &quot;
</span><span class="lines">@@ -695,7 +695,7 @@
</span><span class="cx">               RenderTableCell {TD} at (155,63) size 31x21 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 27x17
</span><span class="cx">                   text run at (2,2) width 27: &quot;C44&quot;
</span><del>-      RenderBlock {P} at (0,1822) size 769x258
</del><ins>+      RenderBlock {P} at (0,1784) size 769x258
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x17
</span><span class="cx">           RenderText {#text} at (0,0) size 459x17
</span><span class="cx">             text run at (0,0) width 459: &quot;The following table will have its 1st row group collapsed (rows 1 and 2) &quot;
</span><span class="lines">@@ -822,7 +822,7 @@
</span><span class="cx">                   text run at (2,2) width 27: &quot;C44&quot;
</span><span class="cx">         RenderBlock (anonymous) at (0,240) size 769x17
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x17
</span><del>-      RenderBlock {P} at (0,2095) size 769x241
</del><ins>+      RenderBlock {P} at (0,2057) size 769x241
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x34
</span><span class="cx">           RenderText {#text} at (0,0) size 755x34
</span><span class="cx">             text run at (0,0) width 554: &quot;The following table is similar to a previous table except that the direction is right-to-left. &quot;
</span></span></pre>
</div>
</div>

</body>
</html>