<!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>[159750] 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/159750">159750</a></dd>
<dt>Author</dt> <dd>ossy@webkit.org</dd>
<dt>Date</dt> <dd>2013-11-25 08:04:59 -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 Mac results after <a href="http://trac.webkit.org/projects/webkit/changeset/159747">r159747</a>.

* platform/mac/tables/mozilla/bugs/bug119786-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug220536-expected.txt: Added.
* platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
* platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt:
* platform/mac/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
* platform/mac/tables/mozilla/bugs/bug278385-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30418-expected.txt:
* platform/mac/tables/mozilla/bugs/bug38916-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-3-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-5-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46268-expected.txt:
* platform/mac/tables/mozilla/bugs/bug46924-expected.txt:
* platform/mac/tables/mozilla/bugs/bug55789-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57378-expected.txt:
* platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_char-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_char-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_char-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_border-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_border_none-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_border_px-expected.txt:
* platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_class-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_id-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_style-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
* platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
* platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
* platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
* platform/mac/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="#trunkLayoutTestsplatformmactablesmozillabugsbug119786expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug119786-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug190612expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug26178expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug270381expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug270382expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug278385expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug278385-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug30418expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30418-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug38916expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug38916-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug462683expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug462685expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-5-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug46268expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug46924expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46924-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug55789expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55789-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug57378expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug57378-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintable_rules_groupsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_align_centerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_align_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_align_justifyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_align_leftexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_align_rightexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_align_centerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_align_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_align_justifyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_align_leftexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_align_rightexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_align_centerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_align_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_align_justifyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_align_leftexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_align_rightexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tableexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_table_borderexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_table_border_noneexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_none-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_table_border_pxexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_px-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_table_frame_voidexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_align_centerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_align_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_align_justifyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_align_leftexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_align_rightexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_align_centerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_align_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_align_justifyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_align_leftexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_align_rightexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_classexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_idexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_styleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_align_centerexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_align_charexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_align_justifyexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_align_leftexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_align_rightexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_classexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_class-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_idexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_id-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_styleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_style-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_baselineexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_bottomexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_middleexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_topexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug106966expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug4294expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug462684expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug51000expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescorebackgroundsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failurescorecaptions1expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresdominsertTbodyExpand1expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresdominsertTbodyRebuild1expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablecellexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablecolumnexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablecolumngroupexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertableexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablequirksexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablerowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablerowgroupexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_fixedbgexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_layershideexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_layersshowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablecellexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablecolumnexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablecolumngroupexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablerowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablerowgroupexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbody_siblingexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_aboveexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_belowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_borderexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_boxexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_hsidesexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_lhsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_rhsexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_vsidesexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilla_expected_failuresothertest4expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug220536expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug220536-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug270383expectedtxt">trunk/LayoutTests/platform/mac/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 (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/ChangeLog        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -5,6 +5,134 @@
</span><span class="cx"> 
</span><span class="cx">         Reviewed by Csaba Osztrogonác.
</span><span class="cx"> 
</span><ins>+        Rebase Mac results after r159747.
+
+        * platform/mac/tables/mozilla/bugs/bug119786-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug220536-expected.txt: Added.
+        * platform/mac/tables/mozilla/bugs/bug26178-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
+        * platform/mac/tables/mozilla/bugs/bug278385-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug30418-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug38916-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug46268-3-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug46268-5-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug46268-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug46924-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug55789-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug57378-expected.txt:
+        * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_align_center-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_align_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_align_left-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_align_right-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_table-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_table_border-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_class-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_id-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_style-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
+        * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
+        * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
+        * platform/mac/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">         First tuple of rebaselined tests for mac. Rebaseline needed for table related tests (100+).
</span><span class="cx"> 
</span><span class="cx">         * fast/table/anonymous-table-section-removed.html:
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug119786expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug119786-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug119786-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug119786-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 70x90 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 70x86 [border: (1px outset #808080)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 70x36 [color=#008000] [bgcolor=#FFFFE0]
</span><span class="cx">           RenderText {#text} at (7,0) size 60x36
</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 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 46x18
</span><span class="cx">                 text run at (2,2) width 46: &quot;Header&quot;
</span><del>-        RenderTableSection {TBODY} at (1,63) size 68x26
-          RenderTableRow {TR} at (0,2) size 68x22
-            RenderTableCell {TD} at (2,2) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,63) size 68x22
+          RenderTableRow {TR} at (0,0) size 68x20
+            RenderTableCell {TD} at (2,-1) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;Kibology&quot;
</span><del>-      RenderBlock {HR} at (0,98) size 784x2 [border: (1px inset #000000)]
-      RenderTable {TABLE} at (0,108) size 70x54 [border: (1px outset #808080)]
</del><ins>+      RenderBlock {HR} at (0,94) size 784x2 [border: (1px inset #000000)]
+      RenderTable {TABLE} at (0,104) size 70x50 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 68x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 68x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 46x18
</span><span class="cx">                 text run at (2,2) width 46: &quot;Header&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 68x26
-          RenderTableRow {TR} at (0,2) size 68x22
-            RenderTableCell {TD} at (2,2) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 68x22
+          RenderTableRow {TR} at (0,0) size 68x20
+            RenderTableCell {TD} at (2,-1) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;Kibology&quot;
</span><del>-      RenderBlock {HR} at (0,170) size 784x2 [border: (1px inset #000000)]
-      RenderTable {TABLE} at (0,180) size 70x90 [border: (1px outset #808080)]
</del><ins>+      RenderBlock {HR} at (0,162) size 784x2 [border: (1px inset #000000)]
+      RenderTable {TABLE} at (0,172) size 70x86 [border: (1px outset #808080)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 70x36 [color=#008000] [bgcolor=#FFFFE0]
</span><span class="cx">           RenderText {#text} at (1,0) size 68x36
</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 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 46x18
</span><span class="cx">                 text run at (2,2) width 46: &quot;Header&quot;
</span><del>-        RenderTableSection {TBODY} at (1,63) size 68x26
-          RenderTableRow {TR} at (0,2) size 68x22
-            RenderTableCell {TD} at (2,2) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,63) size 68x22
+          RenderTableRow {TR} at (0,0) size 68x20
+            RenderTableCell {TD} at (2,-1) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;Kibology&quot;
</span><del>-      RenderTable {TABLE} at (0,270) size 70x90 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,258) size 70x86 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,37) size 68x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 68x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 64x22 [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 60x36
</span><span class="cx">             text run at (7,0) width 56: &quot;Where is&quot;
</span><span class="cx">             text run at (5,18) width 60: &quot;the table?&quot;
</span><del>-        RenderTableSection {TBODY} at (1,63) size 68x26
-          RenderTableRow {TR} at (0,2) size 68x22
-            RenderTableCell {TD} at (2,2) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,63) size 68x22
+          RenderTableRow {TR} at (0,0) size 68x20
+            RenderTableCell {TD} at (2,-1) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;Kibology&quot;
</span><del>-      RenderBlock {HR} at (0,368) size 784x2 [border: (1px inset #000000)]
-      RenderTable {TABLE} at (0,378) size 70x54 [border: (1px outset #808080)]
</del><ins>+      RenderBlock {HR} at (0,352) size 784x2 [border: (1px inset #000000)]
+      RenderTable {TABLE} at (0,362) size 70x50 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 68x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 68x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 46x18
</span><span class="cx">                 text run at (2,2) width 46: &quot;Header&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 68x26
-          RenderTableRow {TR} at (0,2) size 68x22
-            RenderTableCell {TD} at (2,2) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 68x22
+          RenderTableRow {TR} at (0,0) size 68x20
+            RenderTableCell {TD} at (2,-1) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;Kibology&quot;
</span><del>-      RenderBlock {HR} at (0,440) size 784x2 [border: (1px inset #000000)]
-      RenderTable {TABLE} at (0,450) size 70x90 [border: (1px outset #808080)]
</del><ins>+      RenderBlock {HR} at (0,420) size 784x2 [border: (1px inset #000000)]
+      RenderTable {TABLE} at (0,430) size 70x86 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,37) size 68x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 68x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 64x22 [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 68x36
</span><span class="cx">             text run at (1,0) width 68: &quot;Here is the&quot;
</span><span class="cx">             text run at (20,18) width 30: &quot;table&quot;
</span><del>-        RenderTableSection {TBODY} at (1,63) size 68x26
-          RenderTableRow {TR} at (0,2) size 68x22
-            RenderTableCell {TD} at (2,2) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,63) size 68x22
+          RenderTableRow {TR} at (0,0) size 68x20
+            RenderTableCell {TD} at (2,-1) size 64x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;Kibology&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug190612expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">             text run at (108,84) width 0: &quot; &quot;
</span><span class="cx">             text run at (0,96) width 318: &quot;      background-color: #ff99ff;  text-align: center;&quot;
</span><span class="cx">             text run at (318,96) width 0: &quot; &quot;
</span><del>-      RenderTable {TABLE} at (0,161) size 784x218 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,161) size 784x190 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x38 [bgcolor=#00FFFF]
</span><span class="cx">           RenderTableRow {TR} at (0,4) size 782x30
</span><span class="cx">             RenderTableCell {TD} at (4,4) size 137x30 [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 138x30 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R1C5&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,145) size 782x72 [bgcolor=#FF99FF]
-          RenderTableRow {TR} at (0,4) size 782x30
-            RenderTableCell {TD} at (4,4) size 137x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,129) size 782x60 [bgcolor=#FF99FF]
+          RenderTableRow {TR} at (0,0) size 782x26
+            RenderTableCell {TD} at (4,-2) size 137x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R5C1&quot;
</span><del>-            RenderTableCell {TD} at (145,4) size 137x30 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (145,-2) size 137x30 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R5C2&quot;
</span><del>-            RenderTableCell {TD} at (286,21) size 173x30 [border: (1px inset #808080)] [r=0 c=2 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (286,13) size 173x30 [border: (1px inset #808080)] [r=0 c=2 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x18
</span><span class="cx">                 text run at (6,6) width 51: &quot;R5-6C3&quot;
</span><del>-            RenderTableCell {TD} at (463,21) size 173x30 [border: (1px inset #808080)] [r=0 c=3 rs=2 cs=1]
</del><ins>+            RenderTableCell {TD} at (463,13) size 173x30 [border: (1px inset #808080)] [r=0 c=3 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x18
</span><span class="cx">                 text run at (6,6) width 51: &quot;R5-6C4&quot;
</span><del>-            RenderTableCell {TD} at (640,4) size 138x30 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (640,-2) size 138x30 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R5C5&quot;
</span><del>-          RenderTableRow {TR} at (0,38) size 782x30
-            RenderTableCell {TD} at (4,38) size 137x30 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,30) size 782x26
+            RenderTableCell {TD} at (4,28) size 137x30 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R6C1&quot;
</span><del>-            RenderTableCell {TD} at (145,38) size 137x30 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (145,28) size 137x30 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R6C2&quot;
</span><del>-            RenderTableCell {TD} at (640,38) size 138x30 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (640,28) size 138x30 [border: (1px inset #808080)] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R6C5&quot;
</span><del>-        RenderTableSection {TBODY} at (1,39) size 782x106 [bgcolor=#9999FF]
-          RenderTableRow {TR} at (0,4) size 782x30
-            RenderTableCell {TD} at (4,4) size 137x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,39) size 782x90 [bgcolor=#9999FF]
+          RenderTableRow {TR} at (0,0) size 782x26
+            RenderTableCell {TD} at (4,-2) size 137x30 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R2C1&quot;
</span><del>-            RenderTableCell {TD} at (145,4) size 137x30 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (145,-2) size 137x30 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R2C3&quot;
</span><del>-            RenderTableCell {TD} at (286,4) size 173x30 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (286,-2) size 173x30 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R2C3&quot;
</span><del>-            RenderTableCell {TD} at (463,4) size 173x30 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (463,-2) size 173x30 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R2C5&quot;
</span><del>-          RenderTableRow {TR} at (0,38) size 782x30
-            RenderTableCell {TD} at (4,38) size 137x30 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,30) size 782x26
+            RenderTableCell {TD} at (4,28) size 137x30 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R3C1&quot;
</span><del>-            RenderTableCell {TD} at (145,38) size 137x30 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (145,28) size 137x30 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R3C2&quot;
</span><del>-            RenderTableCell {TD} at (286,38) size 492x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</del><ins>+            RenderTableCell {TD} at (286,28) size 492x30 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x18
</span><span class="cx">                 text run at (6,6) width 51: &quot;R3C3-5&quot;
</span><del>-          RenderTableRow {TR} at (0,72) size 782x30
-            RenderTableCell {TD} at (4,72) size 455x30 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</del><ins>+          RenderTableRow {TR} at (0,60) size 782x26
+            RenderTableCell {TD} at (4,58) size 455x30 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=3]
</ins><span class="cx">               RenderText {#text} at (6,6) size 51x18
</span><span class="cx">                 text run at (6,6) width 51: &quot;R4C1-3&quot;
</span><del>-            RenderTableCell {TD} at (463,72) size 173x30 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (463,58) size 173x30 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R4C4&quot;
</span><del>-            RenderTableCell {TD} at (640,72) size 138x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (640,58) size 138x30 [border: (1px inset #808080)] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 38x18
</span><span class="cx">                 text run at (6,6) width 38: &quot;R4C5&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug220536expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug220536-expected.txt (0 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug220536-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug220536-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -0,0 +1,29 @@
</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
+      RenderTable {TABLE} at (0,0) size 126x52 [border: (1px outset #808080)]
+        RenderTableSection {THEAD} at (1,1) size 124x28
+          RenderTableRow {TR} at (0,2) size 124x22
+            RenderTableCell {TH} at (2,3) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=2 cs=1]
+              RenderText {#text} at (2,2) size 32x18
+                text run at (2,2) width 32: &quot;aaaa&quot;
+            RenderTableCell {TH} at (40,3) size 40x22 [border: (1px inset #808080)] [r=0 c=1 rs=2 cs=1]
+              RenderText {#text} at (2,2) size 36x18
+                text run at (2,2) width 36: &quot;bbbb&quot;
+            RenderTableCell {TH} at (82,3) size 40x22 [border: (1px inset #808080)] [r=0 c=2 rs=2 cs=1]
+              RenderText {#text} at (2,2) size 36x18
+                text run at (2,2) width 36: &quot;dddd&quot;
+          RenderTableRow {TR} at (0,26) size 124x0
+        RenderTableSection {TBODY} at (1,29) size 124x22
+          RenderTableRow {TR} at (0,0) size 124x20
+            RenderTableCell {TD} at (2,-1) size 36x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 32x18
+                text run at (2,2) width 32: &quot;1111&quot;
+            RenderTableCell {TD} at (40,-1) size 40x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 32x18
+                text run at (2,2) width 32: &quot;2222&quot;
+            RenderTableCell {TD} at (82,-1) size 40x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+              RenderText {#text} at (2,2) size 32x18
+                text run at (2,2) width 32: &quot;5555&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug26178expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 65x48
</del><ins>+      RenderTable {TABLE} at (0,0) size 65x44
</ins><span class="cx">         RenderTableSection {THEAD} at (0,0) size 65x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 65x20
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 61x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 59x18
</span><span class="cx">                 text run at (1,1) width 59: &quot;The head&quot;
</span><del>-        RenderTableSection {TBODY} at (0,24) size 65x24
-          RenderTableRow {TR} at (0,2) size 65x20
-            RenderTableCell {TD} at (2,2) size 61x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,24) size 65x20
+          RenderTableRow {TR} at (0,0) size 65x18
+            RenderTableCell {TD} at (2,-1) size 61x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;First row&quot;
</span><del>-      RenderBlock {FORM} at (0,48) size 784x22
</del><ins>+      RenderBlock {FORM} at (0,44) size 784x22
</ins><span class="cx">         RenderButton {INPUT} at (2,2) size 46x18 [bgcolor=#C0C0C0]
</span><span class="cx">           RenderBlock (anonymous) at (8,2) size 30x13
</span><span class="cx">             RenderText at (0,0) size 30x13
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug270381expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -9,13 +9,13 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,560) size 64x24
-          RenderTableRow {TR} at (0,2) size 64x20
-            RenderTableCell {TD} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,564) size 64x20
+          RenderTableRow {TR} at (0,0) size 64x18
+            RenderTableCell {TD} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 56x18
</span><span class="cx">                 text run at (1,1) width 56: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (0,24) size 64x536
-          RenderTableRow {TR} at (0,2) size 64x532
-            RenderTableCell {TD} at (2,258) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,24) size 64x540
+          RenderTableRow {TR} at (0,0) size 64x538
+            RenderTableCell {TD} at (2,259) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug270382expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -1,44 +1,44 @@
</span><del>-layer at (0,0) size 785x772
</del><ins>+layer at (0,0) size 785x764
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x772
-  RenderBlock {HTML} at (0,0) size 785x772
-    RenderBody {BODY} at (8,8) size 769x756
</del><ins>+layer at (0,0) size 785x764
+  RenderBlock {HTML} at (0,0) size 785x764
+    RenderBody {BODY} at (8,8) size 769x748
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 285x18
</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,34) size 69x78 [border: (3px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 69x70 [border: (3px solid #000000)]
</ins><span class="cx">         RenderTableSection {THEAD} at (3,3) size 63x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 63x20
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 59x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 56x18
</span><span class="cx">                 text run at (1,1) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,51) size 63x24
-          RenderTableRow {TR} at (0,2) size 63x20
-            RenderTableCell {TD} at (2,2) size 59x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (3,47) size 63x20
+          RenderTableRow {TR} at (0,0) size 63x18
+            RenderTableCell {TD} at (2,-1) size 59x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (3,27) size 63x24
-          RenderTableRow {TR} at (0,2) size 63x20
-            RenderTableCell {TD} at (2,2) size 59x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (3,27) size 63x20
+          RenderTableRow {TR} at (0,0) size 63x18
+            RenderTableCell {TD} at (2,-1) size 59x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-      RenderBlock {HR} at (0,120) size 769x2 [border: (1px inset #000000)]
-      RenderBlock {P} at (0,138) size 769x18
</del><ins>+      RenderBlock {HR} at (0,112) size 769x2 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,130) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 265x18
</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,172) size 69x584 [border: (3px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (0,164) size 69x584 [border: (3px solid #000000)]
</ins><span class="cx">         RenderTableSection {THEAD} at (3,3) size 63x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 63x20
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 59x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 56x18
</span><span class="cx">                 text run at (1,1) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,557) size 63x24
-          RenderTableRow {TR} at (0,2) size 63x20
-            RenderTableCell {TD} at (2,2) size 59x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (3,561) size 63x20
+          RenderTableRow {TR} at (0,0) size 63x18
+            RenderTableCell {TD} at (2,-1) size 59x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (3,27) size 63x530
-          RenderTableRow {TR} at (0,2) size 63x526
-            RenderTableCell {TD} at (2,255) size 59x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (3,27) size 63x534
+          RenderTableRow {TR} at (0,0) size 63x532
+            RenderTableCell {TD} at (2,256) size 59x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug270383expectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-3-expected.txt (0 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-3-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-3-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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="trunkLayoutTestsplatformmactablesmozillabugsbug278385expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug278385-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug278385-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug278385-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x134
-  RenderBlock {HTML} at (0,0) size 800x134
-    RenderBody {BODY} at (8,8) size 784x118
-      RenderTable {TABLE} at (0,0) size 87x118 [border: (1px outset #808080)]
</del><ins>+layer at (0,0) size 800x130
+  RenderBlock {HTML} at (0,0) size 800x130
+    RenderBody {BODY} at (8,8) size 784x114
+      RenderTable {TABLE} at (0,0) size 87x114 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 85x58
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 85x54
</span><span class="cx">             RenderTableCell {TH} at (2,27) 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,59) size 85x58
-          RenderTableRow {TR} at (0,2) size 85x54
-            RenderTableCell {TD} at (2,2) size 38x54 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,59) size 85x54
+          RenderTableRow {TR} at (0,0) size 85x52
+            RenderTableCell {TD} at (2,-1) size 38x54 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {P} at (2,18) size 34x18
</span><span class="cx">                 RenderText {#text} at (0,0) size 34x18
</span><span class="cx">                   text run at (0,0) width 34: &quot;ONE&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug30418expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30418-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30418-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug30418-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x102
-  RenderBlock {HTML} at (0,0) size 800x102
-    RenderBody {BODY} at (8,8) size 784x86
-      RenderTable {TABLE} at (0,0) size 282x86 [border: (4px outset #808080)]
</del><ins>+layer at (0,0) size 800x94
+  RenderBlock {HTML} at (0,0) size 800x94
+    RenderBody {BODY} at (8,8) size 784x78
+      RenderTable {TABLE} at (0,0) size 282x78 [border: (4px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (4,4) size 274x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 274x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 32x22 [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 32x22 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 16x18
</span><span class="cx">                 text run at (2,2) width 16: &quot;h7&quot;
</span><del>-        RenderTableSection {TFOOT} at (4,56) size 274x26
-          RenderTableRow {TR} at (0,2) size 274x22
-            RenderTableCell {TD} at (2,2) size 32x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (4,52) size 274x22
+          RenderTableRow {TR} at (0,0) size 274x20
+            RenderTableCell {TD} at (2,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x18
</span><span class="cx">                 text run at (2,2) width 13: &quot;f0&quot;
</span><del>-            RenderTableCell {TD} at (36,2) size 32x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (36,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x18
</span><span class="cx">                 text run at (2,2) width 13: &quot;f1&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 32x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x18
</span><span class="cx">                 text run at (2,2) width 13: &quot;f2&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 32x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x18
</span><span class="cx">                 text run at (2,2) width 13: &quot;f3&quot;
</span><del>-            RenderTableCell {TD} at (138,2) size 32x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x18
</span><span class="cx">                 text run at (2,2) width 13: &quot;f4&quot;
</span><del>-            RenderTableCell {TD} at (172,2) size 32x22 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (172,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x18
</span><span class="cx">                 text run at (2,2) width 13: &quot;f5&quot;
</span><del>-            RenderTableCell {TD} at (206,2) size 32x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x18
</span><span class="cx">                 text run at (2,2) width 13: &quot;f6&quot;
</span><del>-            RenderTableCell {TD} at (240,2) size 32x22 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (240,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 13x18
</span><span class="cx">                 text run at (2,2) width 13: &quot;f7&quot;
</span><del>-        RenderTableSection {TBODY} at (4,30) size 274x26
-          RenderTableRow {TR} at (0,2) size 274x22
-            RenderTableCell {TD} at (2,2) size 32x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (4,30) size 274x22
+          RenderTableRow {TR} at (0,0) size 274x20
+            RenderTableCell {TD} at (2,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c0&quot;
</span><del>-            RenderTableCell {TD} at (36,2) size 32x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (36,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c1&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 32x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c2&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 32x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c3&quot;
</span><del>-            RenderTableCell {TD} at (138,2) size 32x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c4&quot;
</span><del>-            RenderTableCell {TD} at (172,2) size 32x22 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (172,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c5&quot;
</span><del>-            RenderTableCell {TD} at (206,2) size 32x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c6&quot;
</span><del>-            RenderTableCell {TD} at (240,2) size 32x22 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (240,-1) size 32x22 [border: (1px inset #808080)] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 28x18
</span><span class="cx">                 text run at (2,2) width 28: &quot;r0c7&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug38916expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug38916-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug38916-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug38916-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><del>-layer at (0,0) size 785x1380
</del><ins>+layer at (0,0) size 785x1356
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1380
-  RenderBlock {HTML} at (0,0) size 785x1380
-    RenderBody {BODY} at (8,8) size 769x1364
</del><ins>+layer at (0,0) size 785x1356
+  RenderBlock {HTML} at (0,0) size 785x1356
+    RenderBody {BODY} at (8,8) size 769x1340
</ins><span class="cx">       RenderBlock {P} at (0,0) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 159x18
</span><span class="cx">           text run at (0,0) width 159: &quot;IFRAME inside TFOOT&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 769x410 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 769x402 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 767x100
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 767x96
</span><span class="cx">             RenderTableCell {TD} at (2,30) size 40x40 [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 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,201) size 767x208
-          RenderTableRow {TR} at (0,2) size 767x204
-            RenderTableCell {TD} at (2,84) size 40x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,197) size 767x204
+          RenderTableRow {TR} at (0,0) size 767x202
+            RenderTableCell {TD} at (2,81) size 40x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) 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,84) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,81) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span><del>-        RenderTableSection {TBODY} at (1,101) size 767x100
-          RenderTableRow {TR} at (0,2) size 767x96
-            RenderTableCell {TD} at (2,30) size 40x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,101) size 767x96
+          RenderTableRow {TR} at (0,0) size 767x94
+            RenderTableCell {TD} at (2,27) size 40x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (44,2) size 678x96 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (44,-1) size 678x96 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 612x92
</span><span class="cx">                 RenderText {#text} at (2,2) size 612x92
</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,48) width 138: &quot;TBODY&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,30) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,27) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span><del>-      RenderBlock {P} at (0,460) size 769x18
</del><ins>+      RenderBlock {P} at (0,452) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 163x18
</span><span class="cx">           text run at (0,0) width 163: &quot;IFRAME inside TBODY&quot;
</span><del>-      RenderTable {TABLE} at (0,494) size 769x410 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,486) size 769x402 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 767x100
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 767x96
</span><span class="cx">             RenderTableCell {TD} at (2,30) size 41x40 [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 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,309) size 767x100
-          RenderTableRow {TR} at (0,2) size 767x96
-            RenderTableCell {TD} at (2,30) size 41x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,305) size 767x96
+          RenderTableRow {TR} at (0,0) size 767x94
+            RenderTableCell {TD} at (2,27) size 41x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (45,2) size 676x96 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (45,-1) size 676x96 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 602x92
</span><span class="cx">                 RenderText {#text} at (2,2) size 602x92
</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,48) width 128: &quot;TFOOT&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (723,30) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (723,27) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span><del>-        RenderTableSection {TBODY} at (1,101) size 767x208
-          RenderTableRow {TR} at (0,2) size 767x204
-            RenderTableCell {TD} at (2,84) size 41x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,101) size 767x204
+          RenderTableRow {TR} at (0,0) size 767x202
+            RenderTableCell {TD} at (2,81) size 41x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) 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,84) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (723,81) size 42x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span><del>-      RenderBlock {P} at (0,920) size 769x18
</del><ins>+      RenderBlock {P} at (0,904) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 162x18
</span><span class="cx">           text run at (0,0) width 162: &quot;IFRAME inside THEAD&quot;
</span><del>-      RenderTable {TABLE} at (0,954) size 769x410 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,938) size 769x402 [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,84) size 40x40 [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 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,309) size 767x100
-          RenderTableRow {TR} at (0,2) size 767x96
-            RenderTableCell {TD} at (2,30) size 40x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,305) size 767x96
+          RenderTableRow {TR} at (0,0) size 767x94
+            RenderTableCell {TD} at (2,27) size 40x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (44,2) size 678x96 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (44,-1) size 678x96 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 602x92
</span><span class="cx">                 RenderText {#text} at (2,2) size 602x92
</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,48) width 128: &quot;TFOOT&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,30) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,27) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span><del>-        RenderTableSection {TBODY} at (1,209) size 767x100
-          RenderTableRow {TR} at (0,2) size 767x96
-            RenderTableCell {TD} at (2,30) size 40x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,209) size 767x96
+          RenderTableRow {TR} at (0,0) size 767x94
+            RenderTableCell {TD} at (2,27) size 40x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span><del>-            RenderTableCell {TD} at (44,2) size 678x96 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (44,-1) size 678x96 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderInline {SPAN} at (0,0) size 612x92
</span><span class="cx">                 RenderText {#text} at (2,2) size 612x92
</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,48) width 138: &quot;TBODY&quot;
</span><span class="cx">               RenderText {#text} at (0,0) size 0x0
</span><del>-            RenderTableCell {TD} at (724,30) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (724,27) size 41x40 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x36
</span><span class="cx">                 text run at (2,2) width 12: &quot;A&quot;
</span><span class="cx">                 text run at (2,20) width 26: &quot;Cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug462683expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-3-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-3-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-3-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 233x18
</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,18) size 187x348 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 187x268 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (41,41) size 105x164 [bgcolor=#FF0000]
</span><span class="cx">           RenderTableRow {TR} at (0,40) size 105x22 [bgcolor=#FFFF00]
</span><span class="cx">             RenderTableCell {TD} at (40,40) size 25x22 [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,102) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-        RenderTableSection {TBODY} at (41,205) size 105x102 [bgcolor=#008000]
-          RenderTableRow {TR} at (0,40) size 105x22
-            RenderTableCell {TD} at (40,40) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (41,205) 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 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug462685expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-5-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-5-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-5-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 211x93 [bgcolor=#FF0000] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 211x83 [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,32) size 46x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell H&quot;
</span><del>-        RenderTableSection {TBODY} at (1,60) size 209x32
-          RenderTableRow {TR} at (0,5) size 209x22
-            RenderTableCell {TD} at (5,5) size 46x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,60) size 209x22
+          RenderTableRow {TR} at (0,0) size 209x17
+            RenderTableCell {TD} at (5,-2) size 46x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 35x18
</span><span class="cx">                 text run at (2,2) width 35: &quot;Cell I&quot;
</span><del>-            RenderTableCell {TD} at (56,5) size 45x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (56,-2) size 45x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell J&quot;
</span><del>-            RenderTableCell {TD} at (106,5) size 47x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,-2) size 47x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell K&quot;
</span><del>-            RenderTableCell {TD} at (158,5) size 46x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (158,-2) size 46x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell L&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug46268expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46268-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 211x93 [bgcolor=#FF0000] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 211x83 [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,32) size 46x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell H&quot;
</span><del>-        RenderTableSection {TBODY} at (1,60) size 209x32
-          RenderTableRow {TR} at (0,5) size 209x22
-            RenderTableCell {TD} at (5,5) size 46x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,60) size 209x22
+          RenderTableRow {TR} at (0,0) size 209x17
+            RenderTableCell {TD} at (5,-2) size 46x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 35x18
</span><span class="cx">                 text run at (2,2) width 35: &quot;Cell I&quot;
</span><del>-            RenderTableCell {TD} at (56,5) size 45x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (56,-2) size 45x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;Cell J&quot;
</span><del>-            RenderTableCell {TD} at (106,5) size 47x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (106,-2) size 47x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x18
</span><span class="cx">                 text run at (2,2) width 42: &quot;Cell K&quot;
</span><del>-            RenderTableCell {TD} at (158,5) size 46x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (158,-2) size 46x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 40x18
</span><span class="cx">                 text run at (2,2) width 40: &quot;Cell L&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug46924expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46924-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46924-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug46924-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x260
-  RenderBlock {HTML} at (0,0) size 800x260
-    RenderBody {BODY} at (8,8) size 784x244
</del><ins>+layer at (0,0) size 800x252
+  RenderBlock {HTML} at (0,0) size 800x252
+    RenderBody {BODY} at (8,8) size 784x236
</ins><span class="cx">       RenderBlock {DIV} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 317x18
</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,18) size 784x54 [border: (1px outset #808080)]
-        RenderTableSection {TFOOT} at (1,27) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22 [bgcolor=#808000]
-            RenderTableCell {TD} at (2,2) size 778x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x50 [border: (1px outset #808080)]
+        RenderTableSection {TFOOT} at (1,27) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20 [bgcolor=#808000]
+            RenderTableCell {TD} at (2,-1) size 778x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (670,2) size 106x18
</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 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22 [bgcolor=#C0C0C0]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 778x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderBlock (anonymous) at (0,72) size 784x18
</del><ins>+      RenderBlock (anonymous) at (0,68) size 784x18
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderBlock {DIV} at (0,90) size 784x18
</del><ins>+      RenderBlock {DIV} at (0,86) size 784x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 298x18
</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,108) size 784x28 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,104) size 784x28 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22 [bgcolor=#C0C0C0]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 778x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-      RenderBlock {DIV} at (0,136) size 784x36
</del><ins>+      RenderBlock {DIV} at (0,132) size 784x36
</ins><span class="cx">         RenderText {#text} at (0,0) size 771x36
</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,18) width 442: &quot;WORK IN STRICT MODE. Please fix or reenable transitional mode.&quot;
</span><del>-      RenderTable {TABLE} at (0,172) size 784x54 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,168) size 784x50 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22 [bgcolor=#C0C0C0]
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 778x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><del>-        RenderTableSection {TFOOT} at (1,27) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22 [bgcolor=#808000]
-            RenderTableCell {TD} at (2,2) size 778x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,27) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20 [bgcolor=#808000]
+            RenderTableCell {TD} at (2,-1) size 778x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (670,2) size 106x18
</span><span class="cx">                 text run at (670,2) width 106: &quot;This is the footer&quot;
</span><del>-      RenderBlock (anonymous) at (0,226) size 784x18
</del><ins>+      RenderBlock (anonymous) at (0,218) size 784x18
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx"> layer at (13,31) size 387x18
</span><span class="cx">   RenderBlock (relative positioned) {DIV} at (2,2) size 387x18 [bgcolor=#FF0000]
</span><span class="cx">     RenderText {#text} at (114,0) size 273x18
</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,121) size 387x18
</del><ins>+layer at (13,117) size 387x18
</ins><span class="cx">   RenderBlock (relative positioned) {DIV} at (2,2) size 387x18 [bgcolor=#FF0000]
</span><span class="cx">     RenderText {#text} at (114,0) size 273x18
</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,185) size 387x18
</del><ins>+layer at (13,181) size 387x18
</ins><span class="cx">   RenderBlock (relative positioned) {DIV} at (2,2) size 387x18 [bgcolor=#FF0000]
</span><span class="cx">     RenderText {#text} at (114,0) size 273x18
</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="trunkLayoutTestsplatformmactablesmozillabugsbug55789expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55789-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55789-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug55789-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,14 +6,14 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 40x18
</span><span class="cx">           text run at (0,0) width 40: &quot;25016&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 38x30
</del><ins>+      RenderTable {TABLE} at (0,18) size 38x26
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 38x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 38x20
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 32x18
</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,24) 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,24) 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="trunkLayoutTestsplatformmactablesmozillabugsbug57378expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug57378-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug57378-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug57378-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 91x54 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 91x50 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 89x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 89x22
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 85x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 81x18
</span><span class="cx">                 text run at (2,2) width 81: &quot;inside thead&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 89x26
-          RenderTableRow {TR} at (0,2) size 89x22
-            RenderTableCell {TD} at (2,2) size 85x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 89x22
+          RenderTableRow {TR} at (0,0) size 89x20
+            RenderTableCell {TD} at (2,-1) size 85x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 77x18
</span><span class="cx">                 text run at (2,2) width 77: &quot;inside tbody&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintable_rules_groupsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 488x156
</del><ins>+      RenderTable {TABLE} at (0,0) size 488x142
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 488x18
</span><span class="cx">           RenderText {#text} at (50,0) size 388x18
</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 190x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 188x18
</span><span class="cx">                 text run at (1,1) width 188: &quot;This is the header information&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,132) size 488x24
-          RenderTableRow {TR} at (0,2) size 488x20
-            RenderTableCell {TD} at (2,2) size 190x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,122) size 488x20
+          RenderTableRow {TR} at (0,0) size 488x18
+            RenderTableCell {TD} at (2,-1) size 190x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 183x18
</span><span class="cx">                 text run at (1,1) width 183: &quot;This is the footer information&quot;
</span><del>-        RenderTableSection {TBODY} at (0,42) size 488x90
-          RenderTableRow {TR} at (0,2) size 488x20
-            RenderTableCell {TH} at (2,11) size 190x2 [r=0 c=0 rs=1 cs=1]
-            RenderTableCell {TH} at (194,2) size 109x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,42) size 488x80
+          RenderTableRow {TR} at (0,0) size 488x18
+            RenderTableCell {TH} at (2,8) size 190x2 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TH} at (194,-1) size 109x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 107x18
</span><span class="cx">                 text run at (1,1) width 107: &quot;Macintosh PPC&quot;
</span><del>-            RenderTableCell {TH} at (305,2) size 86x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (305,-1) size 86x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 84x18
</span><span class="cx">                 text run at (1,1) width 84: &quot;Windows 95&quot;
</span><del>-            RenderTableCell {TH} at (393,2) size 93x20 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (393,-1) size 93x20 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 91x18
</span><span class="cx">                 text run at (1,1) width 91: &quot;Windows NT&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 488x20
-            RenderTableCell {TD} at (2,24) size 190x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,20) size 488x18
+            RenderTableCell {TD} at (2,19) size 190x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 73x18
</span><span class="cx">                 text run at (1,1) width 73: &quot;Base Install&quot;
</span><del>-            RenderTableCell {TD} at (194,24) size 109x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (194,19) size 109x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x18
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (305,24) size 86x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (305,19) size 86x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x18
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (393,24) size 93x20 [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (393,19) size 93x20 [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x18
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-          RenderTableRow {TR} at (0,46) size 488x20
-            RenderTableCell {TD} at (2,46) size 190x20 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,40) size 488x18
+            RenderTableCell {TD} at (2,39) size 190x20 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 103x18
</span><span class="cx">                 text run at (1,1) width 103: &quot;Complete Install&quot;
</span><del>-            RenderTableCell {TD} at (194,46) size 109x20 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (194,39) size 109x20 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x18
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (305,46) size 86x20 [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (305,39) size 86x20 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x18
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (393,46) size 93x20 [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (393,39) size 93x20 [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x18
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-          RenderTableRow {TR} at (0,68) size 488x20
-            RenderTableCell {TD} at (2,68) size 190x20 [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,60) size 488x18
+            RenderTableCell {TD} at (2,59) size 190x20 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 114x18
</span><span class="cx">                 text run at (1,1) width 114: &quot;Pro Edition Install&quot;
</span><del>-            RenderTableCell {TD} at (194,68) size 109x20 [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (194,59) size 109x20 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x18
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (305,68) size 86x20 [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (305,59) size 86x20 [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x18
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span><del>-            RenderTableCell {TD} at (393,68) size 93x20 [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (393,59) size 93x20 [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 21x18
</span><span class="cx">                 text run at (1,1) width 21: &quot;yes&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_center-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_center-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_center-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 678x18
</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,34) size 688x82 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 688x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 686x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 686x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 340x22 [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 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x18
</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,55) size 686x26
-          RenderTableRow {TR} at (0,2) size 686x22
-            RenderTableCell {TD} at (2,2) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 686x22
+          RenderTableRow {TR} at (0,0) size 686x20
+            RenderTableCell {TD} at (2,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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,27) size 686x26
-          RenderTableRow {TR} at (0,2) size 686x22
-            RenderTableCell {TD} at (2,2) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 686x22
+          RenderTableRow {TR} at (0,0) size 686x20
+            RenderTableCell {TD} at (2,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (85,2) size 170x18
</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 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (85,2) size 170x18
</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,53) size 686x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 686x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_char-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_char-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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,18) 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,36) width 274: &quot;to align to the default value (decimal point).&quot;
</span><del>-      RenderTable {TABLE} at (0,70) size 526x106 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,70) size 526x94 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 524x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 524x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 172x22 [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 172x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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,79) size 524x26
-          RenderTableRow {TR} at (0,2) size 524x22
-            RenderTableCell {TD} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,71) size 524x22
+          RenderTableRow {TR} at (0,0) size 524x20
+            RenderTableCell {TD} at (2,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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 172x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (176,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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 172x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (350,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,27) size 524x50
-          RenderTableRow {TR} at (0,2) size 524x22
-            RenderTableCell {TD} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 524x44
+          RenderTableRow {TR} at (0,0) size 524x20
+            RenderTableCell {TD} at (2,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {TD} at (176,2) size 172x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (176,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><del>-            RenderTableCell {TD} at (350,2) size 172x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (350,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;555.00&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 524x22
-            RenderTableCell {TD} at (2,26) size 172x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,22) size 524x20
+            RenderTableCell {TD} at (2,21) size 172x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {TD} at (176,26) size 172x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (176,21) size 172x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span><del>-            RenderTableCell {TD} at (350,26) size 172x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (350,21) size 172x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span><del>-        RenderTableSection {TBODY} at (1,77) size 524x2
</del><ins>+        RenderTableSection {TBODY} at (1,71) size 524x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 671x36
</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,18) 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,52) size 688x82 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,52) size 688x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 686x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 686x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 340x22 [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 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x18
</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,55) size 686x26
-          RenderTableRow {TR} at (0,2) size 686x22
-            RenderTableCell {TD} at (2,2) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 686x22
+          RenderTableRow {TR} at (0,0) size 686x20
+            RenderTableCell {TD} at (2,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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,27) size 686x26
-          RenderTableRow {TR} at (0,2) size 686x22
-            RenderTableCell {TD} at (2,2) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 686x22
+          RenderTableRow {TR} at (0,0) size 686x20
+            RenderTableCell {TD} at (2,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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,53) size 686x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 686x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_left-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_left-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_left-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 660x18
</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,34) size 688x82 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 688x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 686x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 686x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 340x22 [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 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x18
</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,55) size 686x26
-          RenderTableRow {TR} at (0,2) size 686x22
-            RenderTableCell {TD} at (2,2) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 686x22
+          RenderTableRow {TR} at (0,0) size 686x20
+            RenderTableCell {TD} at (2,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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,27) size 686x26
-          RenderTableRow {TR} at (0,2) size 686x22
-            RenderTableCell {TD} at (2,2) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 686x22
+          RenderTableRow {TR} at (0,0) size 686x20
+            RenderTableCell {TD} at (2,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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,53) size 686x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 686x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_right-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_right-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_right-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 669x18
</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,34) size 688x82 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 688x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 686x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 686x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 340x22 [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 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x18
</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,55) size 686x26
-          RenderTableRow {TR} at (0,2) size 686x22
-            RenderTableCell {TD} at (2,2) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 686x22
+          RenderTableRow {TR} at (0,0) size 686x20
+            RenderTableCell {TD} at (2,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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,27) size 686x26
-          RenderTableRow {TR} at (0,2) size 686x22
-            RenderTableCell {TD} at (2,2) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 686x22
+          RenderTableRow {TR} at (0,0) size 686x20
+            RenderTableCell {TD} at (2,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (169,2) size 169x18
</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 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (344,-1) size 340x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (169,2) size 169x18
</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,53) size 686x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 686x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_char-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_char-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 770x36
</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,18) width 167: &quot;align on the decimal point.&quot;
</span><del>-      RenderTable {TABLE} at (0,52) size 526x106 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,52) size 526x94 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 524x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 524x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 172x22 [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 172x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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,79) size 524x26
-          RenderTableRow {TR} at (0,2) size 524x22
-            RenderTableCell {TD} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,71) size 524x22
+          RenderTableRow {TR} at (0,0) size 524x20
+            RenderTableCell {TD} at (2,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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 172x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (176,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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 172x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (350,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,27) size 524x50
-          RenderTableRow {TR} at (0,2) size 524x22
-            RenderTableCell {TD} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 524x44
+          RenderTableRow {TR} at (0,0) size 524x20
+            RenderTableCell {TD} at (2,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {TD} at (176,2) size 172x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (176,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><del>-            RenderTableCell {TD} at (350,2) size 172x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (350,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;555.00&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 524x22
-            RenderTableCell {TD} at (2,26) size 172x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,22) size 524x20
+            RenderTableCell {TD} at (2,21) size 172x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {TD} at (176,26) size 172x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (176,21) size 172x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span><del>-            RenderTableCell {TD} at (350,26) size 172x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (350,21) size 172x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span><del>-        RenderTableSection {TBODY} at (1,77) size 524x2
</del><ins>+        RenderTableSection {TBODY} at (1,71) size 524x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 212x18
</span><span class="cx">           text run at (0,0) width 212: &quot;TBODY VALIGN=BASELINE&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 784x271 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x261 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x22 [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 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,244) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,238) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 782x215
-          RenderTableRow {TR} at (0,2) size 782x211
-            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,27) size 782x211
+          RenderTableRow {TR} at (0,0) size 782x209
+            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 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,171) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 454x36
</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,20) width 90: &quot;to the baseline&quot;
</span><del>-        RenderTableSection {TBODY} at (1,242) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,238) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 202x18
</span><span class="cx">           text run at (0,0) width 202: &quot;TBODY VALIGN=BOTTOM&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 784x249 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x239 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x22 [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 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,222) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,216) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) 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,27) 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,151) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,147) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 454x36
</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,20) width 83: &quot;to the bottom&quot;
</span><del>-        RenderTableSection {TBODY} at (1,220) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,216) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 196x18
</span><span class="cx">           text run at (0,0) width 196: &quot;TBODY VALIGN=MIDDLE&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 784x249 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x239 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x22 [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 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,222) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,216) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) 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,27) 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,76) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,73) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 454x36
</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,20) width 82: &quot;to the middle&quot;
</span><del>-        RenderTableSection {TBODY} at (1,220) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,216) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintbody_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 164x18
</span><span class="cx">           text run at (0,0) width 164: &quot;TBODY VALIGN=TOP&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 784x249 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x239 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x22 [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 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,222) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,216) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) 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,27) 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 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,0) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 454x36
</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,20) width 59: &quot;to the top&quot;
</span><del>-        RenderTableSection {TBODY} at (1,220) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,216) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 668x18
</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,34) size 692x82 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 692x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x22 [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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x18
</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,55) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (88,2) size 166x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (88,2) size 166x18
</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,27) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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,53) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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,18) 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,36) width 274: &quot;to align to the default value (decimal point).&quot;
</span><del>-      RenderTable {TABLE} at (0,70) size 529x106 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,70) size 529x94 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 527x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 527x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 173x22 [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 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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,55) size 527x50
-          RenderTableRow {TR} at (0,2) size 527x22
-            RenderTableCell {TD} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 527x44
+          RenderTableRow {TR} at (0,0) size 527x20
+            RenderTableCell {TD} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {TD} at (177,2) size 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><del>-            RenderTableCell {TD} at (352,2) size 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;555.00&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 527x22
-            RenderTableCell {TD} at (2,26) size 173x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,22) size 527x20
+            RenderTableCell {TD} at (2,21) size 173x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {TD} at (177,26) size 173x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,21) size 173x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span><del>-            RenderTableCell {TD} at (352,26) size 173x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,21) size 173x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 527x26
-          RenderTableRow {TR} at (0,2) size 527x22
-            RenderTableCell {TD} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 527x22
+          RenderTableRow {TR} at (0,0) size 527x20
+            RenderTableCell {TD} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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,53) size 527x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 527x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 661x36
</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,18) 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,52) size 692x82 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,52) size 692x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x22 [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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x18
</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,55) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,27) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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,53) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 650x18
</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,34) size 692x82 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 692x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x22 [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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x18
</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,55) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,27) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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,53) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 659x18
</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,34) size 692x82 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 692x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x22 [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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 336x18
</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,55) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (175,2) size 165x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (175,2) size 165x18
</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,27) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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,53) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_char-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_char-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 755x36
</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,18) width 167: &quot;align on the decimal point.&quot;
</span><del>-      RenderTable {TABLE} at (0,52) size 529x106 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,52) size 529x94 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 527x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 527x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 173x22 [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 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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,55) size 527x50
-          RenderTableRow {TR} at (0,2) size 527x22
-            RenderTableCell {TD} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 527x44
+          RenderTableRow {TR} at (0,0) size 527x20
+            RenderTableCell {TD} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 36x18
</span><span class="cx">                 text run at (2,2) width 36: &quot;55.00&quot;
</span><del>-            RenderTableCell {TD} at (177,2) size 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;55555.00&quot;
</span><del>-            RenderTableCell {TD} at (352,2) size 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;555.00&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 527x22
-            RenderTableCell {TD} at (2,26) size 173x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,22) size 527x20
+            RenderTableCell {TD} at (2,21) size 173x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 52x18
</span><span class="cx">                 text run at (2,2) width 52: &quot;1234.56&quot;
</span><del>-            RenderTableCell {TD} at (177,26) size 173x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,21) size 173x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x18
</span><span class="cx">                 text run at (2,2) width 44: &quot;123.45&quot;
</span><del>-            RenderTableCell {TD} at (352,26) size 173x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,21) size 173x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 527x26
-          RenderTableRow {TR} at (0,2) size 527x22
-            RenderTableCell {TD} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 527x22
+          RenderTableRow {TR} at (0,0) size 527x20
+            RenderTableCell {TD} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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,53) size 527x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 527x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 208x18
</span><span class="cx">           text run at (0,0) width 208: &quot;TFOOT VALIGN=BASELINE&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 784x271 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x261 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x22 [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 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,55) size 782x215
-          RenderTableRow {TR} at (0,2) size 782x211
-            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,49) size 782x211
+          RenderTableRow {TR} at (0,0) size 782x209
+            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 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,171) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 466x36
</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,20) width 74: &quot;the baseline&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,53) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 198x18
</span><span class="cx">           text run at (0,0) width 198: &quot;TFOOT VALIGN=BOTTOM&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 784x249 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x239 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x22 [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 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,55) 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,49) 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,151) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,147) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 466x36
</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,20) width 67: &quot;the bottom&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,53) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 192x18
</span><span class="cx">           text run at (0,0) width 192: &quot;TFOOT VALIGN=MIDDLE&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 784x249 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x239 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x22 [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 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,55) 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,49) 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,76) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,73) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 466x36
</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,20) width 66: &quot;the middle&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,53) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvintfoot_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 160x18
</span><span class="cx">           text run at (0,0) width 160: &quot;TFOOT VALIGN=TOP&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 784x249 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x239 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 304x22 [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 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,55) 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,49) 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 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,0) size 472x40 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 466x36
</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,20) width 43: &quot;the top&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,53) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_center-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_center-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_center-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 674x18
</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,34) size 692x82 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 692x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x22 [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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (87,2) size 168x18
</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,55) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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,27) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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,53) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_char-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_char-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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,18) 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,36) width 274: &quot;to align to the default value (decimal point).&quot;
</span><del>-      RenderTable {TABLE} at (0,70) size 529x106 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,70) size 529x96 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 527x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 527x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 173x22 [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,26) size 173x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,79) size 527x26
-          RenderTableRow {TR} at (0,2) size 527x22
-            RenderTableCell {TD} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,73) size 527x22
+          RenderTableRow {TR} at (0,0) size 527x20
+            RenderTableCell {TD} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,51) size 527x26
-          RenderTableRow {TR} at (0,2) size 527x22
-            RenderTableCell {TD} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,51) size 527x22
+          RenderTableRow {TR} at (0,0) size 527x20
+            RenderTableCell {TD} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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,77) size 527x2
</del><ins>+        RenderTableSection {TBODY} at (1,73) size 527x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_justify-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_justify-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_justify-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 667x36
</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,18) 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,52) size 692x82 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,52) size 692x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x22 [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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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,55) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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,27) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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,53) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_left-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_left-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_left-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 656x18
</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,34) size 692x82 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 692x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x22 [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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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,55) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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,27) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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,53) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_right-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_right-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_right-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 665x18
</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,34) size 692x82 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 692x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 690x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 690x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 342x22 [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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (172,2) size 168x18
</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,55) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 330x18
</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,27) size 690x26
-          RenderTableRow {TR} at (0,2) size 690x22
-            RenderTableCell {TD} at (2,2) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 690x22
+          RenderTableRow {TR} at (0,0) size 690x20
+            RenderTableCell {TD} at (2,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (346,-1) size 342x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 338x18
</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,53) size 690x2
</del><ins>+        RenderTableSection {TBODY} at (1,49) size 690x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_char-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_char-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 766x36
</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,18) width 167: &quot;align on the decimal point.&quot;
</span><del>-      RenderTable {TABLE} at (0,52) size 529x106 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,52) size 529x96 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 527x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 527x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 173x22 [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,26) size 173x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 60x18
</span><span class="cx">                 text run at (2,2) width 60: &quot;12345.67&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,79) size 527x26
-          RenderTableRow {TR} at (0,2) size 527x22
-            RenderTableCell {TD} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,73) size 527x22
+          RenderTableRow {TR} at (0,0) size 527x20
+            RenderTableCell {TD} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,51) size 527x26
-          RenderTableRow {TR} at (0,2) size 527x22
-            RenderTableCell {TD} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,51) size 527x22
+          RenderTableRow {TR} at (0,0) size 527x20
+            RenderTableCell {TD} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (177,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (352,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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,77) size 527x2
</del><ins>+        RenderTableSection {TBODY} at (1,73) size 527x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 211x18
</span><span class="cx">           text run at (0,0) width 211: &quot;THEAD VALIGN=BASELINE&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 784x271 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x261 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 782x215
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 782x211
</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 453x36
</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,20) width 90: &quot;to the baseline&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,244) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,238) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,216) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,216) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,242) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,238) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 201x18
</span><span class="cx">           text run at (0,0) width 201: &quot;THEAD VALIGN=BOTTOM&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 784x249 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x239 [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 453x36
</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,20) width 83: &quot;to the bottom&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,222) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,216) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,194) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,194) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,220) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,216) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 195x18
</span><span class="cx">           text run at (0,0) width 195: &quot;THEAD VALIGN=MIDDLE&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 784x249 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x239 [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 453x36
</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,20) width 82: &quot;to the middle&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,222) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,216) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,194) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,194) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,220) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,216) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinthead_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 163x18
</span><span class="cx">           text run at (0,0) width 163: &quot;THEAD VALIGN=TOP&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 784x249 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) size 784x239 [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 453x36
</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,20) width 59: &quot;to the top&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,222) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,216) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {TBODY} at (1,194) size 782x26
-          RenderTableRow {TR} at (0,2) size 782x22
-            RenderTableCell {TD} at (2,2) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,194) size 782x22
+          RenderTableRow {TR} at (0,0) size 782x20
+            RenderTableCell {TD} at (2,-1) size 304x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {TD} at (308,2) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (308,-1) size 472x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-        RenderTableSection {TBODY} at (1,220) size 782x2
</del><ins>+        RenderTableSection {TBODY} at (1,216) size 782x0
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x330
-  RenderBlock {html} at (0,0) size 800x330
-    RenderBody {body} at (8,16) size 784x306
</del><ins>+layer at (0,0) size 800x320
+  RenderBlock {html} at (0,0) size 800x320
+    RenderBody {body} at (8,16) size 784x296
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 274x18
</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,158) size 784x36
</span><span class="cx">         RenderBR {br} at (0,0) size 0x18
</span><span class="cx">         RenderBR {br} at (0,18) size 0x18
</span><del>-      RenderTable {table} at (0,194) size 188x112
</del><ins>+      RenderTable {table} at (0,194) size 188x102
</ins><span class="cx">         RenderBlock {caption} at (0,0) size 188x18
</span><span class="cx">           RenderText {#text} at (67,0) size 54x18
</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 60x20 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,88) size 188x24
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,82) size 188x20
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,42) size 188x46
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,42) size 188x40
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,24) size 188x20
-            RenderTableCell {td} at (2,24) size 60x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,20) size 188x18
+            RenderTableCell {td} at (2,19) size 60x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,24) size 60x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,19) size 60x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,24) size 60x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,19) size 60x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_table_borderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x162
-  RenderBlock {html} at (0,0) size 800x162
-    RenderBody {body} at (8,16) size 784x138
</del><ins>+layer at (0,0) size 800x152
+  RenderBlock {html} at (0,0) size 800x152
+    RenderBody {body} at (8,16) size 784x128
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 726x18
</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,34) size 196x104 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 196x94 [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 62x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 58x18
</span><span class="cx">                 text run at (2,2) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,77) size 194x26
-          RenderTableRow {tr} at (0,2) size 194x22
-            RenderTableCell {td} at (2,2) size 62x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,71) size 194x22
+          RenderTableRow {tr} at (0,0) size 194x20
+            RenderTableCell {td} at (2,-1) size 62x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (66,2) size 62x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (66,-1) size 62x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (130,2) size 62x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (130,-1) size 62x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,27) size 194x50
-          RenderTableRow {tr} at (0,2) size 194x22
-            RenderTableCell {td} at (2,2) size 62x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 194x44
+          RenderTableRow {tr} at (0,0) size 194x20
+            RenderTableCell {td} at (2,-1) size 62x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (66,2) size 62x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (66,-1) size 62x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (130,2) size 62x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (130,-1) size 62x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 194x22
-            RenderTableCell {td} at (2,26) size 62x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,22) size 194x20
+            RenderTableCell {td} at (2,21) size 62x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (66,26) size 62x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (66,21) size 62x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (130,26) size 62x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (130,21) size 62x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_table_border_noneexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_none-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_none-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_none-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x152
-  RenderBlock {html} at (0,0) size 800x152
-    RenderBody {body} at (8,16) size 784x128
</del><ins>+layer at (0,0) size 800x142
+  RenderBlock {html} at (0,0) size 800x142
+    RenderBody {body} at (8,16) size 784x118
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 399x18
</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,34) size 188x94
</del><ins>+      RenderTable {table} at (0,34) size 188x84
</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 60x20 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,70) size 188x24
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,64) size 188x20
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,24) size 188x46
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,24) size 188x40
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,24) size 188x20
-            RenderTableCell {td} at (2,24) size 60x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,20) size 188x18
+            RenderTableCell {td} at (2,19) size 60x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,24) size 60x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,19) size 60x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,24) size 60x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,19) size 60x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_table_border_pxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_px-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_px-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_px-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x170
-  RenderBlock {html} at (0,0) size 800x170
-    RenderBody {body} at (8,16) size 784x146
</del><ins>+layer at (0,0) size 800x160
+  RenderBlock {html} at (0,0) size 800x160
+    RenderBody {body} at (8,16) size 784x136
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 437x18
</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,34) size 204x112 [border: (5px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 204x102 [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 62x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 58x18
</span><span class="cx">                 text run at (2,2) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (5,81) size 194x26
-          RenderTableRow {tr} at (0,2) size 194x22
-            RenderTableCell {td} at (2,2) size 62x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (5,75) size 194x22
+          RenderTableRow {tr} at (0,0) size 194x20
+            RenderTableCell {td} at (2,-1) size 62x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (66,2) size 62x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (66,-1) size 62x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (130,2) size 62x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (130,-1) size 62x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (5,31) size 194x50
-          RenderTableRow {tr} at (0,2) size 194x22
-            RenderTableCell {td} at (2,2) size 62x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (5,31) size 194x44
+          RenderTableRow {tr} at (0,0) size 194x20
+            RenderTableCell {td} at (2,-1) size 62x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (66,2) size 62x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (66,-1) size 62x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (130,2) size 62x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (130,-1) size 62x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 194x22
-            RenderTableCell {td} at (2,26) size 62x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,22) size 194x20
+            RenderTableCell {td} at (2,21) size 62x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (66,26) size 62x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (66,21) size 62x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (130,26) size 62x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (130,21) size 62x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_table_frame_voidexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x152
-  RenderBlock {html} at (0,0) size 800x152
-    RenderBody {body} at (8,16) size 784x128
</del><ins>+layer at (0,0) size 800x142
+  RenderBlock {html} at (0,0) size 800x142
+    RenderBody {body} at (8,16) size 784x118
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 423x18
</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,34) size 188x94
</del><ins>+      RenderTable {table} at (0,34) size 188x84
</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 60x20 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,70) size 188x24
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,64) size 188x20
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,24) size 188x46
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,24) size 188x40
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,24) size 188x20
-            RenderTableCell {td} at (2,24) size 60x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,20) size 188x18
+            RenderTableCell {td} at (2,19) size 60x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,24) size 60x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,19) size 60x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,24) size 60x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,19) size 60x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_center-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x138
-  RenderBlock {html} at (0,0) size 800x138
-    RenderBody {body} at (8,16) size 784x114
</del><ins>+layer at (0,0) size 800x130
+  RenderBlock {html} at (0,0) size 800x130
+    RenderBody {body} at (8,16) size 784x106
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 340x18
</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,34) size 178x80 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 178x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 176x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 176x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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 176x26
-          RenderTableRow {tr} at (0,2) size 176x22
-            RenderTableCell {td} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 176x22
+          RenderTableRow {tr} at (0,0) size 176x20
+            RenderTableCell {td} at (2,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,27) size 176x26
-          RenderTableRow {tr} at (0,2) size 176x22
-            RenderTableCell {td} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 176x22
+          RenderTableRow {tr} at (0,0) size 176x20
+            RenderTableCell {td} at (2,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (57,2) size 58x18
</span><span class="cx">                 text run at (57,2) width 58: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x210
-  RenderBlock {html} at (0,0) size 800x210
-    RenderBody {body} at (8,16) size 784x186
</del><ins>+layer at (0,0) size 800x198
+  RenderBlock {html} at (0,0) size 800x198
+    RenderBody {body} at (8,16) size 784x174
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 397x18
</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,34) size 377x152 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 377x140 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 375x50
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 375x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 117x22 [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,26) size 125x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,101) size 375x50
-          RenderTableRow {tr} at (0,2) size 375x22
-            RenderTableCell {td} at (2,2) size 117x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,95) size 375x44
+          RenderTableRow {tr} at (0,0) size 375x20
+            RenderTableCell {td} at (2,-1) size 117x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (121,2) size 125x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,-1) size 125x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (248,2) size 125x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (248,-1) size 125x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 375x22
-            RenderTableCell {td} at (2,26) size 117x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,22) size 375x20
+            RenderTableCell {td} at (2,21) size 117x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (121,26) size 125x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,21) size 125x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (248,26) size 125x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (248,21) size 125x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,51) size 375x50
-          RenderTableRow {tr} at (0,2) size 375x22
-            RenderTableCell {td} at (2,2) size 117x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,51) size 375x44
+          RenderTableRow {tr} at (0,0) size 375x20
+            RenderTableCell {td} at (2,-1) size 117x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 97x18
</span><span class="cx">                 text run at (2,2) width 97: &quot;TBODY 55.00&quot;
</span><del>-            RenderTableCell {td} at (121,2) size 125x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,-1) size 125x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 121x18
</span><span class="cx">                 text run at (2,2) width 121: &quot;TBODY 55555.00&quot;
</span><del>-            RenderTableCell {td} at (248,2) size 125x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (248,-1) size 125x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x18
</span><span class="cx">                 text run at (2,2) width 105: &quot;TBODY 555.00&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 375x22
-            RenderTableCell {td} at (2,26) size 117x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,22) size 375x20
+            RenderTableCell {td} at (2,21) size 117x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 113x18
</span><span class="cx">                 text run at (2,2) width 113: &quot;TBODY 1234.56&quot;
</span><del>-            RenderTableCell {td} at (121,26) size 125x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (121,21) size 125x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x18
</span><span class="cx">                 text run at (2,2) width 105: &quot;TBODY 123.45&quot;
</span><del>-            RenderTableCell {td} at (248,26) size 125x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (248,21) size 125x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 121x18
</span><span class="cx">                 text run at (2,2) width 121: &quot;TBODY 12345.67&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x210
-  RenderBlock {html} at (0,0) size 800x210
-    RenderBody {body} at (8,16) size 784x186
</del><ins>+layer at (0,0) size 800x202
+  RenderBlock {html} at (0,0) size 800x202
+    RenderBody {body} at (8,16) size 784x178
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 302x18
</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,34) size 300x152 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 300x144 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 298x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 298x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 294x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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,125) size 298x26
-          RenderTableRow {tr} at (0,2) size 298x22
-            RenderTableCell {td} at (2,2) size 294x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,121) size 298x22
+          RenderTableRow {tr} at (0,0) size 298x20
+            RenderTableCell {td} at (2,-1) size 294x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,27) size 298x98
-          RenderTableRow {tr} at (0,2) size 298x94
-            RenderTableCell {td} at (2,2) size 294x94 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 298x94
+          RenderTableRow {tr} at (0,0) size 298x92
+            RenderTableCell {td} at (2,-1) size 294x94 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 290x90
</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,20) width 136: &quot;means that the right &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_left-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x138
-  RenderBlock {html} at (0,0) size 800x138
-    RenderBody {body} at (8,16) size 784x114
</del><ins>+layer at (0,0) size 800x130
+  RenderBlock {html} at (0,0) size 800x130
+    RenderBody {body} at (8,16) size 784x106
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 322x18
</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,34) size 178x80 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 178x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 176x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 176x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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 176x26
-          RenderTableRow {tr} at (0,2) size 176x22
-            RenderTableCell {td} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 176x22
+          RenderTableRow {tr} at (0,0) size 176x20
+            RenderTableCell {td} at (2,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,27) size 176x26
-          RenderTableRow {tr} at (0,2) size 176x22
-            RenderTableCell {td} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 176x22
+          RenderTableRow {tr} at (0,0) size 176x20
+            RenderTableCell {td} at (2,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_right-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x138
-  RenderBlock {html} at (0,0) size 800x138
-    RenderBody {body} at (8,16) size 784x114
</del><ins>+layer at (0,0) size 800x130
+  RenderBlock {html} at (0,0) size 800x130
+    RenderBody {body} at (8,16) size 784x106
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 331x18
</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,34) size 178x80 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 178x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 176x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 176x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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 176x26
-          RenderTableRow {tr} at (0,2) size 176x22
-            RenderTableCell {td} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 176x22
+          RenderTableRow {tr} at (0,0) size 176x20
+            RenderTableCell {td} at (2,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,27) size 176x26
-          RenderTableRow {tr} at (0,2) size 176x22
-            RenderTableCell {td} at (2,2) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 176x22
+          RenderTableRow {tr} at (0,0) size 176x20
+            RenderTableCell {td} at (2,-1) size 172x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (113,2) size 57x18
</span><span class="cx">                 text run at (113,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x350
-  RenderBlock {html} at (0,0) size 800x350
-    RenderBody {body} at (8,16) size 784x326
</del><ins>+layer at (0,0) size 800x342
+  RenderBlock {html} at (0,0) size 800x342
+    RenderBody {body} at (8,16) size 784x318
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 212x18
</span><span class="cx">           text run at (0,0) width 212: &quot;TBODY VALIGN=BASELINE&quot;
</span><del>-      RenderTable {table} at (0,34) size 784x292 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 784x284 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 213x22 [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 563x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,265) size 782x26
-          RenderTableRow {tr} at (0,2) size 782x22
-            RenderTableCell {td} at (2,2) size 213x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,261) size 782x22
+          RenderTableRow {tr} at (0,0) size 782x20
+            RenderTableCell {td} at (2,-1) size 213x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (217,2) size 563x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (217,-1) size 563x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,27) size 782x238
-          RenderTableRow {tr} at (0,2) size 782x234
-            RenderTableCell {td} at (2,24) size 213x94 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 782x234
+          RenderTableRow {tr} at (0,0) size 782x232
+            RenderTableCell {td} at (2,22) size 213x94 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 206x90
</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,20) 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,56) width 115: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (117,56) width 61: &quot;should be&quot;
</span><span class="cx">                 text run at (2,74) width 108: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (217,2) size 563x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (217,0) size 563x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 532x230
</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,48) width 70: &quot;line &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x324
-  RenderBlock {html} at (0,0) size 800x324
-    RenderBody {body} at (8,16) size 784x300
</del><ins>+layer at (0,0) size 800x316
+  RenderBlock {html} at (0,0) size 800x316
+    RenderBody {body} at (8,16) size 784x292
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 202x18
</span><span class="cx">           text run at (0,0) width 202: &quot;TBODY VALIGN=BOTTOM&quot;
</span><del>-      RenderTable {table} at (0,34) size 784x266 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 784x258 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x22 [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 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,239) size 782x26
-          RenderTableRow {tr} at (0,2) size 782x22
-            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,235) size 782x22
+          RenderTableRow {tr} at (0,0) size 782x20
+            RenderTableCell {td} at (2,-1) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,27) size 782x212
-          RenderTableRow {tr} at (0,2) size 782x208
-            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 782x208
+          RenderTableRow {tr} at (0,0) size 782x206
+            RenderTableCell {td} at (2,-2) size 204x208 [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,152) size 572x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,148) size 572x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 561x54
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x324
-  RenderBlock {html} at (0,0) size 800x324
-    RenderBody {body} at (8,16) size 784x300
</del><ins>+layer at (0,0) size 800x316
+  RenderBlock {html} at (0,0) size 800x316
+    RenderBody {body} at (8,16) size 784x292
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 196x18
</span><span class="cx">           text run at (0,0) width 196: &quot;TBODY VALIGN=MIDDLE&quot;
</span><del>-      RenderTable {table} at (0,34) size 616x266 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 616x258 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 614x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 614x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x22 [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 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,239) size 614x26
-          RenderTableRow {tr} at (0,2) size 614x22
-            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,235) size 614x22
+          RenderTableRow {tr} at (0,0) size 614x20
+            RenderTableCell {td} at (2,-1) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,27) size 614x212
-          RenderTableRow {tr} at (0,2) size 614x208
-            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 614x208
+          RenderTableRow {tr} at (0,0) size 614x206
+            RenderTableCell {td} at (2,-1) size 204x208 [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 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,92) size 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 400x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_tbody_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x324
-  RenderBlock {html} at (0,0) size 800x324
-    RenderBody {body} at (8,16) size 784x300
</del><ins>+layer at (0,0) size 800x316
+  RenderBlock {html} at (0,0) size 800x316
+    RenderBody {body} at (8,16) size 784x292
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 164x18
</span><span class="cx">           text run at (0,0) width 164: &quot;TBODY VALIGN=TOP&quot;
</span><del>-      RenderTable {table} at (0,34) size 657x266 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 657x258 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 655x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 655x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x22 [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 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,239) size 655x26
-          RenderTableRow {tr} at (0,2) size 655x22
-            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,235) size 655x22
+          RenderTableRow {tr} at (0,0) size 655x20
+            RenderTableCell {td} at (2,-1) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,27) size 655x212
-          RenderTableRow {tr} at (0,2) size 655x208
-            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 655x208
+          RenderTableRow {tr} at (0,0) size 655x206
+            RenderTableCell {td} at (2,0) size 204x208 [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 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,0) size 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 441x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_center-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x138
-  RenderBlock {html} at (0,0) size 800x138
-    RenderBody {body} at (8,16) size 784x114
</del><ins>+layer at (0,0) size 800x130
+  RenderBlock {html} at (0,0) size 800x130
+    RenderBody {body} at (8,16) size 784x106
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 332x18
</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,34) size 179x80 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 179x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 177x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 177x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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 177x26
-          RenderTableRow {tr} at (0,2) size 177x22
-            RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 177x22
+          RenderTableRow {tr} at (0,0) size 177x20
+            RenderTableCell {td} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (60,2) size 53x18
</span><span class="cx">                 text run at (60,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,27) size 177x26
-          RenderTableRow {tr} at (0,2) size 177x22
-            RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 177x22
+          RenderTableRow {tr} at (0,0) size 177x20
+            RenderTableCell {td} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x210
-  RenderBlock {html} at (0,0) size 800x210
-    RenderBody {body} at (8,16) size 784x186
</del><ins>+layer at (0,0) size 800x198
+  RenderBlock {html} at (0,0) size 800x198
+    RenderBody {body} at (8,16) size 784x174
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 393x18
</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,34) size 365x152 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 365x140 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 363x50
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 363x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 113x22 [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,26) size 121x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,101) size 363x50
-          RenderTableRow {tr} at (0,2) size 363x22
-            RenderTableCell {td} at (2,2) size 113x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,95) size 363x44
+          RenderTableRow {tr} at (0,0) size 363x20
+            RenderTableCell {td} at (2,-1) size 113x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 93x18
</span><span class="cx">                 text run at (2,2) width 93: &quot;TFOOT 55.00&quot;
</span><del>-            RenderTableCell {td} at (117,2) size 121x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (117,-1) size 121x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 117x18
</span><span class="cx">                 text run at (2,2) width 117: &quot;TFOOT 55555.00&quot;
</span><del>-            RenderTableCell {td} at (240,2) size 121x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,-1) size 121x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 101x18
</span><span class="cx">                 text run at (2,2) width 101: &quot;TFOOT 555.00&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 363x22
-            RenderTableCell {td} at (2,26) size 113x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,22) size 363x20
+            RenderTableCell {td} at (2,21) size 113x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 109x18
</span><span class="cx">                 text run at (2,2) width 109: &quot;TFOOT 1234.56&quot;
</span><del>-            RenderTableCell {td} at (117,26) size 121x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (117,21) size 121x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 101x18
</span><span class="cx">                 text run at (2,2) width 101: &quot;TFOOT 123.45&quot;
</span><del>-            RenderTableCell {td} at (240,26) size 121x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,21) size 121x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 117x18
</span><span class="cx">                 text run at (2,2) width 117: &quot;TFOOT 12345.67&quot;
</span><del>-        RenderTableSection {tbody} at (1,51) size 363x50
-          RenderTableRow {tr} at (0,2) size 363x22
-            RenderTableCell {td} at (2,2) size 113x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,51) size 363x44
+          RenderTableRow {tr} at (0,0) size 363x20
+            RenderTableCell {td} at (2,-1) size 113x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (117,2) size 121x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (117,-1) size 121x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (240,2) size 121x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,-1) size 121x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 363x22
-            RenderTableCell {td} at (2,26) size 113x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,22) size 363x20
+            RenderTableCell {td} at (2,21) size 113x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (117,26) size 121x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (117,21) size 121x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (240,26) size 121x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (240,21) size 121x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x210
-  RenderBlock {html} at (0,0) size 800x210
-    RenderBody {body} at (8,16) size 784x186
</del><ins>+layer at (0,0) size 800x202
+  RenderBlock {html} at (0,0) size 800x202
+    RenderBody {body} at (8,16) size 784x178
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 298x18
</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,34) size 300x152 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 300x144 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 298x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 298x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 294x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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 298x98
-          RenderTableRow {tr} at (0,2) size 298x94
-            RenderTableCell {td} at (2,2) size 294x94 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 298x94
+          RenderTableRow {tr} at (0,0) size 298x92
+            RenderTableCell {td} at (2,-1) size 294x94 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 290x90
</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,20) width 136: &quot;means that the right &quot;
</span><span class="lines">@@ -22,8 +22,8 @@
</span><span class="cx">                 text run at (2,38) width 290: &quot;line up, no matter how long the content&quot;
</span><span class="cx">                 text run at (2,56) width 290: &quot;becomes (except the last line which should be&quot;
</span><span class="cx">                 text run at (2,74) width 75: &quot;left aligned)&quot;
</span><del>-        RenderTableSection {tbody} at (1,27) size 298x26
-          RenderTableRow {tr} at (0,2) size 298x22
-            RenderTableCell {td} at (2,2) size 294x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 298x22
+          RenderTableRow {tr} at (0,0) size 298x20
+            RenderTableCell {td} at (2,-1) size 294x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_left-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x138
-  RenderBlock {html} at (0,0) size 800x138
-    RenderBody {body} at (8,16) size 784x114
</del><ins>+layer at (0,0) size 800x130
+  RenderBlock {html} at (0,0) size 800x130
+    RenderBody {body} at (8,16) size 784x106
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 314x18
</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,34) size 179x80 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 179x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 177x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 177x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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 177x26
-          RenderTableRow {tr} at (0,2) size 177x22
-            RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 177x22
+          RenderTableRow {tr} at (0,0) size 177x20
+            RenderTableCell {td} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,27) size 177x26
-          RenderTableRow {tr} at (0,2) size 177x22
-            RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 177x22
+          RenderTableRow {tr} at (0,0) size 177x20
+            RenderTableCell {td} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_right-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x138
-  RenderBlock {html} at (0,0) size 800x138
-    RenderBody {body} at (8,16) size 784x114
</del><ins>+layer at (0,0) size 800x130
+  RenderBlock {html} at (0,0) size 800x130
+    RenderBody {body} at (8,16) size 784x106
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 323x18
</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,34) size 179x80 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 179x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 177x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 177x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 168x18
</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 177x26
-          RenderTableRow {tr} at (0,2) size 177x22
-            RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 177x22
+          RenderTableRow {tr} at (0,0) size 177x20
+            RenderTableCell {td} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (118,2) size 53x18
</span><span class="cx">                 text run at (118,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,27) size 177x26
-          RenderTableRow {tr} at (0,2) size 177x22
-            RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 177x22
+          RenderTableRow {tr} at (0,0) size 177x20
+            RenderTableCell {td} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_classexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_class-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x70
-  RenderBlock {html} at (0,0) size 800x70
-    RenderBody {body} at (8,8) size 784x54
-      RenderTable {table} at (0,0) size 630x54 [border: (1px outset #808080)]
-        RenderTableSection {tfoot} at (1,27) size 628x26 [bgcolor=#00FF00]
-          RenderTableRow {tr} at (0,2) size 628x22
-            RenderTableCell {td} at (2,2) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+layer at (0,0) size 800x66
+  RenderBlock {html} at (0,0) size 800x66
+    RenderBody {body} at (8,8) size 784x50
+      RenderTable {table} at (0,0) size 630x50 [border: (1px outset #808080)]
+        RenderTableSection {tfoot} at (1,27) size 628x22 [bgcolor=#00FF00]
+          RenderTableRow {tr} at (0,0) size 628x20
+            RenderTableCell {td} at (2,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 262x18
</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 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 262x18
</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 628x26
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_idexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_id-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x70
-  RenderBlock {html} at (0,0) size 800x70
-    RenderBody {body} at (8,8) size 784x54
-      RenderTable {table} at (0,0) size 630x54 [border: (1px outset #808080)]
-        RenderTableSection {tfoot} at (1,27) size 628x26 [bgcolor=#00FF00]
-          RenderTableRow {tr} at (0,2) size 628x22
-            RenderTableCell {td} at (2,2) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+layer at (0,0) size 800x66
+  RenderBlock {html} at (0,0) size 800x66
+    RenderBody {body} at (8,8) size 784x50
+      RenderTable {table} at (0,0) size 630x50 [border: (1px outset #808080)]
+        RenderTableSection {tfoot} at (1,27) size 628x22 [bgcolor=#00FF00]
+          RenderTableRow {tr} at (0,0) size 628x20
+            RenderTableCell {td} at (2,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 262x18
</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 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 262x18
</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 628x26
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_style-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x70
-  RenderBlock {html} at (0,0) size 800x70
-    RenderBody {body} at (8,8) size 784x54
-      RenderTable {table} at (0,0) size 630x54 [border: (1px outset #808080)]
-        RenderTableSection {tfoot} at (1,27) size 628x26 [bgcolor=#00FF00]
-          RenderTableRow {tr} at (0,2) size 628x22
-            RenderTableCell {td} at (2,2) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+layer at (0,0) size 800x66
+  RenderBlock {html} at (0,0) size 800x66
+    RenderBody {body} at (8,8) size 784x50
+      RenderTable {table} at (0,0) size 630x50 [border: (1px outset #808080)]
+        RenderTableSection {tfoot} at (1,27) size 628x22 [bgcolor=#00FF00]
+          RenderTableRow {tr} at (0,0) size 628x20
+            RenderTableCell {td} at (2,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 262x18
</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 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 262x18
</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 628x26
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x350
-  RenderBlock {html} at (0,0) size 800x350
-    RenderBody {body} at (8,16) size 784x326
</del><ins>+layer at (0,0) size 800x342
+  RenderBlock {html} at (0,0) size 800x342
+    RenderBody {body} at (8,16) size 784x318
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 208x18
</span><span class="cx">           text run at (0,0) width 208: &quot;TFOOT VALIGN=BASELINE&quot;
</span><del>-      RenderTable {table} at (0,34) size 784x292 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 784x284 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 213x22 [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 563x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,53) size 782x238
-          RenderTableRow {tr} at (0,2) size 782x234
-            RenderTableCell {td} at (2,24) size 213x94 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 782x234
+          RenderTableRow {tr} at (0,0) size 782x232
+            RenderTableCell {td} at (2,22) size 213x94 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 206x90
</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,20) 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,56) width 115: &quot;the next cell: they &quot;
</span><span class="cx">                 text run at (117,56) width 61: &quot;should be&quot;
</span><span class="cx">                 text run at (2,74) width 108: &quot;vertically aligned&quot;
</span><del>-            RenderTableCell {td} at (217,2) size 563x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (217,0) size 563x234 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 532x230
</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,48) width 70: &quot;line &quot;
</span><span class="lines">@@ -34,11 +34,11 @@
</span><span class="cx">                 text run at (2,94) width 532: &quot;baseline of the first line of text in&quot;
</span><span class="cx">                 text run at (2,140) width 520: &quot;the previous cell: they should be&quot;
</span><span class="cx">                 text run at (2,186) width 279: &quot;vertically aligned&quot;
</span><del>-        RenderTableSection {tbody} at (1,27) size 782x26
-          RenderTableRow {tr} at (0,2) size 782x22
-            RenderTableCell {td} at (2,2) size 213x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 782x22
+          RenderTableRow {tr} at (0,0) size 782x20
+            RenderTableCell {td} at (2,-1) size 213x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (217,2) size 563x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (217,-1) size 563x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x324
-  RenderBlock {html} at (0,0) size 800x324
-    RenderBody {body} at (8,16) size 784x300
</del><ins>+layer at (0,0) size 800x316
+  RenderBlock {html} at (0,0) size 800x316
+    RenderBody {body} at (8,16) size 784x292
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 198x18
</span><span class="cx">           text run at (0,0) width 198: &quot;TFOOT VALIGN=BOTTOM&quot;
</span><del>-      RenderTable {table} at (0,34) size 784x266 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 784x258 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 782x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x22 [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 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,53) size 782x212
-          RenderTableRow {tr} at (0,2) size 782x208
-            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 782x208
+          RenderTableRow {tr} at (0,0) size 782x206
+            RenderTableCell {td} at (2,-2) size 204x208 [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,152) size 572x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,148) size 572x58 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 561x54
</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,20) width 115: &quot;x-fill x-fill x-fill x-&quot;
</span><span class="cx">                 text run at (2,38) width 191: &quot;fill x-fill x-fill x-fill x-fill x-fill &quot;
</span><span class="cx">                 text run at (193,38) width 132: &quot;x-fill x-fill x-fill x-fill&quot;
</span><del>-        RenderTableSection {tbody} at (1,27) size 782x26
-          RenderTableRow {tr} at (0,2) size 782x22
-            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 782x22
+          RenderTableRow {tr} at (0,0) size 782x20
+            RenderTableCell {td} at (2,-1) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x324
-  RenderBlock {html} at (0,0) size 800x324
-    RenderBody {body} at (8,16) size 784x300
</del><ins>+layer at (0,0) size 800x316
+  RenderBlock {html} at (0,0) size 800x316
+    RenderBody {body} at (8,16) size 784x292
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 192x18
</span><span class="cx">           text run at (0,0) width 192: &quot;TFOOT VALIGN=MIDDLE&quot;
</span><del>-      RenderTable {table} at (0,34) size 616x266 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 616x258 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 614x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 614x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x22 [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 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,53) size 614x212
-          RenderTableRow {tr} at (0,2) size 614x208
-            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 614x208
+          RenderTableRow {tr} at (0,0) size 614x206
+            RenderTableCell {td} at (2,-1) size 204x208 [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 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,92) size 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 400x18
</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,27) size 614x26
-          RenderTableRow {tr} at (0,2) size 614x22
-            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 614x22
+          RenderTableRow {tr} at (0,0) size 614x20
+            RenderTableCell {td} at (2,-1) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_tfoot_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x324
-  RenderBlock {html} at (0,0) size 800x324
-    RenderBody {body} at (8,16) size 784x300
</del><ins>+layer at (0,0) size 800x316
+  RenderBlock {html} at (0,0) size 800x316
+    RenderBody {body} at (8,16) size 784x292
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 160x18
</span><span class="cx">           text run at (0,0) width 160: &quot;TFOOT VALIGN=TOP&quot;
</span><del>-      RenderTable {table} at (0,34) size 657x266 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 657x258 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 655x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 655x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x22 [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 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,53) size 655x212
-          RenderTableRow {tr} at (0,2) size 655x208
-            RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 655x208
+          RenderTableRow {tr} at (0,0) size 655x206
+            RenderTableCell {td} at (2,0) size 204x208 [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 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,0) size 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 441x18
</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,27) size 655x26
-          RenderTableRow {tr} at (0,2) size 655x22
-            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 655x22
+          RenderTableRow {tr} at (0,0) size 655x20
+            RenderTableCell {td} at (2,-1) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_align_centerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_center-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x138
-  RenderBlock {html} at (0,0) size 800x138
-    RenderBody {body} at (8,16) size 784x114
</del><ins>+layer at (0,0) size 800x130
+  RenderBlock {html} at (0,0) size 800x130
+    RenderBody {body} at (8,16) size 784x106
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 335x18
</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,34) size 179x80 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 179x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 177x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 177x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (58,2) size 57x18
</span><span class="cx">                 text run at (58,2) width 57: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,53) size 177x26
-          RenderTableRow {tr} at (0,2) size 177x22
-            RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 177x22
+          RenderTableRow {tr} at (0,0) size 177x20
+            RenderTableCell {td} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,27) size 177x26
-          RenderTableRow {tr} at (0,2) size 177x22
-            RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 177x22
+          RenderTableRow {tr} at (0,0) size 177x20
+            RenderTableCell {td} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_align_charexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x210
-  RenderBlock {html} at (0,0) size 800x210
-    RenderBody {body} at (8,16) size 784x186
</del><ins>+layer at (0,0) size 800x198
+  RenderBlock {html} at (0,0) size 800x198
+    RenderBody {body} at (8,16) size 784x174
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 396x18
</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,34) size 374x152 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 374x140 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 372x50
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 372x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 116x22 [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,26) size 124x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 120x18
</span><span class="cx">                 text run at (2,2) width 120: &quot;THEAD 12345.67&quot;
</span><del>-        RenderTableSection {tfoot} at (1,101) size 372x50
-          RenderTableRow {tr} at (0,2) size 372x22
-            RenderTableCell {td} at (2,2) size 116x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,95) size 372x44
+          RenderTableRow {tr} at (0,0) size 372x20
+            RenderTableCell {td} at (2,-1) size 116x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (120,2) size 124x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (120,-1) size 124x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (246,2) size 124x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (246,-1) size 124x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 372x22
-            RenderTableCell {td} at (2,26) size 116x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,22) size 372x20
+            RenderTableCell {td} at (2,21) size 116x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (120,26) size 124x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (120,21) size 124x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (246,26) size 124x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (246,21) size 124x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,51) size 372x50
-          RenderTableRow {tr} at (0,2) size 372x22
-            RenderTableCell {td} at (2,2) size 116x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,51) size 372x44
+          RenderTableRow {tr} at (0,0) size 372x20
+            RenderTableCell {td} at (2,-1) size 116x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (120,2) size 124x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (120,-1) size 124x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (246,2) size 124x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (246,-1) size 124x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,26) size 372x22
-            RenderTableCell {td} at (2,26) size 116x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,22) size 372x20
+            RenderTableCell {td} at (2,21) size 116x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (120,26) size 124x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (120,21) size 124x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (246,26) size 124x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (246,21) size 124x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_align_justifyexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x210
-  RenderBlock {html} at (0,0) size 800x210
-    RenderBody {body} at (8,16) size 784x186
</del><ins>+layer at (0,0) size 800x202
+  RenderBlock {html} at (0,0) size 800x202
+    RenderBody {body} at (8,16) size 784x178
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 301x18
</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,34) size 300x152 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 300x144 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 298x98
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 298x94
</span><span class="cx">             RenderTableCell {td} at (2,2) size 294x94 [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,38) width 290: &quot;line up, no matter how long the content&quot;
</span><span class="cx">                 text run at (2,56) width 290: &quot;becomes (except the last line which should be&quot;
</span><span class="cx">                 text run at (2,74) width 75: &quot;left aligned)&quot;
</span><del>-        RenderTableSection {tfoot} at (1,125) size 298x26
-          RenderTableRow {tr} at (0,2) size 298x22
-            RenderTableCell {td} at (2,2) size 294x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,121) size 298x22
+          RenderTableRow {tr} at (0,0) size 298x20
+            RenderTableCell {td} at (2,-1) size 294x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,99) size 298x26
-          RenderTableRow {tr} at (0,2) size 298x22
-            RenderTableCell {td} at (2,2) size 294x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,99) size 298x22
+          RenderTableRow {tr} at (0,0) size 298x20
+            RenderTableCell {td} at (2,-1) size 294x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_align_leftexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_left-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x138
-  RenderBlock {html} at (0,0) size 800x138
-    RenderBody {body} at (8,16) size 784x114
</del><ins>+layer at (0,0) size 800x130
+  RenderBlock {html} at (0,0) size 800x130
+    RenderBody {body} at (8,16) size 784x106
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 321x18
</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,34) size 179x80 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 179x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 177x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 177x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 56x18
</span><span class="cx">                 text run at (2,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,53) size 177x26
-          RenderTableRow {tr} at (0,2) size 177x22
-            RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 177x22
+          RenderTableRow {tr} at (0,0) size 177x20
+            RenderTableCell {td} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,27) size 177x26
-          RenderTableRow {tr} at (0,2) size 177x22
-            RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 177x22
+          RenderTableRow {tr} at (0,0) size 177x20
+            RenderTableCell {td} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_align_rightexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_right-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x138
-  RenderBlock {html} at (0,0) size 800x138
-    RenderBody {body} at (8,16) size 784x114
</del><ins>+layer at (0,0) size 800x130
+  RenderBlock {html} at (0,0) size 800x130
+    RenderBody {body} at (8,16) size 784x106
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 326x18
</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,34) size 179x80 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 179x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 177x26
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 177x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (115,2) size 56x18
</span><span class="cx">                 text run at (115,2) width 56: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,53) size 177x26
-          RenderTableRow {tr} at (0,2) size 177x22
-            RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 177x22
+          RenderTableRow {tr} at (0,0) size 177x20
+            RenderTableCell {td} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 165x18
</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,27) size 177x26
-          RenderTableRow {tr} at (0,2) size 177x22
-            RenderTableCell {td} at (2,2) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 177x22
+          RenderTableRow {tr} at (0,0) size 177x20
+            RenderTableCell {td} at (2,-1) size 173x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 169x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_classexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_class-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_class-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_class-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x96
-  RenderBlock {html} at (0,0) size 800x96
-    RenderBody {body} at (8,8) size 784x80
-      RenderTable {table} at (0,0) size 630x80 [border: (1px outset #808080)]
</del><ins>+layer at (0,0) size 800x88
+  RenderBlock {html} at (0,0) size 800x88
+    RenderBody {body} at (8,8) size 784x72
+      RenderTable {table} at (0,0) size 630x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 628x26 [bgcolor=#00FF00]
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 628x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 311x22 [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 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 267x18
</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,53) size 628x26
-          RenderTableRow {tr} at (0,2) size 628x22
-            RenderTableCell {td} at (2,2) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 628x22
+          RenderTableRow {tr} at (0,0) size 628x20
+            RenderTableCell {td} at (2,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 300x18
</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 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 300x18
</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,27) size 628x26
-          RenderTableRow {tr} at (0,2) size 628x22
-            RenderTableCell {td} at (2,2) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 628x22
+          RenderTableRow {tr} at (0,0) size 628x20
+            RenderTableCell {td} at (2,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 307x18
</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 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 307x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_idexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_id-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_id-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_id-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x96
-  RenderBlock {html} at (0,0) size 800x96
-    RenderBody {body} at (8,8) size 784x80
-      RenderTable {table} at (0,0) size 630x80 [border: (1px outset #808080)]
</del><ins>+layer at (0,0) size 800x88
+  RenderBlock {html} at (0,0) size 800x88
+    RenderBody {body} at (8,8) size 784x72
+      RenderTable {table} at (0,0) size 630x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 628x26 [bgcolor=#00FF00]
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 628x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 311x22 [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 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 267x18
</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,53) size 628x26
-          RenderTableRow {tr} at (0,2) size 628x22
-            RenderTableCell {td} at (2,2) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 628x22
+          RenderTableRow {tr} at (0,0) size 628x20
+            RenderTableCell {td} at (2,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 300x18
</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 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 300x18
</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,27) size 628x26
-          RenderTableRow {tr} at (0,2) size 628x22
-            RenderTableCell {td} at (2,2) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 628x22
+          RenderTableRow {tr} at (0,0) size 628x20
+            RenderTableCell {td} at (2,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 307x18
</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 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 307x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_styleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_style-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_style-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_style-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x96
-  RenderBlock {html} at (0,0) size 800x96
-    RenderBody {body} at (8,8) size 784x80
-      RenderTable {table} at (0,0) size 630x80 [border: (1px outset #808080)]
</del><ins>+layer at (0,0) size 800x88
+  RenderBlock {html} at (0,0) size 800x88
+    RenderBody {body} at (8,8) size 784x72
+      RenderTable {table} at (0,0) size 630x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 628x26 [bgcolor=#00FF00]
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 628x22
</span><span class="cx">             RenderTableCell {td} at (2,2) size 311x22 [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 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 267x18
</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,53) size 628x26
-          RenderTableRow {tr} at (0,2) size 628x22
-            RenderTableCell {td} at (2,2) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,49) size 628x22
+          RenderTableRow {tr} at (0,0) size 628x20
+            RenderTableCell {td} at (2,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 300x18
</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 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 300x18
</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,27) size 628x26
-          RenderTableRow {tr} at (0,2) size 628x22
-            RenderTableCell {td} at (2,2) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,27) size 628x22
+          RenderTableRow {tr} at (0,0) size 628x20
+            RenderTableCell {td} at (2,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 307x18
</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 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (315,-1) size 311x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 307x18
</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="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_baselineexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x350
-  RenderBlock {html} at (0,0) size 800x350
-    RenderBody {body} at (8,16) size 784x326
</del><ins>+layer at (0,0) size 800x342
+  RenderBlock {html} at (0,0) size 800x342
+    RenderBody {body} at (8,16) size 784x318
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 211x18
</span><span class="cx">           text run at (0,0) width 211: &quot;THEAD VALIGN=BASELINE&quot;
</span><del>-      RenderTable {table} at (0,34) size 784x292 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 784x284 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 782x238
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x234
</span><span class="cx">             RenderTableCell {td} at (2,24) size 213x94 [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,94) width 532: &quot;baseline of the first line of text in&quot;
</span><span class="cx">                 text run at (2,140) width 520: &quot;the previous cell: they should be&quot;
</span><span class="cx">                 text run at (2,186) width 279: &quot;vertically aligned&quot;
</span><del>-        RenderTableSection {tfoot} at (1,265) size 782x26
-          RenderTableRow {tr} at (0,2) size 782x22
-            RenderTableCell {td} at (2,2) size 213x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,261) size 782x22
+          RenderTableRow {tr} at (0,0) size 782x20
+            RenderTableCell {td} at (2,-1) size 213x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (217,2) size 563x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (217,-1) size 563x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,239) size 782x26
-          RenderTableRow {tr} at (0,2) size 782x22
-            RenderTableCell {td} at (2,2) size 213x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,239) size 782x22
+          RenderTableRow {tr} at (0,0) size 782x20
+            RenderTableCell {td} at (2,-1) size 213x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (217,2) size 563x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (217,-1) size 563x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_bottomexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x324
-  RenderBlock {html} at (0,0) size 800x324
-    RenderBody {body} at (8,16) size 784x300
</del><ins>+layer at (0,0) size 800x316
+  RenderBlock {html} at (0,0) size 800x316
+    RenderBody {body} at (8,16) size 784x292
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 201x18
</span><span class="cx">           text run at (0,0) width 201: &quot;THEAD VALIGN=BOTTOM&quot;
</span><del>-      RenderTable {table} at (0,34) size 784x266 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 784x258 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 782x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 782x208
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x208 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -20,19 +20,19 @@
</span><span class="cx">                 text run at (444,20) width 115: &quot;x-fill x-fill x-fill x-&quot;
</span><span class="cx">                 text run at (2,38) width 191: &quot;fill x-fill x-fill x-fill x-fill x-fill &quot;
</span><span class="cx">                 text run at (193,38) width 132: &quot;x-fill x-fill x-fill x-fill&quot;
</span><del>-        RenderTableSection {tfoot} at (1,239) size 782x26
-          RenderTableRow {tr} at (0,2) size 782x22
-            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,235) size 782x22
+          RenderTableRow {tr} at (0,0) size 782x20
+            RenderTableCell {td} at (2,-1) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,213) size 782x26
-          RenderTableRow {tr} at (0,2) size 782x22
-            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,213) size 782x22
+          RenderTableRow {tr} at (0,0) size 782x20
+            RenderTableCell {td} at (2,-1) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 572x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_middleexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x324
-  RenderBlock {html} at (0,0) size 800x324
-    RenderBody {body} at (8,16) size 784x300
</del><ins>+layer at (0,0) size 800x316
+  RenderBlock {html} at (0,0) size 800x316
+    RenderBody {body} at (8,16) size 784x292
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 195x18
</span><span class="cx">           text run at (0,0) width 195: &quot;THEAD VALIGN=MIDDLE&quot;
</span><del>-      RenderTable {table} at (0,34) size 616x266 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 616x258 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 614x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 614x208
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x208 [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 400x18
</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,239) size 614x26
-          RenderTableRow {tr} at (0,2) size 614x22
-            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,235) size 614x22
+          RenderTableRow {tr} at (0,0) size 614x20
+            RenderTableCell {td} at (2,-1) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,213) size 614x26
-          RenderTableRow {tr} at (0,2) size 614x22
-            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,213) size 614x22
+          RenderTableRow {tr} at (0,0) size 614x20
+            RenderTableCell {td} at (2,-1) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 404x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinx_thead_valign_topexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x324
-  RenderBlock {html} at (0,0) size 800x324
-    RenderBody {body} at (8,16) size 784x300
</del><ins>+layer at (0,0) size 800x316
+  RenderBlock {html} at (0,0) size 800x316
+    RenderBody {body} at (8,16) size 784x292
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 163x18
</span><span class="cx">           text run at (0,0) width 163: &quot;THEAD VALIGN=TOP&quot;
</span><del>-      RenderTable {table} at (0,34) size 657x266 [border: (1px outset #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 657x258 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {thead} at (1,1) size 655x212
</span><span class="cx">           RenderTableRow {tr} at (0,2) size 655x208
</span><span class="cx">             RenderTableCell {td} at (2,2) size 204x208 [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 441x18
</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,239) size 655x26
-          RenderTableRow {tr} at (0,2) size 655x22
-            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,235) size 655x22
+          RenderTableRow {tr} at (0,0) size 655x20
+            RenderTableCell {td} at (2,-1) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 53x18
</span><span class="cx">                 text run at (2,2) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,213) size 655x26
-          RenderTableRow {tr} at (0,2) size 655x22
-            RenderTableCell {td} at (2,2) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,213) size 655x22
+          RenderTableRow {tr} at (0,0) size 655x20
+            RenderTableCell {td} at (2,-1) size 204x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (208,2) size 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (208,-1) size 445x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 57x18
</span><span class="cx">                 text run at (2,2) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug106966expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1401
</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 785x1401
-  RenderBlock {HTML} at (0,0) size 785x1401
-    RenderBody {BODY} at (8,8) size 769x1385
</del><ins>+layer at (0,0) size 785x1281
+  RenderBlock {HTML} at (0,0) size 785x1281
+    RenderBody {BODY} at (8,8) size 769x1265
</ins><span class="cx">       RenderTable {TABLE} at (0,0) size 200x118 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</span><span class="cx">         RenderBlock {CAPTION} at (0,0) size 200x18
</span><span class="cx">           RenderText {#text} at (45,0) size 110x18
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">             RenderTableCell {TD} at (82,50) size 53x20 [bgcolor=#FFFF00] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 129x18
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-      RenderTable {TABLE} at (0,713) size 200x168 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</del><ins>+      RenderTable {TABLE} at (0,713) size 200x138 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 200x18
</span><span class="cx">           RenderText {#text} at (69,0) size 62x18
</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 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 129x18
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-        RenderTableSection {TBODY} at (25,93) size 150x50
-          RenderTableRow {TR} at (0,15) size 150x20
-            RenderTableCell {TD} at (15,15) size 52x20 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (25,93) size 150x20
+          RenderTableRow {TR} at (0,0) size 150x5
+            RenderTableCell {TD} at (15,-7) size 52x20 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                 text run at (1,1) width 30: &quot;cell1&quot;
</span><del>-            RenderTableCell {TD} at (82,15) size 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,-7) size 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 129x18
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-      RenderTable {TABLE} at (0,881) size 200x168 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</del><ins>+      RenderTable {TABLE} at (0,851) size 200x138 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 200x18
</span><span class="cx">           RenderText {#text} at (68,0) size 64x18
</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 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 129x18
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-        RenderTableSection {TBODY} at (25,93) size 150x50
-          RenderTableRow {TR} at (0,15) size 150x20
-            RenderTableCell {TD} at (15,15) size 52x20 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (25,93) size 150x20
+          RenderTableRow {TR} at (0,0) size 150x5
+            RenderTableCell {TD} at (15,-7) size 52x20 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                 text run at (1,1) width 30: &quot;cell1&quot;
</span><del>-            RenderTableCell {TD} at (82,15) size 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,-7) size 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 129x18
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-      RenderTable {TABLE} at (0,1049) size 200x168 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</del><ins>+      RenderTable {TABLE} at (0,989) size 200x138 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 200x18
</span><span class="cx">           RenderText {#text} at (72,0) size 56x18
</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 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 129x18
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-        RenderTableSection {TFOOT} at (25,93) size 150x50
-          RenderTableRow {TR} at (0,15) size 150x20
-            RenderTableCell {TD} at (15,15) size 52x20 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (25,93) size 150x20
+          RenderTableRow {TR} at (0,0) size 150x5
+            RenderTableCell {TD} at (15,-7) size 52x20 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                 text run at (1,1) width 30: &quot;cell1&quot;
</span><del>-            RenderTableCell {TD} at (82,15) size 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,-7) size 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 129x18
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-      RenderTable {TABLE} at (0,1217) size 200x168 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</del><ins>+      RenderTable {TABLE} at (0,1127) size 200x138 [bgcolor=#FFA500] [border: (10px solid #0000FF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 200x18
</span><span class="cx">           RenderText {#text} at (80,0) size 40x18
</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 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 129x18
</span><span class="cx">                 text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-        RenderTableSection {TFOOT} at (25,93) size 150x50
-          RenderTableRow {TR} at (0,15) size 150x20
-            RenderTableCell {TD} at (15,15) size 52x20 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (25,93) size 150x20
+          RenderTableRow {TR} at (0,0) size 150x5
+            RenderTableCell {TD} at (15,-7) size 52x20 [bgcolor=#FFFF00] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                 text run at (1,1) width 30: &quot;cell1&quot;
</span><span class="cx"> layer at (8,144) size 200x118 clip at (18,144) size 180x118 scrollWidth 227
</span><span class="lines">@@ -171,7 +171,7 @@
</span><span class="cx">         RenderTableCell {TD} at (82,15) size 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">           RenderText {#text} at (1,1) size 129x18
</span><span class="cx">             text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span><del>-layer at (115,1333) size 53x20 scrollWidth 131
-  RenderTableCell {TD} at (82,15) size 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</del><ins>+layer at (115,1228) size 53x5 scrollWidth 131 scrollHeight 12
+  RenderTableCell {TD} at (82,-7) size 53x20 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">     RenderText {#text} at (1,1) size 129x18
</span><span class="cx">       text run at (1,1) width 129: &quot;contentwithoutspace&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug4294expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,7 +6,7 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 135x18
</span><span class="cx">           text run at (0,0) width 135: &quot;A paragraph of text&quot;
</span><del>-      RenderTable {TABLE} at (0,34) size 276x342 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 276x314 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 274x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 274x22
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 66x22 [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 66x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 62x18
</span><span class="cx">                 text run at (2,2) width 62: &quot;column 4&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 274x314
-          RenderTableRow {TR} at (0,2) size 274x22
-            RenderTableCell {TD} at (2,2) size 66x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 274x286
+          RenderTableRow {TR} at (0,0) size 274x20
+            RenderTableCell {TD} at (2,-1) size 66x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,2) size 66x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,-1) size 66x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,2) size 66x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,-1) size 66x22 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,2) size 66x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,-1) size 66x22 [border: (1px inset #808080)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 274x22
-            RenderTableCell {TD} at (2,26) size 66x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,22) size 274x20
+            RenderTableCell {TD} at (2,21) size 66x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,26) size 66x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,21) size 66x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,26) size 66x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,21) size 66x22 [border: (1px inset #808080)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,26) size 66x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,21) size 66x22 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,50) size 274x22
-            RenderTableCell {TD} at (2,50) size 66x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,44) size 274x20
+            RenderTableCell {TD} at (2,43) size 66x22 [border: (1px inset #808080)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,50) size 66x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,43) size 66x22 [border: (1px inset #808080)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,50) size 66x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,43) size 66x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,50) size 66x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,43) size 66x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,74) size 274x22
-            RenderTableCell {TD} at (2,74) size 66x22 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,66) size 274x20
+            RenderTableCell {TD} at (2,65) size 66x22 [border: (1px inset #808080)] [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,74) size 66x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,65) size 66x22 [border: (1px inset #808080)] [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,74) size 66x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,65) size 66x22 [border: (1px inset #808080)] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,74) size 66x22 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,65) size 66x22 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,98) size 274x22
-            RenderTableCell {TD} at (2,98) size 66x22 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,88) size 274x20
+            RenderTableCell {TD} at (2,87) size 66x22 [border: (1px inset #808080)] [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,98) size 66x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,87) size 66x22 [border: (1px inset #808080)] [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,98) size 66x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,87) size 66x22 [border: (1px inset #808080)] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,98) size 66x22 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,87) size 66x22 [border: (1px inset #808080)] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,122) size 274x22
-            RenderTableCell {TD} at (2,122) size 66x22 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,110) size 274x20
+            RenderTableCell {TD} at (2,109) size 66x22 [border: (1px inset #808080)] [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,122) size 66x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,109) size 66x22 [border: (1px inset #808080)] [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,122) size 66x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,109) size 66x22 [border: (1px inset #808080)] [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,122) size 66x22 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,109) size 66x22 [border: (1px inset #808080)] [r=5 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,146) size 274x22
-            RenderTableCell {TD} at (2,146) size 66x22 [border: (1px inset #808080)] [r=6 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,132) size 274x20
+            RenderTableCell {TD} at (2,131) size 66x22 [border: (1px inset #808080)] [r=6 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,146) size 66x22 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,131) size 66x22 [border: (1px inset #808080)] [r=6 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,146) size 66x22 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,131) size 66x22 [border: (1px inset #808080)] [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,146) size 66x22 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,131) size 66x22 [border: (1px inset #808080)] [r=6 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,170) size 274x22
-            RenderTableCell {TD} at (2,170) size 66x22 [border: (1px inset #808080)] [r=7 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,154) size 274x20
+            RenderTableCell {TD} at (2,153) size 66x22 [border: (1px inset #808080)] [r=7 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,170) size 66x22 [border: (1px inset #808080)] [r=7 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,153) size 66x22 [border: (1px inset #808080)] [r=7 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,170) size 66x22 [border: (1px inset #808080)] [r=7 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,153) size 66x22 [border: (1px inset #808080)] [r=7 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,170) size 66x22 [border: (1px inset #808080)] [r=7 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,153) size 66x22 [border: (1px inset #808080)] [r=7 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,194) size 274x22
-            RenderTableCell {TD} at (2,194) size 66x22 [border: (1px inset #808080)] [r=8 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,176) size 274x20
+            RenderTableCell {TD} at (2,175) size 66x22 [border: (1px inset #808080)] [r=8 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,194) size 66x22 [border: (1px inset #808080)] [r=8 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,175) size 66x22 [border: (1px inset #808080)] [r=8 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,194) size 66x22 [border: (1px inset #808080)] [r=8 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,175) size 66x22 [border: (1px inset #808080)] [r=8 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,194) size 66x22 [border: (1px inset #808080)] [r=8 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,175) size 66x22 [border: (1px inset #808080)] [r=8 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,218) size 274x22
-            RenderTableCell {TD} at (2,218) size 66x22 [border: (1px inset #808080)] [r=9 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,198) size 274x20
+            RenderTableCell {TD} at (2,197) size 66x22 [border: (1px inset #808080)] [r=9 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,218) size 66x22 [border: (1px inset #808080)] [r=9 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,197) size 66x22 [border: (1px inset #808080)] [r=9 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,218) size 66x22 [border: (1px inset #808080)] [r=9 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,197) size 66x22 [border: (1px inset #808080)] [r=9 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,218) size 66x22 [border: (1px inset #808080)] [r=9 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,197) size 66x22 [border: (1px inset #808080)] [r=9 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,242) size 274x22
-            RenderTableCell {TD} at (2,242) size 66x22 [border: (1px inset #808080)] [r=10 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,220) size 274x20
+            RenderTableCell {TD} at (2,219) size 66x22 [border: (1px inset #808080)] [r=10 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,242) size 66x22 [border: (1px inset #808080)] [r=10 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,219) size 66x22 [border: (1px inset #808080)] [r=10 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,242) size 66x22 [border: (1px inset #808080)] [r=10 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,219) size 66x22 [border: (1px inset #808080)] [r=10 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,242) size 66x22 [border: (1px inset #808080)] [r=10 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,219) size 66x22 [border: (1px inset #808080)] [r=10 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,266) size 274x22
-            RenderTableCell {TD} at (2,266) size 66x22 [border: (1px inset #808080)] [r=11 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,242) size 274x20
+            RenderTableCell {TD} at (2,241) size 66x22 [border: (1px inset #808080)] [r=11 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,266) size 66x22 [border: (1px inset #808080)] [r=11 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,241) size 66x22 [border: (1px inset #808080)] [r=11 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,266) size 66x22 [border: (1px inset #808080)] [r=11 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,241) size 66x22 [border: (1px inset #808080)] [r=11 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,266) size 66x22 [border: (1px inset #808080)] [r=11 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,241) size 66x22 [border: (1px inset #808080)] [r=11 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span><del>-          RenderTableRow {TR} at (0,290) size 274x22
-            RenderTableCell {TD} at (2,290) size 66x22 [border: (1px inset #808080)] [r=12 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,264) size 274x20
+            RenderTableCell {TD} at (2,263) size 66x22 [border: (1px inset #808080)] [r=12 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;one&quot;
</span><del>-            RenderTableCell {TD} at (70,290) size 66x22 [border: (1px inset #808080)] [r=12 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (70,263) size 66x22 [border: (1px inset #808080)] [r=12 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 24x18
</span><span class="cx">                 text run at (2,2) width 24: &quot;two&quot;
</span><del>-            RenderTableCell {TD} at (138,290) size 66x22 [border: (1px inset #808080)] [r=12 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (138,263) size 66x22 [border: (1px inset #808080)] [r=12 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 31x18
</span><span class="cx">                 text run at (2,2) width 31: &quot;three&quot;
</span><del>-            RenderTableCell {TD} at (206,290) size 66x22 [border: (1px inset #808080)] [r=12 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (206,263) size 66x22 [border: (1px inset #808080)] [r=12 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 26x18
</span><span class="cx">                 text run at (2,2) width 26: &quot;four&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug462684expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x415
-  RenderBlock {HTML} at (0,0) size 800x415
-    RenderBody {BODY} at (8,22) size 784x385
</del><ins>+layer at (0,0) size 800x335
+  RenderBlock {HTML} at (0,0) size 800x335
+    RenderBody {BODY} at (8,22) size 784x305
</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 187x348 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,37) size 187x268 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (41,41) size 105x164 [bgcolor=#FF0000]
</span><span class="cx">           RenderTableRow {TR} at (0,40) size 105x22 [bgcolor=#FFFF00]
</span><span class="cx">             RenderTableCell {TD} at (40,40) size 25x22 [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,102) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-        RenderTableSection {TBODY} at (41,205) size 105x102 [bgcolor=#008000]
-          RenderTableRow {TR} at (0,40) size 105x22
-            RenderTableCell {TD} at (40,40) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (41,205) 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 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresbugsbug51000expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -6,19 +6,19 @@
</span><span class="cx">       RenderBlock {P} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 375x18
</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,34) size 250x80 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,34) size 250x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 248x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 248x22
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 244x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 240x18
</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,53) size 248x26
-          RenderTableRow {TR} at (0,2) size 248x22
-            RenderTableCell {TD} at (2,2) size 244x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,49) size 248x22
+          RenderTableRow {TR} at (0,0) size 248x20
+            RenderTableCell {TD} at (2,-1) size 244x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 226x18
</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,27) size 248x26
-          RenderTableRow {TR} at (0,2) size 248x22
-            RenderTableCell {TD} at (2,2) size 244x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 248x22
+          RenderTableRow {TR} at (0,0) size 248x20
+            RenderTableCell {TD} at (2,-1) size 244x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 234x18
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failurescorebackgroundsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x2454
</del><ins>+layer at (0,0) size 785x2434
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x2454
-  RenderBlock {HTML} at (0,0) size 785x2454
-    RenderBody {BODY} at (8,8) size 769x2438
</del><ins>+layer at (0,0) size 785x2434
+  RenderBlock {HTML} at (0,0) size 785x2434
+    RenderBody {BODY} at (8,8) size 769x2418
</ins><span class="cx">       RenderBlock (anonymous) at (0,0) size 769x36
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 75x18
</span><span class="lines">@@ -137,7 +137,7 @@
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 102x18
</span><span class="cx">           text run at (0,18) width 102: &quot;row group color&quot;
</span><del>-      RenderTable {TABLE} at (0,756) size 69x70 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,756) size 69x58 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x34 [bgcolor=#FF0000]
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-        RenderTableSection {TBODY} at (1,35) size 67x34
-          RenderTableRow {TR} at (0,6) size 67x22
-            RenderTableCell {TD} at (6,6) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,35) size 67x22
+          RenderTableRow {TR} at (0,0) size 67x16
+            RenderTableCell {TD} at (6,-3) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-            RenderTableCell {TD} at (37,6) size 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (37,-3) size 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,826) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,814) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 61x18
</span><span class="cx">           text run at (0,18) width 61: &quot;row color&quot;
</span><del>-      RenderTable {TABLE} at (0,862) size 69x36 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,850) size 69x36 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x34
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,898) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,886) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 61x18
</span><span class="cx">           text run at (0,18) width 61: &quot;row color&quot;
</span><del>-      RenderTable {TABLE} at (0,934) size 69x64 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,922) size 69x64 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x62
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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,34) size 24x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,998) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,986) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 67x18
</span><span class="cx">           text run at (0,18) width 67: &quot;row image&quot;
</span><del>-      RenderTable {TABLE} at (0,1034) size 69x36 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1022) size 69x36 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x34
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1070) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1058) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 144x18
</span><span class="cx">           text run at (0,18) width 144: &quot;table - color, row color&quot;
</span><del>-      RenderTable {TABLE} at (0,1106) size 69x64 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1094) size 69x64 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x62
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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,34) size 24x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1170) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1158) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 150x18
</span><span class="cx">           text run at (0,18) width 150: &quot;table - image, row color&quot;
</span><del>-      RenderTable {TABLE} at (0,1206) size 69x64 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1194) size 69x64 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x62
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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,34) size 24x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1270) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1258) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 150x18
</span><span class="cx">           text run at (0,18) width 150: &quot;table - color; row image&quot;
</span><del>-      RenderTable {TABLE} at (0,1306) size 69x36 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1294) size 69x36 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x34
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1342) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1330) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 156x18
</span><span class="cx">           text run at (0,18) width 156: &quot;table - image, row image&quot;
</span><del>-      RenderTable {TABLE} at (0,1378) size 69x36 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1366) size 69x36 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x34
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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 24x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1414) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1402) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 210x18
</span><span class="cx">           text run at (0,18) width 210: &quot;table - color; row color; cell color&quot;
</span><del>-      RenderTable {TABLE} at (0,1450) size 69x64 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1438) size 69x64 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x62
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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,34) size 24x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1514) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1502) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 216x18
</span><span class="cx">           text run at (0,18) width 216: &quot;table - image; row color; cell color&quot;
</span><del>-      RenderTable {TABLE} at (0,1550) size 69x64 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1538) size 69x64 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x62
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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,34) size 24x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1614) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1602) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 216x18
</span><span class="cx">           text run at (0,18) width 216: &quot;table - color; row image; cell color&quot;
</span><del>-      RenderTable {TABLE} at (0,1650) size 69x64 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1638) size 69x64 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x62
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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,34) size 24x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1714) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1702) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 216x18
</span><span class="cx">           text run at (0,18) width 216: &quot;table - color; row color; cell image&quot;
</span><del>-      RenderTable {TABLE} at (0,1750) size 69x64 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1738) size 69x64 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x62
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22 [bgcolor=#FF0000]
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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,34) size 24x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,1814) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1802) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 96x18
</span><span class="cx">           text run at (0,18) width 96: &quot;col group color&quot;
</span><del>-      RenderTable {TABLE} at (0,1850) size 39x36 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1838) size 39x36 [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 37x34
</span><span class="lines">@@ -358,11 +358,11 @@
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-      RenderBlock (anonymous) at (0,1886) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1874) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 55x18
</span><span class="cx">           text run at (0,18) width 55: &quot;col color&quot;
</span><del>-      RenderTable {TABLE} at (0,1922) size 39x36 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1910) size 39x36 [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 37x34
</span><span class="lines">@@ -370,11 +370,11 @@
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-      RenderBlock (anonymous) at (0,1958) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1946) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 228x18
</span><span class="cx">           text run at (0,18) width 228: &quot;table - image; row image; cell image&quot;
</span><del>-      RenderTable {TABLE} at (0,1994) size 69x64 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,1982) size 69x64 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 67x62
</span><span class="cx">           RenderTableRow {TR} at (0,6) size 67x22
</span><span class="cx">             RenderTableCell {TD} at (6,6) size 25x22 [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,34) size 24x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,2058) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,2046) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 233x18
</span><span class="cx">           text run at (0,18) width 233: &quot;table - color, tbodies color, row color&quot;
</span><del>-      RenderTable {TABLE} at (0,2094) size 47x100 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,2082) size 47x92 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (7,7) size 33x56 [bgcolor=#FF0000]
</span><span class="cx">           RenderTableRow {TR} at (0,4) size 33x22 [bgcolor=#FFFF00]
</span><span class="cx">             RenderTableCell {TD} at (4,4) size 25x22 [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,30) size 25x22 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-        RenderTableSection {TBODY} at (7,63) size 33x30 [bgcolor=#008000]
-          RenderTableRow {TR} at (0,4) size 33x22
-            RenderTableCell {TD} at (4,4) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (7,63) size 33x22 [bgcolor=#008000]
+          RenderTableRow {TR} at (0,0) size 33x18
+            RenderTableCell {TD} at (4,-2) size 25x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 21x18
</span><span class="cx">                 text run at (2,2) width 21: &quot;foo&quot;
</span><del>-      RenderBlock (anonymous) at (0,2194) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,2174) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 61x18
</span><span class="cx">           text run at (0,18) width 61: &quot;col image&quot;
</span><del>-      RenderTable {TABLE} at (0,2230) size 75x70 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,2210) size 75x70 [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 61x56
</span><span class="lines">@@ -431,11 +431,11 @@
</span><span class="cx">             RenderTableCell {TD} at (33,30) size 24x22 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,2300) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,2280) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 368x18
</span><span class="cx">           text run at (0,18) width 368: &quot;table color; col group color; col color; row color; cell color&quot;
</span><del>-      RenderTable {TABLE} at (0,2336) size 120x84 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,2316) size 120x84 [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,56) size 24x22 [border: (1px inset #808080)] [r=2 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;bar&quot;
</span><del>-      RenderBlock (anonymous) at (0,2420) size 769x18
</del><ins>+      RenderBlock (anonymous) at (0,2400) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 19x18
</span><span class="cx">           text run at (0,0) width 19: &quot;--&gt;&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failurescorecaptions1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1068
</del><ins>+layer at (0,0) size 785x1062
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1068
-  RenderBlock {HTML} at (0,0) size 785x1068
-    RenderBody {BODY} at (8,8) size 769x1052
</del><ins>+layer at (0,0) size 785x1062
+  RenderBlock {HTML} at (0,0) size 785x1062
+    RenderBody {BODY} at (8,8) size 769x1046
</ins><span class="cx">       RenderBlock {CENTER} at (0,0) size 769x18
</span><span class="cx">         RenderText {#text} at (322,0) size 125x18
</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,683) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 149x18
</span><span class="cx">           text run at (0,0) width 149: &quot;table 6 - table gets taller&quot;
</span><del>-      RenderTable {TABLE} at (5,711) size 106x117 [border: (10px solid #008000)]
</del><ins>+      RenderTable {TABLE} at (5,711) size 106x111 [border: (10px solid #008000)]
</ins><span class="cx">         RenderTableSection {TBODY} at (10,10) size 86x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 86x20
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 48x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 46x18
</span><span class="cx">                 text run at (1,1) width 46: &quot;foo foo&quot;
</span><del>-        RenderBlock {CAPTION} at (10,92) size 96x25 [border: (3px solid #800080)]
</del><ins>+        RenderBlock {CAPTION} at (10,86) size 96x25 [border: (3px solid #800080)]
</ins><span class="cx">           RenderText {#text} at (17,3) size 46x18
</span><span class="cx">             text run at (17,3) width 46: &quot;caption&quot;
</span><span class="cx">           RenderBlock {INPUT} at (65,6) size 12x13
</span><del>-        RenderTableSection {TBODY} at (10,34) size 86x46
-          RenderTableRow {TR} at (0,2) size 86x20
-            RenderTableCell {TD} at (2,2) size 48x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (10,34) size 86x40
+          RenderTableRow {TR} at (0,0) size 86x18
+            RenderTableCell {TD} at (2,-1) size 48x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                 text run at (1,1) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (52,2) size 32x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,-1) size 32x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                 text run at (1,1) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 86x20
-            RenderTableCell {TD} at (2,24) size 48x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,20) size 86x18
+            RenderTableCell {TD} at (2,19) size 48x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                 text run at (1,1) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (52,24) size 32x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (52,19) size 32x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 30x18
</span><span class="cx">                 text run at (1,1) width 30: &quot;Data&quot;
</span><del>-      RenderBlock (anonymous) at (0,833) size 769x18
</del><ins>+      RenderBlock (anonymous) at (0,827) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 139x18
</span><span class="cx">           text run at (0,0) width 139: &quot;table 7 - insert caption&quot;
</span><del>-      RenderTable {TABLE} at (5,861) size 90x92 [border: (10px solid #008000)]
</del><ins>+      RenderTable {TABLE} at (5,855) size 90x92 [border: (10px solid #008000)]
</ins><span class="cx">         RenderTableSection {TBODY} at (10,10) size 70x46
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 70x20
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 32x20 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -176,10 +176,10 @@
</span><span class="cx">         RenderBlock {CAPTION} at (10,68) size 80x24 [border: (3px solid #800080)]
</span><span class="cx">           RenderText {#text} at (13,3) size 54x18
</span><span class="cx">             text run at (13,3) width 54: &quot;new cap&quot;
</span><del>-      RenderBlock (anonymous) at (0,958) size 769x18
</del><ins>+      RenderBlock (anonymous) at (0,952) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 152x18
</span><span class="cx">           text run at (0,0) width 152: &quot;table 8 - remove caption&quot;
</span><del>-      RenderTable {TABLE} at (5,986) size 90x66 [border: (10px solid #008000)]
</del><ins>+      RenderTable {TABLE} at (5,980) size 90x66 [border: (10px solid #008000)]
</ins><span class="cx">         RenderTableSection {TBODY} at (10,10) size 70x46
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 70x20
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 32x20 [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresdominsertTbodyExpand1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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,46) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,64) size 62x54 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,64) size 62x50 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 60x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 60x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 27x22 [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 27x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;X2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 60x26
-          RenderTableRow {TR} at (0,2) size 60x22
-            RenderTableCell {TD} at (2,2) size 27x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 60x22
+          RenderTableRow {TR} at (0,0) size 60x20
+            RenderTableCell {TD} at (2,-1) size 27x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;c11&quot;
</span><del>-            RenderTableCell {TD} at (31,2) size 27x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (31,-1) size 27x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;c12&quot;
</span><del>-      RenderBlock (anonymous) at (0,118) size 784x18
</del><ins>+      RenderBlock (anonymous) at (0,114) size 784x18
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresdominsertTbodyRebuild1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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,46) size 784x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,64) size 62x54 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,64) size 62x50 [bgcolor=#FFA500] [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {TBODY} at (1,1) size 60x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 60x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 27x22 [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 27x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;X2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 60x26
-          RenderTableRow {TR} at (0,2) size 60x22
-            RenderTableCell {TD} at (2,2) size 27x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 60x22
+          RenderTableRow {TR} at (0,0) size 60x20
+            RenderTableCell {TD} at (2,-1) size 27x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;c11&quot;
</span><del>-            RenderTableCell {TD} at (31,2) size 27x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (31,-1) size 27x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;c12&quot;
</span><del>-      RenderBlock (anonymous) at (0,118) size 784x18
</del><ins>+      RenderBlock (anonymous) at (0,114) size 784x18
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1305
-    RenderBody {BODY} at (8,17) size 769x1280 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1270
+  RenderBlock {HTML} at (0,0) size 785x1270
+    RenderBody {BODY} at (8,17) size 769x1245 [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 626x22
</span><span class="cx">           RenderText {#text} at (167,0) size 292x22
</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 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (5,354) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,51) size 357x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (5,333) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (5,141) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,81) size 130x50 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (5,141) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,67) size 130x50 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,133) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,793) size 586x438 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,758) size 586x438 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 586x22
</span><span class="cx">           RenderText {#text} at (148,0) size 290x22
</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 114x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1231) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1196) size 769x34
</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,1265) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1230) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablecolumnexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1477
-    RenderBody {BODY} at (8,17) size 769x1452 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1442
+  RenderBlock {HTML} at (0,0) size 785x1442
+    RenderBody {BODY} at (8,17) size 769x1417 [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 630x22
</span><span class="cx">           RenderText {#text} at (169,0) size 292x22
</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 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,352) size 624x129
-          RenderTableRow {TR} at (0,7) size 624x115
-            RenderTableCell {TD} at (7,47) size 365x34 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,331) size 624x115
+          RenderTableRow {TR} at (0,0) size 624x108
+            RenderTableCell {TD} at (7,37) size 365x34 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (6,6) size 47x22
</span><span class="cx">                 text run at (6,6) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (379,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (379,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (504,51) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (504,41) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,139) size 624x213
-          RenderTableRow {TR} at (0,7) size 624x108
-            RenderTableCell {TD} at (7,81) size 138x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (3,139) size 624x192
+          RenderTableRow {TR} at (0,0) size 624x101
+            RenderTableCell {TD} at (7,67) size 138x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (152,40) size 220x42 [border: (9px dashed #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (152,29) size 220x42 [border: (9px dashed #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (10,10) size 43x22
</span><span class="cx">                 text run at (10,10) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (379,44) size 118x34 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (379,33) size 118x34 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 46x22
</span><span class="cx">                 text run at (6,6) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (504,48) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (504,37) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (379,151) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (379,133) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (504,151) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (504,133) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,967) size 588x436 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,932) size 588x436 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 588x22
</span><span class="cx">           RenderText {#text} at (149,0) size 290x22
</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 115x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,2) size 43x22
</span><span class="cx">                 text run at (4,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1403) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1368) size 769x34
</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,1437) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1402) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablecolumngroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1316
-    RenderBody {BODY} at (8,17) size 769x1291 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1281
+  RenderBlock {HTML} at (0,0) size 785x1281
+    RenderBody {BODY} at (8,17) size 769x1256 [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 622x22
</span><span class="cx">           RenderText {#text} at (165,0) size 292x22
</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 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,352) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,47) size 357x34 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,331) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,37) size 357x34 [border: (5px dashed #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (6,6) size 47x22
</span><span class="cx">                 text run at (6,6) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,139) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,81) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (3,139) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,67) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,44) size 118x34 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,33) size 118x34 [border: (5px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 46x22
</span><span class="cx">                 text run at (6,6) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,133) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,806) size 591x436 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,771) size 591x436 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 591x22
</span><span class="cx">           RenderText {#text} at (150,0) size 291x22
</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 117x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (6,2) size 43x22
</span><span class="cx">                 text run at (6,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1242) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1207) size 769x34
</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,1276) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1241) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1249
-    RenderBody {BODY} at (8,17) size 769x1224 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1214
+  RenderBlock {HTML} at (0,0) size 785x1214
+    RenderBody {BODY} at (8,17) size 769x1189 [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 626x22
</span><span class="cx">           RenderText {#text} at (167,0) size 292x22
</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 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TBODY} at (5,141) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,81) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (5,141) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,67) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,133) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-        RenderTableSection {TFOOT} at (5,354) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,51) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (5,333) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-      RenderTable {TABLE} at (0,737) size 586x438 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,702) size 586x438 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 586x22
</span><span class="cx">           RenderText {#text} at (148,0) size 290x22
</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 114x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1175) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1140) size 769x34
</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 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1174) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablequirksexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1205
</del><ins>+layer at (0,0) size 785x1170
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1205
-  RenderBlock {HTML} at (0,0) size 785x1205
-    RenderBody {BODY} at (8,8) size 769x1189 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1170
+  RenderBlock {HTML} at (0,0) size 785x1170
+    RenderBody {BODY} at (8,8) size 769x1154 [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 626x22
</span><span class="cx">           RenderText {#text} at (167,0) size 292x22
</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 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TBODY} at (5,137) size 616x205
-          RenderTableRow {TR} at (0,7) size 616x104
-            RenderTableCell {TD} at (7,77) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (5,137) size 616x184
+          RenderTableRow {TR} at (0,0) size 616x97
+            RenderTableCell {TD} at (7,63) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,46) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,35) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,46) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,35) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,46) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,35) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,127) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,145) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,127) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,145) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,127) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-        RenderTableSection {TFOOT} at (5,342) size 616x125
-          RenderTableRow {TR} at (0,7) size 616x111
-            RenderTableCell {TD} at (7,49) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (5,321) size 616x111
+          RenderTableRow {TR} at (0,0) size 616x104
+            RenderTableCell {TD} at (7,39) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,49) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,39) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,49) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,39) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-      RenderTable {TABLE} at (0,721) size 586x422 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,686) size 586x422 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 586x22
</span><span class="cx">           RenderText {#text} at (148,0) size 290x22
</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,131) size 114x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1143) size 769x31
</del><ins>+      RenderBlock {DIV} at (0,1108) size 769x31
</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,1174) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1139) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1445
-    RenderBody {BODY} at (8,17) size 769x1420 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1410
+  RenderBlock {HTML} at (0,0) size 785x1410
+    RenderBody {BODY} at (8,17) size 769x1385 [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 630x22
</span><span class="cx">           RenderText {#text} at (169,0) size 292x22
</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 121x34 [border: (5px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (38,6) size 45x22
</span><span class="cx">                 text run at (38,6) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,360) size 624x129
-          RenderTableRow {TR} at (0,7) size 624x115
-            RenderTableCell {TD} at (7,51) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,339) size 624x115
+          RenderTableRow {TR} at (0,0) size 624x108
+            RenderTableCell {TD} at (7,41) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 121x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 121x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,147) size 624x213
-          RenderTableRow {TR} at (0,7) size 624x108 [bgcolor=#000000] [border: (9px dashed #FFFFFF)]
-            RenderTableCell {TD} at (7,81) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (3,147) size 624x192
+          RenderTableRow {TR} at (0,0) size 624x101 [bgcolor=#000000] [border: (9px dashed #FFFFFF)]
+            RenderTableCell {TD} at (7,67) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,40) size 118x42 [border: (9px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,29) size 118x42 [border: (9px dashed #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (10,10) size 46x22
</span><span class="cx">                 text run at (10,10) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 121x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 121x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,147) size 118x34 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,129) size 118x34 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x22
</span><span class="cx">                 text run at (6,6) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 121x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 121x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,915) size 590x456 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,880) size 590x456 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 590x22
</span><span class="cx">           RenderText {#text} at (150,0) size 290x22
</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 116x31 [border: (5px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,6) size 43x22
</span><span class="cx">                 text run at (4,6) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1371) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1336) size 769x34
</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,1405) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1370) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_bordertablerowgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1362
-    RenderBody {BODY} at (8,17) size 769x1337 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1327
+  RenderBlock {HTML} at (0,0) size 785x1327
+    RenderBody {BODY} at (8,17) size 769x1302 [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 630x22
</span><span class="cx">           RenderText {#text} at (169,0) size 292x22
</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 121x34 [border: (5px dashed #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (38,6) size 45x22
</span><span class="cx">                 text run at (38,6) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (3,360) size 624x129
-          RenderTableRow {TR} at (0,7) size 624x115
-            RenderTableCell {TD} at (7,51) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (3,339) size 624x115
+          RenderTableRow {TR} at (0,0) size 624x108
+            RenderTableCell {TD} at (7,41) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 121x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 121x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (3,147) size 624x213 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
-          RenderTableRow {TR} at (0,7) size 624x108
-            RenderTableCell {TD} at (7,81) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (3,147) size 624x192 [bgcolor=#000000] [border: (5px dashed #FFFFFF)]
+          RenderTableRow {TR} at (0,0) size 624x101
+            RenderTableCell {TD} at (7,67) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 121x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 121x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,147) size 118x34 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,129) size 118x34 [border: (5px dashed #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (6,6) size 45x22
</span><span class="cx">                 text run at (6,6) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 121x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 121x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,844) size 590x444 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,809) size 590x444 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 590x22
</span><span class="cx">           RenderText {#text} at (150,0) size 290x22
</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 116x27 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (4,2) size 43x22
</span><span class="cx">                 text run at (4,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1288) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1253) size 769x34
</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,1322) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1287) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_fixedbgexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1673
-    RenderBody {BODY} at (8,17) size 769x1643 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1638
+  RenderBlock {HTML} at (0,0) size 785x1638
+    RenderBody {BODY} at (8,17) size 769x1608 [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 618x22 [color=#FFFFFF]
</span><span class="cx">           RenderText {#text} at (163,0) size 292x22
</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 113x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,350) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,51) size 357x26 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,329) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x26 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 113x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,81) size 130x50 [border: (13px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,67) size 130x50 [border: (13px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x26 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x26 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 113x26 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x26 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,133) size 118x26 [border: (1px dotted #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x26 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 113x26 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,744) size 578x432 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
</del><ins>+      RenderTable {TABLE} at (0,709) size 578x432 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x22 [color=#FFFFFF]
</span><span class="cx">           RenderText {#text} at (144,0) size 290x22
</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 112x25 [border: (1px dotted #000000)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1176) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1141) size 769x34
</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,1210) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1175) size 769x15
</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,1238) size 769x405
</del><ins>+      RenderBlock {PRE} at (0,1203) size 769x405
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_layershideexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1250
-    RenderBody {BODY} at (8,17) size 769x1225 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1215
+  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">@@ -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 618x22
</span><span class="cx">           RenderText {#text} at (163,0) size 292x22
</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 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,350) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,51) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,329) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,81) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,67) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,133) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,744) size 578x432 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,709) size 578x432 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x22
</span><span class="cx">           RenderText {#text} at (144,0) size 290x22
</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 112x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1176) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1141) size 769x34
</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,1210) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1175) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_layersshowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1744
-    RenderBody {BODY} at (8,17) size 769x1719 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1709
+  RenderBlock {HTML} at (0,0) size 785x1709
+    RenderBody {BODY} at (8,17) size 769x1684 [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 618x22
</span><span class="cx">           RenderText {#text} at (163,0) size 292x22
</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 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,350) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,51) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,329) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,81) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,67) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,133) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,1238) size 578x432 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,1203) size 578x432 [color=#FFFFFF] [bgcolor=#0000FF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x22
</span><span class="cx">           RenderText {#text} at (144,0) size 290x22
</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 112x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1670) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1635) size 769x34
</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,1704) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1669) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1291
-    RenderBody {BODY} at (8,17) size 769x1266 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1256
+  RenderBlock {HTML} at (0,0) size 785x1256
+    RenderBody {BODY} at (8,17) size 769x1231 [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 618x22
</span><span class="cx">           RenderText {#text} at (163,0) size 292x22
</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 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,350) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,51) size 357x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,329) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x26 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,81) size 130x50 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,67) size 130x50 [bgcolor=#000000] [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,133) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,785) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,750) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x22
</span><span class="cx">           RenderText {#text} at (144,0) size 290x22
</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 112x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1217) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1182) size 769x34
</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,1251) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1216) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablecolumnexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1394
-    RenderBody {BODY} at (8,17) size 769x1369 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1359
+  RenderBlock {HTML} at (0,0) size 785x1359
+    RenderBody {BODY} at (8,17) size 769x1334 [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 618x22
</span><span class="cx">           RenderText {#text} at (163,0) size 292x22
</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 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,350) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,51) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,329) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,81) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,67) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,133) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,888) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,853) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x22
</span><span class="cx">           RenderText {#text} at (144,0) size 290x22
</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 112x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1320) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1285) size 769x34
</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,1354) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1319) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablecolumngroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1293
-    RenderBody {BODY} at (8,17) size 769x1268 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1258
+  RenderBlock {HTML} at (0,0) size 785x1258
+    RenderBody {BODY} at (8,17) size 769x1233 [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 618x22
</span><span class="cx">           RenderText {#text} at (163,0) size 292x22
</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 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,350) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,51) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,329) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,81) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,67) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,133) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,787) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,752) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x22
</span><span class="cx">           RenderText {#text} at (144,0) size 290x22
</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 112x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1219) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1184) size 769x34
</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,1253) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1218) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1394
-    RenderBody {BODY} at (8,17) size 769x1369 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1359
+  RenderBlock {HTML} at (0,0) size 785x1359
+    RenderBody {BODY} at (8,17) size 769x1334 [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 618x22
</span><span class="cx">           RenderText {#text} at (163,0) size 292x22
</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 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,350) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,51) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,329) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 616x213
-          RenderTableRow {TR} at (0,7) size 616x108 [bgcolor=#000000]
-            RenderTableCell {TD} at (7,81) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x192
+          RenderTableRow {TR} at (0,0) size 616x101 [bgcolor=#000000]
+            RenderTableCell {TD} at (7,67) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,133) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,888) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,853) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x22
</span><span class="cx">           RenderText {#text} at (144,0) size 290x22
</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 112x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1320) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1285) size 769x34
</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,1354) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1319) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinbackgr_positiontablerowgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 785x1293
-    RenderBody {BODY} at (8,17) size 769x1268 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1258
+  RenderBlock {HTML} at (0,0) size 785x1258
+    RenderBody {BODY} at (8,17) size 769x1233 [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 618x22
</span><span class="cx">           RenderText {#text} at (163,0) size 292x22
</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 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (34,2) size 45x22
</span><span class="cx">                 text run at (34,2) width 45: &quot;TH D&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,350) size 616x129
-          RenderTableRow {TR} at (0,7) size 616x115
-            RenderTableCell {TD} at (7,51) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (1,329) size 616x115
+          RenderTableRow {TR} at (0,0) size 616x108
+            RenderTableCell {TD} at (7,41) size 357x26 [border: (1px dotted #FFFFFF)] [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (2,2) size 47x22
</span><span class="cx">                 text run at (2,2) width 47: &quot;TD M&quot;
</span><del>-            RenderTableCell {TD} at (371,51) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD O&quot;
</span><del>-            RenderTableCell {TD} at (496,51) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 44x22
</span><span class="cx">                 text run at (2,2) width 44: &quot;TD P&quot;
</span><del>-        RenderTableSection {TBODY} at (1,137) size 616x213 [bgcolor=#000000]
-          RenderTableRow {TR} at (0,7) size 616x108
-            RenderTableCell {TD} at (7,81) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x192 [bgcolor=#000000]
+          RenderTableRow {TR} at (0,0) size 616x101
+            RenderTableCell {TD} at (7,67) size 130x50 [border: (13px dotted #FFFFFF)] [r=0 c=0 rs=2 cs=1]
</ins><span class="cx">               RenderText {#text} at (14,14) size 44x22
</span><span class="cx">                 text run at (14,14) width 44: &quot;TD E&quot;
</span><del>-            RenderTableCell {TD} at (144,48) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD F&quot;
</span><del>-            RenderTableCell {TD} at (371,48) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x26 [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 46x22
</span><span class="cx">                 text run at (2,2) width 46: &quot;TD G&quot;
</span><del>-            RenderTableCell {TD} at (496,48) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 113x26 [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</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 220x26 [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,133) size 220x26 [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 42x22
</span><span class="cx">                 text run at (2,2) width 42: &quot;TD J&quot;
</span><del>-            RenderTableCell {TD} at (371,151) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,133) size 118x26 [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 45x22
</span><span class="cx">                 text run at (2,2) width 45: &quot;TD K&quot;
</span><del>-            RenderTableCell {TD} at (496,151) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 113x26 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderTable {TABLE} at (0,787) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,752) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 578x22
</span><span class="cx">           RenderText {#text} at (144,0) size 290x22
</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 112x25 [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 43x22
</span><span class="cx">                 text run at (2,2) width 43: &quot;TD L&quot;
</span><del>-      RenderBlock {DIV} at (0,1219) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1184) size 769x34
</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,1253) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1218) size 769x15
</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="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvintable_overflow_style_reflow_tbody_siblingexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><del>-layer at (0,0) size 785x724
</del><ins>+layer at (0,0) size 785x664
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x513
-  RenderBlock {HTML} at (0,0) size 785x513
-    RenderBody {BODY} at (8,8) size 769x497
-      RenderTable {TABLE} at (0,0) size 200x497 [border: (1px outset #808080)]
</del><ins>+layer at (0,0) size 785x453
+  RenderBlock {HTML} at (0,0) size 785x453
+    RenderBody {BODY} at (8,8) size 769x437
+      RenderTable {TABLE} at (0,0) size 200x437 [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 44x37
</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,19) size 0x18
</span><span class="cx">               RenderText {#text} at (1,37) size 22x18
</span><span class="cx">                 text run at (1,37) width 22: &quot;zap&quot;
</span><del>-        RenderTableSection {TBODY} at (1,323) size 198x173
-          RenderTableRow {TR} at (0,30) size 198x113
-            RenderTableCell {TD} at (30,30) size 54x113 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,323) size 198x113
+          RenderTableRow {TR} at (0,0) size 198x83
+            RenderTableCell {TD} at (30,-15) size 54x113 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 44x111
</span><span class="cx">                 text run at (1,1) width 43: &quot;foo&quot;
</span><span class="cx">                 text run at (1,38) width 41: &quot;bar&quot;
</span><span class="cx">                 text run at (1,75) width 44: &quot;baz&quot;
</span><del>-            RenderTableCell {TD} at (114,89) size 54x54 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (114,29) 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 16x37
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_aboveexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x153
-  RenderBlock {html} at (0,0) size 800x153
-    RenderBody {body} at (8,16) size 784x129
</del><ins>+layer at (0,0) size 800x143
+  RenderBlock {html} at (0,0) size 800x143
+    RenderBody {body} at (8,16) size 784x119
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 482x18
</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,34) size 188x95 [border: (1px solid #808080) none]
</del><ins>+      RenderTable {table} at (0,34) size 188x85 [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 60x20 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,71) size 188x24
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,65) size 188x20
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,25) size 188x46
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,25) size 188x40
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,24) size 188x20
-            RenderTableCell {td} at (2,24) size 60x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,20) size 188x18
+            RenderTableCell {td} at (2,19) size 60x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,24) size 60x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,19) size 60x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,24) size 60x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,19) size 60x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_belowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x153
-  RenderBlock {html} at (0,0) size 800x153
-    RenderBody {body} at (8,16) size 784x129
</del><ins>+layer at (0,0) size 800x143
+  RenderBlock {html} at (0,0) size 800x143
+    RenderBody {body} at (8,16) size 784x119
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 506x18
</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,34) size 188x95 [border: none (1px solid #808080) none]
</del><ins>+      RenderTable {table} at (0,34) size 188x85 [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 60x20 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,70) size 188x24
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,64) size 188x20
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,24) size 188x46
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,24) size 188x40
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,24) size 188x20
-            RenderTableCell {td} at (2,24) size 60x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,20) size 188x18
+            RenderTableCell {td} at (2,19) size 60x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,24) size 60x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,19) size 60x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,24) size 60x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,19) size 60x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_borderexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x154
-  RenderBlock {html} at (0,0) size 800x154
-    RenderBody {body} at (8,16) size 784x130
</del><ins>+layer at (0,0) size 800x144
+  RenderBlock {html} at (0,0) size 800x144
+    RenderBody {body} at (8,16) size 784x120
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 459x18
</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,34) size 190x96 [border: (1px solid #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 190x86 [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 60x20 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,71) size 188x24
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,65) size 188x20
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,25) size 188x46
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,25) size 188x40
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,24) size 188x20
-            RenderTableCell {td} at (2,24) size 60x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,20) size 188x18
+            RenderTableCell {td} at (2,19) size 60x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,24) size 60x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,19) size 60x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,24) size 60x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,19) size 60x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_boxexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x154
-  RenderBlock {html} at (0,0) size 800x154
-    RenderBody {body} at (8,16) size 784x130
</del><ins>+layer at (0,0) size 800x144
+  RenderBlock {html} at (0,0) size 800x144
+    RenderBody {body} at (8,16) size 784x120
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 459x18
</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,34) size 190x96 [border: (1px solid #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 190x86 [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 60x20 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,71) size 188x24
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,65) size 188x20
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,25) size 188x46
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,25) size 188x40
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,24) size 188x20
-            RenderTableCell {td} at (2,24) size 60x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,20) size 188x18
+            RenderTableCell {td} at (2,19) size 60x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,24) size 60x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,19) size 60x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,24) size 60x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,19) size 60x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_hsidesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x154
-  RenderBlock {html} at (0,0) size 800x154
-    RenderBody {body} at (8,16) size 784x130
</del><ins>+layer at (0,0) size 800x144
+  RenderBlock {html} at (0,0) size 800x144
+    RenderBody {body} at (8,16) size 784x120
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 563x18
</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,34) size 188x96 [border: (1px solid #808080) none (1px solid #808080) none]
</del><ins>+      RenderTable {table} at (0,34) size 188x86 [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 60x20 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,71) size 188x24
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,65) size 188x20
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,25) size 188x46
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,25) size 188x40
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,24) size 188x20
-            RenderTableCell {td} at (2,24) size 60x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,20) size 188x18
+            RenderTableCell {td} at (2,19) size 60x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,24) size 60x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,19) size 60x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,24) size 60x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,19) size 60x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_lhsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x152
-  RenderBlock {html} at (0,0) size 800x152
-    RenderBody {body} at (8,16) size 784x128
</del><ins>+layer at (0,0) size 800x142
+  RenderBlock {html} at (0,0) size 800x142
+    RenderBody {body} at (8,16) size 784x118
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 482x18
</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,34) size 189x94 [border: none (1px solid #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 189x84 [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 60x20 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,70) size 188x24
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,64) size 188x20
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,24) size 188x46
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,24) size 188x40
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,24) size 188x20
-            RenderTableCell {td} at (2,24) size 60x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,20) size 188x18
+            RenderTableCell {td} at (2,19) size 60x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,24) size 60x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,19) size 60x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,24) size 60x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,19) size 60x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_rhsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x152
-  RenderBlock {html} at (0,0) size 800x152
-    RenderBody {body} at (8,16) size 784x128
</del><ins>+layer at (0,0) size 800x142
+  RenderBlock {html} at (0,0) size 800x142
+    RenderBody {body} at (8,16) size 784x118
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 491x18
</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,34) size 189x94 [border: none (1px solid #808080) none]
</del><ins>+      RenderTable {table} at (0,34) size 189x84 [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 60x20 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (0,70) size 188x24
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,64) size 188x20
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (0,24) size 188x46
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,24) size 188x40
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,24) size 188x20
-            RenderTableCell {td} at (2,24) size 60x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,20) size 188x18
+            RenderTableCell {td} at (2,19) size 60x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,24) size 60x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,19) size 60x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,24) size 60x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,19) size 60x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresmarvinx_table_frame_vsidesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</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 800x152
-  RenderBlock {html} at (0,0) size 800x152
-    RenderBody {body} at (8,16) size 784x128
</del><ins>+layer at (0,0) size 800x142
+  RenderBlock {html} at (0,0) size 800x142
+    RenderBody {body} at (8,16) size 784x118
</ins><span class="cx">       RenderBlock {p} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 548x18
</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,34) size 190x94 [border: none (1px solid #808080) none (1px solid #808080)]
</del><ins>+      RenderTable {table} at (0,34) size 190x84 [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 60x20 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 58x18
</span><span class="cx">                 text run at (1,1) width 58: &quot;THEAD&quot;
</span><del>-        RenderTableSection {tfoot} at (1,70) size 188x24
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (1,64) size 188x20
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                 text run at (1,1) width 53: &quot;TFOOT&quot;
</span><del>-        RenderTableSection {tbody} at (1,24) size 188x46
-          RenderTableRow {tr} at (0,2) size 188x20
-            RenderTableCell {td} at (2,2) size 60x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (1,24) size 188x40
+          RenderTableRow {tr} at (0,0) size 188x18
+            RenderTableCell {td} at (2,-1) size 60x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,2) size 60x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,-1) size 60x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,2) size 60x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,-1) size 60x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-          RenderTableRow {tr} at (0,24) size 188x20
-            RenderTableCell {td} at (2,24) size 60x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {tr} at (0,20) size 188x18
+            RenderTableCell {td} at (2,19) size 60x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (64,24) size 60x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (64,19) size 60x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span><del>-            RenderTableCell {td} at (126,24) size 60x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {td} at (126,19) size 60x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 57x18
</span><span class="cx">                 text run at (1,1) width 57: &quot;TBODY&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilla_expected_failuresothertest4expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt (159749 => 159750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt        2013-11-25 15:48:07 UTC (rev 159749)
+++ trunk/LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt        2013-11-25 16:04:59 UTC (rev 159750)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x2470
</del><ins>+layer at (0,0) size 785x2432
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x2470
-  RenderBlock {HTML} at (0,0) size 785x2470
-    RenderBody {BODY} at (8,8) size 769x2446
</del><ins>+layer at (0,0) size 785x2432
+  RenderBlock {HTML} at (0,0) size 785x2432
+    RenderBody {BODY} at (8,8) size 769x2408
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x37
</span><span class="cx">         RenderText {#text} at (0,0) size 432x37
</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,776) size 769x18
</span><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,794) size 190x428
-        RenderBlock {CAPTION} at (0,392) size 190x18
</del><ins>+      RenderTable {TABLE} at (0,794) size 190x390
+        RenderBlock {CAPTION} at (0,354) size 190x18
</ins><span class="cx">           RenderText {#text} at (2,0) size 186x18
</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 190x19
</span><span class="lines">@@ -203,228 +203,228 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 92x15 [r=0 c=0 rs=1 cs=2]
</span><span class="cx">               RenderText {#text} at (1,1) size 47x13
</span><span class="cx">                 text run at (1,1) width 47: &quot;HEADER&quot;
</span><del>-        RenderTableSection {TBODY} at (0,19) size 190x354 [border: (1px solid #000000)]
-          RenderTableRow {TR} at (0,2) size 190x20
-            RenderTableCell {TD} at (2,2) size 45x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,19) size 190x320 [border: (1px solid #000000)]
+          RenderTableRow {TR} at (0,0) size 190x18
+            RenderTableCell {TD} at (2,-1) size 45x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-00&quot;
</span><del>-            RenderTableCell {TD} at (49,2) size 45x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,-1) size 45x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-01&quot;
</span><del>-            RenderTableCell {TD} at (96,2) size 45x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,-1) size 45x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-02&quot;
</span><del>-            RenderTableCell {TD} at (143,2) size 45x20 [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,-1) size 45x20 [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-03&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 190x20
-            RenderTableCell {TD} at (2,24) size 45x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,20) size 190x18
+            RenderTableCell {TD} at (2,19) size 45x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-10&quot;
</span><del>-            RenderTableCell {TD} at (49,24) size 45x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,19) size 45x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-11&quot;
</span><del>-            RenderTableCell {TD} at (96,24) size 45x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,19) size 45x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-12&quot;
</span><del>-            RenderTableCell {TD} at (143,24) size 45x20 [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,19) size 45x20 [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-13&quot;
</span><del>-          RenderTableRow {TR} at (0,46) size 190x20
-            RenderTableCell {TD} at (2,46) size 45x20 [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,40) size 190x18
+            RenderTableCell {TD} at (2,39) size 45x20 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-20&quot;
</span><del>-            RenderTableCell {TD} at (49,46) size 45x20 [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,39) size 45x20 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-21&quot;
</span><del>-            RenderTableCell {TD} at (96,46) size 45x20 [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,39) size 45x20 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-22&quot;
</span><del>-            RenderTableCell {TD} at (143,46) size 45x20 [r=2 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,39) size 45x20 [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-23&quot;
</span><del>-          RenderTableRow {TR} at (0,68) size 190x20
-            RenderTableCell {TD} at (2,68) size 45x20 [r=3 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,60) size 190x18
+            RenderTableCell {TD} at (2,59) size 45x20 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-30&quot;
</span><del>-            RenderTableCell {TD} at (49,68) size 45x20 [r=3 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,59) size 45x20 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-31&quot;
</span><del>-            RenderTableCell {TD} at (96,68) size 45x20 [r=3 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,59) size 45x20 [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-32&quot;
</span><del>-            RenderTableCell {TD} at (143,68) size 45x20 [r=3 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,59) size 45x20 [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-33&quot;
</span><del>-          RenderTableRow {TR} at (0,90) size 190x20
-            RenderTableCell {TD} at (2,90) size 45x20 [r=4 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,80) size 190x18
+            RenderTableCell {TD} at (2,79) size 45x20 [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-40&quot;
</span><del>-            RenderTableCell {TD} at (49,90) size 45x20 [r=4 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,79) size 45x20 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-41&quot;
</span><del>-            RenderTableCell {TD} at (96,90) size 45x20 [r=4 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,79) size 45x20 [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-42&quot;
</span><del>-            RenderTableCell {TD} at (143,90) size 45x20 [r=4 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,79) size 45x20 [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-43&quot;
</span><del>-          RenderTableRow {TR} at (0,112) size 190x20
-            RenderTableCell {TD} at (2,112) size 45x20 [r=5 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,100) size 190x18
+            RenderTableCell {TD} at (2,99) size 45x20 [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-50&quot;
</span><del>-            RenderTableCell {TD} at (49,112) size 45x20 [r=5 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,99) size 45x20 [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-51&quot;
</span><del>-            RenderTableCell {TD} at (96,112) size 45x20 [r=5 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,99) size 45x20 [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-52&quot;
</span><del>-            RenderTableCell {TD} at (143,112) size 45x20 [r=5 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,99) size 45x20 [r=5 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-53&quot;
</span><del>-          RenderTableRow {TR} at (0,134) size 190x20
-            RenderTableCell {TD} at (2,134) size 45x20 [r=6 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,120) size 190x18
+            RenderTableCell {TD} at (2,119) size 45x20 [r=6 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-60&quot;
</span><del>-            RenderTableCell {TD} at (49,134) size 45x20 [r=6 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,119) size 45x20 [r=6 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-61&quot;
</span><del>-            RenderTableCell {TD} at (96,134) size 45x20 [r=6 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,119) size 45x20 [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-62&quot;
</span><del>-            RenderTableCell {TD} at (143,134) size 45x20 [r=6 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,119) size 45x20 [r=6 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-63&quot;
</span><del>-          RenderTableRow {TR} at (0,156) size 190x20
-            RenderTableCell {TD} at (2,156) size 45x20 [r=7 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,140) size 190x18
+            RenderTableCell {TD} at (2,139) size 45x20 [r=7 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-70&quot;
</span><del>-            RenderTableCell {TD} at (49,156) size 45x20 [r=7 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,139) size 45x20 [r=7 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-71&quot;
</span><del>-            RenderTableCell {TD} at (96,156) size 45x20 [r=7 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,139) size 45x20 [r=7 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-72&quot;
</span><del>-            RenderTableCell {TD} at (143,156) size 45x20 [r=7 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,139) size 45x20 [r=7 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-73&quot;
</span><del>-          RenderTableRow {TR} at (0,178) size 190x20
-            RenderTableCell {TD} at (2,178) size 45x20 [r=8 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,160) size 190x18
+            RenderTableCell {TD} at (2,159) size 45x20 [r=8 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-80&quot;
</span><del>-            RenderTableCell {TD} at (49,178) size 45x20 [r=8 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,159) size 45x20 [r=8 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-81&quot;
</span><del>-            RenderTableCell {TD} at (96,178) size 45x20 [r=8 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,159) size 45x20 [r=8 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-82&quot;
</span><del>-            RenderTableCell {TD} at (143,178) size 45x20 [r=8 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,159) size 45x20 [r=8 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-83&quot;
</span><del>-          RenderTableRow {TR} at (0,200) size 190x20
-            RenderTableCell {TD} at (2,200) size 45x20 [r=9 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,180) size 190x18
+            RenderTableCell {TD} at (2,179) size 45x20 [r=9 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-90&quot;
</span><del>-            RenderTableCell {TD} at (49,200) size 45x20 [r=9 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,179) size 45x20 [r=9 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-91&quot;
</span><del>-            RenderTableCell {TD} at (96,200) size 45x20 [r=9 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,179) size 45x20 [r=9 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-92&quot;
</span><del>-            RenderTableCell {TD} at (143,200) size 45x20 [r=9 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,179) size 45x20 [r=9 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-93&quot;
</span><del>-          RenderTableRow {TR} at (0,222) size 190x20
-            RenderTableCell {TD} at (2,222) size 45x20 [r=10 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,200) size 190x18
+            RenderTableCell {TD} at (2,199) size 45x20 [r=10 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x18
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-a0&quot;
</span><del>-            RenderTableCell {TD} at (49,222) size 45x20 [r=10 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,199) size 45x20 [r=10 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x18
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-a1&quot;
</span><del>-            RenderTableCell {TD} at (96,222) size 45x20 [r=10 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,199) size 45x20 [r=10 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x18
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-a2&quot;
</span><del>-            RenderTableCell {TD} at (143,222) size 45x20 [r=10 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,199) size 45x20 [r=10 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x18
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-a3&quot;
</span><del>-          RenderTableRow {TR} at (0,244) size 190x20
-            RenderTableCell {TD} at (2,244) size 45x20 [r=11 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,220) size 190x18
+            RenderTableCell {TD} at (2,219) size 45x20 [r=11 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-b0&quot;
</span><del>-            RenderTableCell {TD} at (49,244) size 45x20 [r=11 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,219) size 45x20 [r=11 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-b1&quot;
</span><del>-            RenderTableCell {TD} at (96,244) size 45x20 [r=11 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,219) size 45x20 [r=11 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-b2&quot;
</span><del>-            RenderTableCell {TD} at (143,244) size 45x20 [r=11 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,219) size 45x20 [r=11 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-b3&quot;
</span><del>-          RenderTableRow {TR} at (0,266) size 190x20
-            RenderTableCell {TD} at (2,266) size 45x20 [r=12 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,240) size 190x18
+            RenderTableCell {TD} at (2,239) size 45x20 [r=12 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x18
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-c0&quot;
</span><del>-            RenderTableCell {TD} at (49,266) size 45x20 [r=12 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,239) size 45x20 [r=12 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x18
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-c1&quot;
</span><del>-            RenderTableCell {TD} at (96,266) size 45x20 [r=12 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,239) size 45x20 [r=12 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x18
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-c2&quot;
</span><del>-            RenderTableCell {TD} at (143,266) size 45x20 [r=12 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,239) size 45x20 [r=12 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x18
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-c3&quot;
</span><del>-          RenderTableRow {TR} at (0,288) size 190x20
-            RenderTableCell {TD} at (2,288) size 45x20 [r=13 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,260) size 190x18
+            RenderTableCell {TD} at (2,259) size 45x20 [r=13 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-d0&quot;
</span><del>-            RenderTableCell {TD} at (49,288) size 45x20 [r=13 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,259) size 45x20 [r=13 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-d1&quot;
</span><del>-            RenderTableCell {TD} at (96,288) size 45x20 [r=13 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,259) size 45x20 [r=13 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-d2&quot;
</span><del>-            RenderTableCell {TD} at (143,288) size 45x20 [r=13 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,259) size 45x20 [r=13 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 43x18
</span><span class="cx">                 text run at (1,1) width 43: &quot;cell-d3&quot;
</span><del>-          RenderTableRow {TR} at (0,310) size 190x20
-            RenderTableCell {TD} at (2,310) size 45x20 [r=14 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,280) size 190x18
+            RenderTableCell {TD} at (2,279) size 45x20 [r=14 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x18
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-e0&quot;
</span><del>-            RenderTableCell {TD} at (49,310) size 45x20 [r=14 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,279) size 45x20 [r=14 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x18
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-e1&quot;
</span><del>-            RenderTableCell {TD} at (96,310) size 45x20 [r=14 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,279) size 45x20 [r=14 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x18
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-e2&quot;
</span><del>-            RenderTableCell {TD} at (143,310) size 45x20 [r=14 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,279) size 45x20 [r=14 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 42x18
</span><span class="cx">                 text run at (1,1) width 42: &quot;cell-e3&quot;
</span><del>-          RenderTableRow {TR} at (0,332) size 190x20
-            RenderTableCell {TD} at (2,332) size 45x20 [r=15 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,300) size 190x18
+            RenderTableCell {TD} at (2,299) size 45x20 [r=15 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x18
</span><span class="cx">                 text run at (1,1) width 40: &quot;cell-f0&quot;
</span><del>-            RenderTableCell {TD} at (49,332) size 45x20 [r=15 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (49,299) size 45x20 [r=15 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x18
</span><span class="cx">                 text run at (1,1) width 40: &quot;cell-f1&quot;
</span><del>-            RenderTableCell {TD} at (96,332) size 45x20 [r=15 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (96,299) size 45x20 [r=15 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x18
</span><span class="cx">                 text run at (1,1) width 40: &quot;cell-f2&quot;
</span><del>-            RenderTableCell {TD} at (143,332) size 45x20 [r=15 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (143,299) size 45x20 [r=15 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 40x18
</span><span class="cx">                 text run at (1,1) width 40: &quot;cell-f3&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,373) size 190x19
-          RenderTableRow {TR} at (0,2) size 190x15
-            RenderTableCell {TD} at (2,2) size 92x15 [r=0 c=0 rs=1 cs=2]
</del><ins>+        RenderTableSection {TFOOT} at (0,339) size 190x15
+          RenderTableRow {TR} at (0,0) size 190x13
+            RenderTableCell {TD} at (2,-1) size 92x15 [r=0 c=0 rs=1 cs=2]
</ins><span class="cx">               RenderText {#text} at (1,1) size 47x13
</span><span class="cx">                 text run at (1,1) width 47: &quot;FOOTER&quot;
</span><del>-        RenderBlock {CAPTION} at (0,410) size 190x18
</del><ins>+        RenderBlock {CAPTION} at (0,372) size 190x18
</ins><span class="cx">           RenderText {#text} at (2,0) size 186x18
</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,1222) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1184) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 614x18
</span><span class="cx">           text run at (0,18) 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,1258) size 204x18
</del><ins>+      RenderTable at (0,1220) size 204x18
</ins><span class="cx">         RenderTableSection (anonymous) at (0,0) size 204x18
</span><span class="cx">           RenderTableRow {UL} at (0,0) size 204x18 [bgcolor=#FFA500]
</span><span class="cx">             RenderTableCell {LI} at (0,0) size 34x18 [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 36x18 [r=0 c=4 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 36x18
</span><span class="cx">                 text run at (0,0) width 36: &quot;FIVE&quot;
</span><del>-      RenderBlock (anonymous) at (0,1276) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1238) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 660x18
</span><span class="cx">           text run at (0,18) 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,1312) size 230x18
</del><ins>+      RenderTable at (0,1274) size 230x18
</ins><span class="cx">         RenderTableSection {UL} at (0,0) size 230x18
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 230x18
</span><span class="cx">             RenderTableCell {LI} at (0,0) size 34x18 [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 26x18 [bgcolor=#FFA500] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 26x18
</span><span class="cx">                 text run at (0,0) width 26: &quot;SIX&quot;
</span><del>-      RenderBlock (anonymous) at (0,1330) size 769x36
</del><ins>+      RenderBlock (anonymous) at (0,1292) size 769x36
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><span class="cx">         RenderText {#text} at (0,18) size 407x18
</span><span class="cx">           text run at (0,18) width 407: &quot;This is like the previous table plus the list's overflow property set&quot;
</span><del>-      RenderTable at (0,1366) size 230x18
</del><ins>+      RenderTable at (0,1328) size 230x18
</ins><span class="cx">         RenderTableSection {UL} at (0,0) size 230x18
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 230x18
</span><span class="cx">             RenderTableCell {LI} at (0,0) size 34x18 [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 26x18 [bgcolor=#FFA500] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 26x18
</span><span class="cx">                 text run at (0,0) width 26: &quot;SIX&quot;
</span><del>-      RenderBlock (anonymous) at (0,1384) size 769x18
</del><ins>+      RenderBlock (anonymous) at (0,1346) size 769x18
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderBlock {P} at (0,1418) size 769x224
</del><ins>+      RenderBlock {P} at (0,1380) size 769x224
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 430x18
</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,50) size 66x22 [border: (1px inset #808080)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                   text run at (2,2) width 27: &quot;C33&quot;
</span><del>-      RenderBlock {P} at (0,1658) size 769x234
</del><ins>+      RenderBlock {P} at (0,1620) size 769x234
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 750x18
</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,66) size 31x22 [border: (1px inset #808080)] [r=3 c=3 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (2,2) size 27x18
</span><span class="cx">                   text run at (2,2) width 27: &quot;C44&quot;
</span><del>-      RenderBlock {P} at (0,1908) size 769x270
</del><ins>+      RenderBlock {P} at (0,1870) size 769x270
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x18
</span><span class="cx">           RenderText {#text} at (0,0) size 459x18
</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,252) size 769x18
</span><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderBlock {P} at (0,2194) size 769x252
</del><ins>+      RenderBlock {P} at (0,2156) size 769x252
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 769x36
</span><span class="cx">           RenderText {#text} at (0,0) size 755x36
</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>