<!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>[159747] trunk</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/159747">159747</a></dd>
<dt>Author</dt> <dd>ossy@webkit.org</dd>
<dt>Date</dt> <dd>2013-11-25 06:57:38 -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.

Source/WebCore:

Based on Chromium fix https://chromium.googlesource.com/chromium/blink/+/eb615069267f895c59bc576f9d65b3fa5add41e9

Rebaseline needed for table related tests (100+).

* rendering/RenderTableSection.cpp:
(WebCore::RenderTableSection::calcRowLogicalHeight):

LayoutTests:

First tuple of rebaselined tests for mac. Rebaseline needed for table related tests (100+).

* fast/table/anonymous-table-section-removed.html:
* platform/mac/accessibility/table-detection-expected.txt:
* platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
* platform/mac/fast/forms/input-value-expected.txt:
* platform/mac/fast/table/011-expected.txt:
* platform/mac/fast/table/border-collapsing/004-expected.txt:
* platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/mac/fast/table/floating-th-expected.txt:
* platform/mac/fast/table/frame-and-rules-expected.txt:
* platform/mac/fast/table/multiple-captions-display-expected.txt:
* platform/mac/fast/table/rowindex-expected.txt:
* platform/mac/fast/table/table-display-types-expected.txt:
* platform/mac/fast/table/table-display-types-strict-expected.txt:
* platform/mac/fast/table/table-display-types-vertical-expected.txt:
* platform/mac/fast/table/tableInsideCaption-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
* platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3263-expected.txt:
* platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
* platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
* platform/mac/tables/mozilla/marvin/body_tfoot-expected.txt:
* platform/mac/tables/mozilla/marvin/body_thead-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsfasttableanonymoustablesectionremovedhtml">trunk/LayoutTests/fast/table/anonymous-table-section-removed.html</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilitytabledetectionexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaceditingdeletingdeletionUIsingleinstanceexpectedtxt">trunk/LayoutTests/platform/mac/editing/deleting/deletionUI-single-instance-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastformsinputvalueexpectedtxt">trunk/LayoutTests/platform/mac/fast/forms/input-value-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttable011expectedtxt">trunk/LayoutTests/platform/mac/fast/table/011-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsing004expectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablebordercollapsing004verticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablefloatingthexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/floating-th-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttableframeandrulesexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablemultiplecaptionsdisplayexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/multiple-captions-display-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttablerowindexexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/rowindex-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletabledisplaytypesexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-display-types-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletabledisplaytypesstrictexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletabledisplaytypesverticalexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/table-display-types-vertical-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfasttabletableInsideCaptionexpectedtxt">trunk/LayoutTests/platform/mac/fast/table/tableInsideCaption-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug102961expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug13118expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug13118-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug190611expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillabugsbug3263expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3263-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozilladomappendTbodyExpand1expectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinbackgr_layersopacityexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinbackgr_positiontableexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinbackgr_simpletablecellexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinbackgr_simpletablecolumnexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinbackgr_simpletablecolumngroupexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinbackgr_simpletableexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinbackgr_simpletablerowexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinbackgr_simpletablerowgroupexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinbody_tfootexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/body_tfoot-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmactablesmozillamarvinbody_theadexpectedtxt">trunk/LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTableSectioncpp">trunk/Source/WebCore/rendering/RenderTableSection.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/ChangeLog        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -1,3 +1,43 @@
</span><ins>+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.
+
+        First tuple of rebaselined tests for mac. Rebaseline needed for table related tests (100+).
+
+        * fast/table/anonymous-table-section-removed.html:
+        * platform/mac/accessibility/table-detection-expected.txt:
+        * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
+        * platform/mac/fast/forms/input-value-expected.txt:
+        * platform/mac/fast/table/011-expected.txt:
+        * platform/mac/fast/table/border-collapsing/004-expected.txt:
+        * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
+        * platform/mac/fast/table/floating-th-expected.txt:
+        * platform/mac/fast/table/frame-and-rules-expected.txt:
+        * platform/mac/fast/table/multiple-captions-display-expected.txt:
+        * platform/mac/fast/table/rowindex-expected.txt:
+        * platform/mac/fast/table/table-display-types-expected.txt:
+        * platform/mac/fast/table/table-display-types-strict-expected.txt:
+        * platform/mac/fast/table/table-display-types-vertical-expected.txt:
+        * platform/mac/fast/table/tableInsideCaption-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug13118-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt:
+        * platform/mac/tables/mozilla/bugs/bug3263-expected.txt:
+        * platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
+        * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
+        * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt:
+        * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
+        * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
+        * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
+        * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt:
+        * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
+        * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
+        * platform/mac/tables/mozilla/marvin/body_tfoot-expected.txt:
+        * platform/mac/tables/mozilla/marvin/body_thead-expected.txt:
+
</ins><span class="cx"> 2013-11-25  Andres Gomez  &lt;agomez@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GStreamer] Seeking fails on media content provided by servers not supporting Range requests
</span></span></pre></div>
<a id="trunkLayoutTestsfasttableanonymoustablesectionremovedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/table/anonymous-table-section-removed.html (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/table/anonymous-table-section-removed.html        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/fast/table/anonymous-table-section-removed.html        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -14,7 +14,7 @@
</span><span class="cx">     &lt;/style&gt;
</span><span class="cx">   &lt;/head&gt;
</span><span class="cx">   &lt;body id=&quot;body&quot;&gt;
</span><del>-    &lt;table id=&quot;table&quot; data-expected-height=&quot;34&quot;&gt;&lt;/table&gt;
</del><ins>+    &lt;table id=&quot;table&quot; data-expected-height=&quot;30&quot;&gt;&lt;/table&gt;
</ins><span class="cx">   &lt;/body&gt;
</span><span class="cx">   &lt;script src=&quot;../../resources/check-layout.js&quot;&gt;&lt;/script&gt;
</span><span class="cx">   &lt;script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilitytabledetectionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -7,7 +7,7 @@
</span><span class="cx"> AXChildren: &lt;array of size 5&gt;
</span><span class="cx"> AXHelp: 
</span><span class="cx"> AXParent: &lt;AXTable&gt;
</span><del>-AXSize: NSSize: {62, 48}
</del><ins>+AXSize: NSSize: {62, 44}
</ins><span class="cx"> AXTitle: 
</span><span class="cx"> AXDescription: 
</span><span class="cx"> AXValue: 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaceditingdeletingdeletionUIsingleinstanceexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/editing/deleting/deletionUI-single-instance-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/editing/deleting/deletionUI-single-instance-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/editing/deleting/deletionUI-single-instance-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -9,12 +9,12 @@
</span><span class="cx">           text run at (457,0) width 325: &quot;This test makes sure that we don't make the mistake&quot;
</span><span class="cx">           text run at (0,18) width 738: &quot;of adding new m_containerElements to the DeletionUI over and over again. A successful run of the test will not have&quot;
</span><span class="cx">           text run at (0,36) width 450: &quot;multiple instances of deletion UI render objects at the same coordinates:&quot;
</span><del>-      RenderBlock {DIV} at (0,70) size 784x114
-layer at (24,94) size 752x82 layerType: background only
-layer at (20,90) size 760x90
-  RenderBlock (positioned) zI: -1000000 {DIV} at (-4,-4) size 760x90 [border: (4px solid #00000099)]
-layer at (24,94) size 752x82 layerType: foreground only
-  RenderTable {TABLE} at (16,16) size 752x82
</del><ins>+      RenderBlock {DIV} at (0,70) size 784x110
+layer at (24,94) size 752x78 layerType: background only
+layer at (20,90) size 760x86
+  RenderBlock (positioned) zI: -1000000 {DIV} at (-4,-4) size 760x86 [border: (4px solid #00000099)]
+layer at (24,94) size 752x78 layerType: foreground only
+  RenderTable {TABLE} at (16,16) size 752x78
</ins><span class="cx">     RenderTableSection {TBODY} at (0,0) size 752x78
</span><span class="cx">       RenderTableRow {TR} at (0,2) size 752x74
</span><span class="cx">         RenderTableCell {TD} at (2,2) size 748x74 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -26,9 +26,9 @@
</span><span class="cx">             text run at (1,37) width 715: &quot;lectus. Pellentesque enim. Mauris hendrerit molestie dui. Etiam pretium ligula a pede. Fusce consectetuer purus sit&quot;
</span><span class="cx">             text run at (716,37) width 4: &quot; &quot;
</span><span class="cx">             text run at (1,55) width 353: &quot;amet sem. Morbi tincidunt mollis libero. Maecenas mole&quot;
</span><del>-    RenderTableSection (anonymous) at (0,78) size 752x4
-      RenderTableRow (anonymous) at (0,2) size 752x0
-        RenderTableCell (anonymous) at (2,2) size 748x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+    RenderTableSection (anonymous) at (0,78) size 752x0
+      RenderTableRow (anonymous) at (0,0) size 752x-2
+        RenderTableCell (anonymous) at (2,0) size 748x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx"> layer at (7,79) size 30x30
</span><span class="cx">   RenderImage zI: 1000000 {IMG} at (-17,-15) size 30x30
</span><span class="cx"> caret: position 403 of child 0 {#text} of child 1 {TD} of child 0 {TR} of child 1 {TBODY} of child 1 {TABLE} of child 3 {DIV} of body
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastformsinputvalueexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/forms/input-value-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/forms/input-value-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/fast/forms/input-value-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -11,8 +11,8 @@
</span><span class="cx">         RenderText {#text} at (0,0) size 713x18
</span><span class="cx">           text run at (0,0) width 713: &quot;Results that match Gecko are like WinIE, but with \&quot;before\&quot; for the attribute in the first two rows and the last row.&quot;
</span><span class="cx">       RenderBlock {HR} at (0,86) size 784x2 [border: (1px inset #000000)]
</span><del>-      RenderBlock {FORM} at (0,96) size 784x368
-        RenderTable {TABLE} at (0,0) size 761x368
</del><ins>+      RenderBlock {FORM} at (0,96) size 784x338
+        RenderTable {TABLE} at (0,0) size 761x338
</ins><span class="cx">           RenderTableSection {THEAD} at (0,0) size 761x24
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 761x20
</span><span class="cx">               RenderTableCell {TH} at (2,2) size 385x20 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -27,196 +27,196 @@
</span><span class="cx">               RenderTableCell {TH} at (698,2) size 61x20 [r=0 c=3 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;attribute&quot;
</span><del>-          RenderTableSection {TBODY} at (0,24) size 761x344
-            RenderTableRow {TR} at (0,2) size 761x25
-              RenderTableCell {TD} at (2,4) size 385x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (0,24) size 761x314
+            RenderTableRow {TR} at (0,0) size 761x23
+              RenderTableCell {TD} at (2,1) size 385x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 207x18
</span><span class="cx">                   text run at (1,1) width 207: &quot;text with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (389,2) size 243x25 [r=0 c=1 rs=1 cs=1]
-                RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-              RenderTableCell {TD} at (634,4) size 62x20 [r=0 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,-1) size 243x25 [r=0 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (634,1) size 62x20 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,4) size 61x20 [r=0 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,1) size 61x20 [r=0 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;before&quot;
</span><del>-            RenderTableRow {TR} at (0,29) size 761x25
-              RenderTableCell {TD} at (2,31) size 385x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,25) size 761x23
+              RenderTableCell {TD} at (2,26) size 385x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 244x18
</span><span class="cx">                   text run at (1,1) width 244: &quot;password with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (389,29) size 243x25 [r=1 c=1 rs=1 cs=1]
-                RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-              RenderTableCell {TD} at (634,31) size 62x20 [r=1 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,24) size 243x25 [r=1 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (634,26) size 62x20 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,31) size 61x20 [r=1 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,26) size 61x20 [r=1 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;before&quot;
</span><del>-            RenderTableRow {TR} at (0,56) size 761x20
-              RenderTableCell {TD} at (2,56) size 385x20 [r=2 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,50) size 761x18
+              RenderTableCell {TD} at (2,49) size 385x20 [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 249x18
</span><span class="cx">                   text run at (1,1) width 249: &quot;check box with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (389,56) size 243x20 [r=2 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,49) size 243x20 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 12x12
</span><del>-              RenderTableCell {TD} at (634,56) size 62x20 [r=2 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (634,49) size 62x20 [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,56) size 61x20 [r=2 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,49) size 61x20 [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,78) size 761x20
-              RenderTableCell {TD} at (2,78) size 385x20 [r=3 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,70) size 761x18
+              RenderTableCell {TD} at (2,69) size 385x20 [r=3 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 227x18
</span><span class="cx">                   text run at (1,1) width 227: &quot;hidden with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (389,87) size 243x2 [r=3 c=1 rs=1 cs=1]
-              RenderTableCell {TD} at (634,78) size 62x20 [r=3 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,78) size 243x2 [r=3 c=1 rs=1 cs=1]
+              RenderTableCell {TD} at (634,69) size 62x20 [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,78) size 61x20 [r=3 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,69) size 61x20 [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,100) size 761x24
-              RenderTableCell {TD} at (2,102) size 385x20 [r=4 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,90) size 761x22
+              RenderTableCell {TD} at (2,91) size 385x20 [r=4 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 224x18
</span><span class="cx">                   text run at (1,1) width 224: &quot;button with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (389,100) size 243x24 [r=4 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,89) size 243x24 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderButton {INPUT} at (3,3) size 41x18 [bgcolor=#C0C0C0]
</span><span class="cx">                   RenderBlock (anonymous) at (8,2) size 25x13
</span><span class="cx">                     RenderText at (0,0) size 25x13
</span><span class="cx">                       text run at (0,0) width 25: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (634,102) size 62x20 [r=4 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (634,91) size 62x20 [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,102) size 61x20 [r=4 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,91) size 61x20 [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,126) size 761x20
-              RenderTableCell {TD} at (2,126) size 385x20 [r=5 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,114) size 761x18
+              RenderTableCell {TD} at (2,113) size 385x20 [r=5 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 222x18
</span><span class="cx">                   text run at (1,1) width 222: &quot;image with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (389,126) size 243x19 [r=5 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,114) size 243x19 [r=5 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderImage {INPUT} at (1,1) size 39x17
</span><del>-              RenderTableCell {TD} at (634,126) size 62x20 [r=5 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (634,113) size 62x20 [r=5 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,126) size 61x20 [r=5 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,113) size 61x20 [r=5 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,148) size 761x21
-              RenderTableCell {TD} at (2,148) size 385x20 [r=6 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,134) size 761x19
+              RenderTableCell {TD} at (2,134) size 385x20 [r=6 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 216x18
</span><span class="cx">                   text run at (1,1) width 216: &quot;radio with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (389,148) size 243x21 [r=6 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,133) size 243x21 [r=6 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 12x13
</span><del>-              RenderTableCell {TD} at (634,148) size 62x20 [r=6 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (634,134) size 62x20 [r=6 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,148) size 61x20 [r=6 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,134) size 61x20 [r=6 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,171) size 761x25
-              RenderTableCell {TD} at (2,173) size 385x20 [r=7 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,155) size 761x23
+              RenderTableCell {TD} at (2,156) size 385x20 [r=7 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 205x18
</span><span class="cx">                   text run at (1,1) width 205: &quot;text with value attribute changed&quot;
</span><del>-              RenderTableCell {TD} at (389,171) size 243x25 [r=7 c=1 rs=1 cs=1]
-                RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-              RenderTableCell {TD} at (634,173) size 62x20 [r=7 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,154) size 243x25 [r=7 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (634,156) size 62x20 [r=7 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,173) size 61x20 [r=7 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,156) size 61x20 [r=7 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,198) size 761x20
-              RenderTableCell {TD} at (2,198) size 385x20 [r=8 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,180) size 761x18
+              RenderTableCell {TD} at (2,179) size 385x20 [r=8 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 247x18
</span><span class="cx">                   text run at (1,1) width 247: &quot;check box with value attribute changed&quot;
</span><del>-              RenderTableCell {TD} at (389,198) size 243x20 [r=8 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,179) size 243x20 [r=8 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 12x12
</span><del>-              RenderTableCell {TD} at (634,198) size 62x20 [r=8 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (634,179) size 62x20 [r=8 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,198) size 61x20 [r=8 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,179) size 61x20 [r=8 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,220) size 761x20
-              RenderTableCell {TD} at (2,220) size 385x20 [r=9 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,200) size 761x18
+              RenderTableCell {TD} at (2,199) size 385x20 [r=9 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 383x18
</span><span class="cx">                   text run at (1,1) width 383: &quot;text with value property changed, then turned into check box&quot;
</span><del>-              RenderTableCell {TD} at (389,220) size 243x20 [r=9 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,199) size 243x20 [r=9 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 12x12
</span><del>-              RenderTableCell {TD} at (634,220) size 62x20 [r=9 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (634,199) size 62x20 [r=9 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,220) size 61x20 [r=9 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,199) size 61x20 [r=9 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,242) size 761x25
-              RenderTableCell {TD} at (2,244) size 385x20 [r=10 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,220) size 761x23
+              RenderTableCell {TD} at (2,221) size 385x20 [r=10 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 383x18
</span><span class="cx">                   text run at (1,1) width 383: &quot;check box with value property changed, then turned into text&quot;
</span><del>-              RenderTableCell {TD} at (389,242) size 243x25 [r=10 c=1 rs=1 cs=1]
-                RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-              RenderTableCell {TD} at (634,244) size 62x20 [r=10 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,219) size 243x25 [r=10 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (634,221) size 62x20 [r=10 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,244) size 61x20 [r=10 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,221) size 61x20 [r=10 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,269) size 761x20
-              RenderTableCell {TD} at (2,269) size 385x20 [r=11 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,245) size 761x18
+              RenderTableCell {TD} at (2,244) size 385x20 [r=11 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 381x18
</span><span class="cx">                   text run at (1,1) width 381: &quot;text with value attribute changed, then turned into check box&quot;
</span><del>-              RenderTableCell {TD} at (389,269) size 243x20 [r=11 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,244) size 243x20 [r=11 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderBlock {INPUT} at (3,4) size 12x12
</span><del>-              RenderTableCell {TD} at (634,269) size 62x20 [r=11 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (634,244) size 62x20 [r=11 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,269) size 61x20 [r=11 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,244) size 61x20 [r=11 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,291) size 761x25
-              RenderTableCell {TD} at (2,293) size 385x20 [r=12 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,265) size 761x23
+              RenderTableCell {TD} at (2,266) size 385x20 [r=12 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 381x18
</span><span class="cx">                   text run at (1,1) width 381: &quot;check box with value attribute changed, then turned into text&quot;
</span><del>-              RenderTableCell {TD} at (389,291) size 243x25 [r=12 c=1 rs=1 cs=1]
-                RenderTextControl {INPUT} at (3,3) size 146x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-              RenderTableCell {TD} at (634,293) size 62x20 [r=12 c=2 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,264) size 243x25 [r=12 c=1 rs=1 cs=1]
+                RenderTextControl {INPUT} at (3,3) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
+              RenderTableCell {TD} at (634,266) size 62x20 [r=12 c=2 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-              RenderTableCell {TD} at (698,293) size 61x20 [r=12 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (698,266) size 61x20 [r=12 c=3 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 28x18
</span><span class="cx">                   text run at (1,1) width 28: &quot;after&quot;
</span><del>-            RenderTableRow {TR} at (0,318) size 761x24
-              RenderTableCell {TD} at (2,320) size 385x20 [r=13 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,290) size 761x22
+              RenderTableCell {TD} at (2,291) size 385x20 [r=13 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 204x18
</span><span class="cx">                   text run at (1,1) width 204: &quot;file with value property changed&quot;
</span><del>-              RenderTableCell {TD} at (389,318) size 243x24 [r=13 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (389,289) size 243x24 [r=13 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderFileUploadControl {INPUT} at (3,3) size 237x18 &quot;no file selected&quot;
</span><span class="cx">                   RenderButton {INPUT} at (0,0) size 78x18 [bgcolor=#C0C0C0]
</span><span class="cx">                     RenderBlock (anonymous) at (8,2) size 62x13
</span><span class="cx">                       RenderText at (0,0) size 62x13
</span><span class="cx">                         text run at (0,0) width 62: &quot;Choose File&quot;
</span><del>-              RenderTableCell {TD} at (634,329) size 62x2 [r=13 c=2 rs=1 cs=1]
-              RenderTableCell {TD} at (698,320) size 61x20 [r=13 c=3 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (634,300) size 62x2 [r=13 c=2 rs=1 cs=1]
+              RenderTableCell {TD} at (698,291) size 61x20 [r=13 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;before&quot;
</span><del>-layer at (403,136) size 140x13
-  RenderBlock {DIV} at (3,3) size 140x13
</del><ins>+layer at (403,133) size 117x13
+  RenderBlock {DIV} at (3,3) size 117x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 35x13
</span><span class="cx">       text run at (0,0) width 35: &quot;before&quot;
</span><del>-layer at (403,163) size 140x13
-  RenderBlock {DIV} at (3,3) size 140x13
</del><ins>+layer at (403,158) size 117x13
+  RenderBlock {DIV} at (3,3) size 117x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 37x13
</span><span class="cx">       text run at (0,0) width 37: &quot;\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}\x{2022}&quot;
</span><del>-layer at (403,305) size 140x13
-  RenderBlock {DIV} at (3,3) size 140x13
</del><ins>+layer at (403,288) size 117x13
+  RenderBlock {DIV} at (3,3) size 117x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 25x13
</span><span class="cx">       text run at (0,0) width 25: &quot;after&quot;
</span><del>-layer at (403,376) size 140x13
-  RenderBlock {DIV} at (3,3) size 140x13
</del><ins>+layer at (403,353) size 117x13
+  RenderBlock {DIV} at (3,3) size 117x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 25x13
</span><span class="cx">       text run at (0,0) width 25: &quot;after&quot;
</span><del>-layer at (403,425) size 140x13
-  RenderBlock {DIV} at (3,3) size 140x13
</del><ins>+layer at (403,398) size 117x13
+  RenderBlock {DIV} at (3,3) size 117x13
</ins><span class="cx">     RenderText {#text} at (0,0) size 25x13
</span><span class="cx">       text run at (0,0) width 25: &quot;after&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttable011expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/011-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/011-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/fast/table/011-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</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 800x88
-  RenderBlock {HTML} at (0,0) size 800x88
-    RenderBody {BODY} at (8,8) size 784x72
-      RenderTable {TABLE} at (0,0) size 66x72
</del><ins>+layer at (0,0) size 800x80
+  RenderBlock {HTML} at (0,0) size 800x80
+    RenderBody {BODY} at (8,8) size 784x64
+      RenderTable {TABLE} at (0,0) size 66x64
</ins><span class="cx">         RenderTableSection {THEAD} at (0,0) size 66x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 66x20
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 14x20 [color=#FF0000] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -18,31 +18,31 @@
</span><span class="cx">             RenderTableCell {TH} at (50,2) size 14x20 [color=#FF0000] [r=0 c=3 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 12x18
</span><span class="cx">                 text run at (1,1) width 12: &quot;D&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,48) size 66x24
-          RenderTableRow {TR} at (0,2) size 66x20
-            RenderTableCell {TH} at (2,2) size 14x20 [color=#0000FF] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,44) size 66x20
+          RenderTableRow {TR} at (0,0) size 66x18
+            RenderTableCell {TH} at (2,-1) size 14x20 [color=#0000FF] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,1) size 10x18
</span><span class="cx">                 text run at (2,1) width 10: &quot;F&quot;
</span><del>-            RenderTableCell {TH} at (18,2) size 14x20 [color=#0000FF] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (18,-1) size 14x20 [color=#0000FF] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 12x18
</span><span class="cx">                 text run at (1,1) width 12: &quot;O&quot;
</span><del>-            RenderTableCell {TH} at (34,2) size 14x20 [color=#0000FF] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (34,-1) size 14x20 [color=#0000FF] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 12x18
</span><span class="cx">                 text run at (1,1) width 12: &quot;O&quot;
</span><del>-            RenderTableCell {TH} at (50,2) size 14x20 [color=#0000FF] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TH} at (50,-1) size 14x20 [color=#0000FF] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 12x18
</span><span class="cx">                 text run at (1,1) width 12: &quot;T&quot;
</span><del>-        RenderTableSection {TBODY} at (0,24) size 66x24
-          RenderTableRow {TR} at (0,2) size 66x20
-            RenderTableCell {TD} at (2,2) size 14x20 [color=#008000] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,24) size 66x20
+          RenderTableRow {TR} at (0,0) size 66x18
+            RenderTableCell {TD} at (2,-1) size 14x20 [color=#008000] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                 text run at (1,1) width 8: &quot;b&quot;
</span><del>-            RenderTableCell {TD} at (18,2) size 14x20 [color=#008000] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (18,-1) size 14x20 [color=#008000] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                 text run at (1,1) width 8: &quot;o&quot;
</span><del>-            RenderTableCell {TD} at (34,2) size 14x20 [color=#008000] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (34,-1) size 14x20 [color=#008000] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                 text run at (1,1) width 8: &quot;d&quot;
</span><del>-            RenderTableCell {TD} at (50,2) size 14x20 [color=#008000] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (50,-1) size 14x20 [color=#008000] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 8x18
</span><span class="cx">                 text run at (1,1) width 8: &quot;y&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsing004expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1477
</del><ins>+layer at (0,0) size 785x1471
</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,21) size 769x1440
</del><ins>+layer at (0,0) size 785x1471
+  RenderBlock {HTML} at (0,0) size 785x1471
+    RenderBody {BODY} at (8,21) size 769x1434
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x37
</span><span class="cx">         RenderText {#text} at (0,0) size 290x37
</span><span class="cx">           text run at (0,0) width 290: &quot;Table Border Models&quot;
</span><span class="lines">@@ -263,7 +263,7 @@
</span><span class="cx">                 text run at (47,42) width 226: &quot;Because of its margins, the width of&quot;
</span><span class="cx">                 text run at (6,60) width 23: &quot;the &quot;
</span><span class="cx">                 text run at (29,60) width 198: &quot;table should be less than 100%.&quot;
</span><del>-      RenderTable {TABLE} at (16,1256) size 737x184
</del><ins>+      RenderTable {TABLE} at (16,1256) size 737x178
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 737x18
</span><span class="cx">           RenderText {#text} at (309,0) size 119x18
</span><span class="cx">             text run at (309,0) width 119: &quot;This is the caption.&quot;
</span><span class="lines">@@ -283,37 +283,37 @@
</span><span class="cx">             RenderTableCell {TH} at (446,2) size 289x28 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (97,5) size 95x18
</span><span class="cx">                 text run at (97,5) width 95: &quot;Header Three&quot;
</span><del>-        RenderTableSection {TBODY} at (0,50) size 737x134 [border: (3px solid #FF0000)]
-          RenderTableRow {TR} at (0,2) size 737x64 [border: (3px solid #FF0000)]
-            RenderTableCell {TD} at (2,2) size 120x64 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,50) size 737x128 [border: (3px solid #FF0000)]
+          RenderTableRow {TR} at (0,0) size 737x62 [border: (3px solid #FF0000)]
+            RenderTableCell {TD} at (2,-1) size 120x64 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 94x54
</span><span class="cx">                 text run at (5,5) width 93: &quot;This table uses&quot;
</span><span class="cx">                 text run at (5,23) width 82: &quot;the separated&quot;
</span><span class="cx">                 text run at (5,41) width 94: &quot;borders model.&quot;
</span><del>-            RenderTableCell {TD} at (124,11) size 320x46 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (124,8) size 320x46 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 279x36
</span><span class="cx">                 text run at (5,5) width 279: &quot;This means that borders are allowed only on&quot;
</span><span class="cx">                 text run at (5,23) width 144: &quot;table elements or table &quot;
</span><span class="cx">                 text run at (149,23) width 85: &quot;cell elements.&quot;
</span><del>-            RenderTableCell {TD} at (446,2) size 289x64 [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (446,-1) size 289x64 [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 255x54
</span><span class="cx">                 text run at (5,5) width 240: &quot;They are not allowed on elements that&quot;
</span><span class="cx">                 text run at (5,23) width 100: &quot;represent rows, &quot;
</span><span class="cx">                 text run at (105,23) width 155: &quot;row-groups, columns, or&quot;
</span><span class="cx">                 text run at (5,41) width 99: &quot;column-groups.&quot;
</span><del>-          RenderTableRow {TR} at (0,68) size 737x64 [border: (3px solid #FF0000)]
-            RenderTableCell {TD} at (2,68) size 120x64 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,64) size 737x62 [border: (3px solid #FF0000)]
+            RenderTableCell {TD} at (2,63) size 120x64 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 102x54
</span><span class="cx">                 text run at (5,5) width 102: &quot;There should be&quot;
</span><span class="cx">                 text run at (5,23) width 101: &quot;no borders at all&quot;
</span><span class="cx">                 text run at (5,41) width 81: &quot;on this table!&quot;
</span><del>-            RenderTableCell {TD} at (124,68) size 320x64 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (124,63) size 320x64 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 306x54
</span><span class="cx">                 text run at (5,5) width 266: &quot;If there are any borders shown that are not&quot;
</span><span class="cx">                 text run at (5,23) width 148: &quot;medium solid red, then &quot;
</span><span class="cx">                 text run at (153,23) width 158: &quot;the problem is something&quot;
</span><span class="cx">                 text run at (5,41) width 212: &quot;other than what this test is testing.&quot;
</span><del>-            RenderTableCell {TD} at (446,68) size 289x64 [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (446,63) size 289x64 [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (5,5) size 265x54
</span><span class="cx">                 text run at (5,5) width 232: &quot;This table should have a 1em margin&quot;
</span><span class="cx">                 text run at (5,23) width 111: &quot;around all edges. &quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablebordercollapsing004verticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-vertical-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-vertical-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/fast/table/border-collapsing/004-vertical-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-layer at (0,0) size 1498x898
</del><ins>+layer at (0,0) size 1492x898
</ins><span class="cx">   RenderView at (0,0) size 785x585
</span><span class="cx"> layer at (0,0) size 785x898
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x898
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">           text run at (688,150) width 0: &quot; &quot;
</span><span class="cx">           text run at (0,165) width 264: &quot;    { border: medium solid red; }&quot;
</span><span class="cx">           text run at (264,165) width 0: &quot; &quot;
</span><del>-      RenderBlock {DIV} at (0,285) size 1490x584
</del><ins>+      RenderBlock {DIV} at (0,285) size 1484x584
</ins><span class="cx">         RenderTable {TABLE} at (16,16) size 238x552 [border: (1px solid #0000FF)]
</span><span class="cx">           RenderTableSection {TBODY} at (1,1) size 235x549
</span><span class="cx">             RenderTableRow {TR} at (0,0) size 31x549
</span><span class="lines">@@ -284,7 +284,7 @@
</span><span class="cx">                   text run at (87,-3) width 80: &quot;width of the &quot;
</span><span class="cx">                   text run at (87,77) width 122: &quot;table should be less&quot;
</span><span class="cx">                   text run at (105,-3) width 72: &quot;than 100%.&quot;
</span><del>-        RenderTable {TABLE} at (1200,16) size 274x552
</del><ins>+        RenderTable {TABLE} at (1200,16) size 268x552
</ins><span class="cx">           RenderBlock {CAPTION} at (0,0) size 18x552
</span><span class="cx">             RenderText {#text} at (0,216) size 18x120
</span><span class="cx">               text run at (0,216) width 119: &quot;This is the caption.&quot;
</span><span class="lines">@@ -305,51 +305,51 @@
</span><span class="cx">               RenderTableCell {TH} at (2,343) size 46x198 [r=0 c=2 rs=1 cs=1]
</span><span class="cx">                 RenderText {#text} at (14,51) size 18x96
</span><span class="cx">                   text run at (14,51) width 95: &quot;Header Three&quot;
</span><del>-          RenderTableSection {TBODY} at (68,0) size 206x552 [border: (3px solid #FF0000)]
-            RenderTableRow {TR} at (0,2) size 100x552 [border: (3px solid #FF0000)]
-              RenderTableCell {TD} at (2,2) size 100x89 [r=0 c=0 rs=1 cs=1]
-                RenderText {#text} at (5,5) size 90x62
-                  text run at (5,5) width 62: &quot;This table&quot;
-                  text run at (23,5) width 50: &quot;uses the&quot;
-                  text run at (41,5) width 59: &quot;separated&quot;
-                  text run at (59,5) width 47: &quot;borders&quot;
-                  text run at (77,5) width 43: &quot;model.&quot;
-              RenderTableCell {TD} at (2,111) size 100x203 [r=0 c=1 rs=1 cs=1]
-                RenderText {#text} at (23,-13) size 54x227
-                  text run at (23,-13) width 227: &quot;This means that borders are allowed&quot;
-                  text run at (41,-13) width 196: &quot;only on table elements or table &quot;
-                  text run at (41,183) width 22: &quot;cell&quot;
-                  text run at (59,-13) width 59: &quot;elements.&quot;
-              RenderTableCell {TD} at (2,343) size 100x198 [r=0 c=2 rs=1 cs=1]
-                RenderText {#text} at (14,-4) size 72x182
-                  text run at (14,-4) width 154: &quot;They are not allowed on&quot;
-                  text run at (32,-4) width 182: &quot;elements that represent rows,&quot;
-                  text run at (50,-4) width 155: &quot;row-groups, columns, or&quot;
-                  text run at (68,-4) width 99: &quot;column-groups.&quot;
-            RenderTableRow {TR} at (0,104) size 100x552 [border: (3px solid #FF0000)]
-              RenderTableCell {TD} at (104,2) size 100x89 [r=1 c=0 rs=1 cs=1]
-                RenderText {#text} at (5,5) size 90x76
-                  text run at (5,5) width 37: &quot;There&quot;
-                  text run at (23,5) width 61: &quot;should be&quot;
-                  text run at (41,5) width 67: &quot;no borders&quot;
-                  text run at (59,5) width 76: &quot;at all on this&quot;
-                  text run at (77,5) width 35: &quot;table!&quot;
-              RenderTableCell {TD} at (104,102) size 100x221 [r=1 c=1 rs=1 cs=1]
-                RenderText {#text} at (14,-4) size 72x219
-                  text run at (14,-4) width 219: &quot;If there are any borders shown that&quot;
-                  text run at (32,-4) width 195: &quot;are not medium solid red, then &quot;
-                  text run at (32,191) width 19: &quot;the&quot;
-                  text run at (50,-4) width 202: &quot;problem is something other than&quot;
-                  text run at (68,-4) width 145: &quot;what this test is testing.&quot;
-              RenderTableCell {TD} at (104,343) size 100x198 [r=1 c=2 rs=1 cs=1]
-                RenderText {#text} at (14,-4) size 54x187
-                  text run at (14,-4) width 184: &quot;This table should have a 1em&quot;
-                  text run at (32,-4) width 159: &quot;margin around all edges. &quot;
-                  text run at (32,155) width 28: &quot;This&quot;
-                  text run at (50,-4) width 48: &quot;margin &quot;
-                  text run at (50,44) width 131: &quot;is measured from the&quot;
</del><ins>+          RenderTableSection {TBODY} at (68,0) size 200x552 [border: (3px solid #FF0000)]
+            RenderTableRow {TR} at (0,0) size 98x552 [border: (3px solid #FF0000)]
+              RenderTableCell {TD} at (0,1) size 98x91 [r=0 c=0 rs=1 cs=1]
+                RenderText {#text} at (4,6) size 90x62
+                  text run at (4,6) width 62: &quot;This table&quot;
+                  text run at (22,6) width 50: &quot;uses the&quot;
+                  text run at (40,6) width 59: &quot;separated&quot;
+                  text run at (58,6) width 47: &quot;borders&quot;
+                  text run at (76,6) width 43: &quot;model.&quot;
+              RenderTableCell {TD} at (0,110) size 98x205 [r=0 c=1 rs=1 cs=1]
+                RenderText {#text} at (22,-12) size 54x227
+                  text run at (22,-12) width 227: &quot;This means that borders are allowed&quot;
+                  text run at (40,-12) width 196: &quot;only on table elements or table &quot;
+                  text run at (40,184) width 22: &quot;cell&quot;
+                  text run at (58,-12) width 59: &quot;elements.&quot;
+              RenderTableCell {TD} at (0,342) size 98x200 [r=0 c=2 rs=1 cs=1]
+                RenderText {#text} at (13,-3) size 72x182
+                  text run at (13,-3) width 154: &quot;They are not allowed on&quot;
+                  text run at (31,-3) width 182: &quot;elements that represent rows,&quot;
+                  text run at (49,-3) width 155: &quot;row-groups, columns, or&quot;
+                  text run at (67,-3) width 99: &quot;column-groups.&quot;
+            RenderTableRow {TR} at (0,100) size 98x552 [border: (3px solid #FF0000)]
+              RenderTableCell {TD} at (100,1) size 98x91 [r=1 c=0 rs=1 cs=1]
+                RenderText {#text} at (4,6) size 90x76
+                  text run at (4,6) width 37: &quot;There&quot;
+                  text run at (22,6) width 61: &quot;should be&quot;
+                  text run at (40,6) width 67: &quot;no borders&quot;
+                  text run at (58,6) width 76: &quot;at all on this&quot;
+                  text run at (76,6) width 35: &quot;table!&quot;
+              RenderTableCell {TD} at (100,101) size 98x223 [r=1 c=1 rs=1 cs=1]
+                RenderText {#text} at (13,-3) size 72x219
+                  text run at (13,-3) width 219: &quot;If there are any borders shown that&quot;
+                  text run at (31,-3) width 195: &quot;are not medium solid red, then &quot;
+                  text run at (31,192) width 19: &quot;the&quot;
+                  text run at (49,-3) width 202: &quot;problem is something other than&quot;
+                  text run at (67,-3) width 145: &quot;what this test is testing.&quot;
+              RenderTableCell {TD} at (100,342) size 98x200 [r=1 c=2 rs=1 cs=1]
+                RenderText {#text} at (13,-3) size 54x187
+                  text run at (13,-3) width 184: &quot;This table should have a 1em&quot;
+                  text run at (31,-3) width 159: &quot;margin around all edges. &quot;
+                  text run at (31,156) width 28: &quot;This&quot;
+                  text run at (49,-3) width 48: &quot;margin &quot;
+                  text run at (49,45) width 131: &quot;is measured from the&quot;
</ins><span class="cx">                 RenderInline {EM} at (0,0) size 18x67
</span><del>-                  RenderText {#text} at (68,-4) size 18x67
-                    text run at (68,-4) width 67: &quot;outer edge&quot;
-                RenderText {#text} at (68,63) size 18x84
-                  text run at (68,63) width 84: &quot; of its border.&quot;
</del><ins>+                  RenderText {#text} at (67,-3) size 18x67
+                    text run at (67,-3) width 67: &quot;outer edge&quot;
+                RenderText {#text} at (67,64) size 18x84
+                  text run at (67,64) width 84: &quot; of its border.&quot;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablefloatingthexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/floating-th-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/floating-th-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/fast/table/floating-th-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</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 163x96 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 163x86 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 161x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 161x20
</span><span class="cx">             RenderTableCell (anonymous) at (2,2) size 100x20 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -13,26 +13,26 @@
</span><span class="cx">               RenderBlock (floating) {TH} at (50,0) size 50x20
</span><span class="cx">                 RenderText {#text} at (1,1) size 48x18
</span><span class="cx">                   text run at (1,1) width 48: &quot;Head 2&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,71) size 161x24
-          RenderTableRow {TR} at (0,2) size 161x20
-            RenderTableCell {TD} at (2,2) size 100x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,65) size 161x20
+          RenderTableRow {TR} at (0,0) size 161x18
+            RenderTableCell {TD} at (2,-1) size 100x20 [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;Footer 1&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 55x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,-1) size 55x20 [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;Footer 2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,25) size 161x46
-          RenderTableRow {TR} at (0,2) size 161x20
-            RenderTableCell {TD} at (2,2) size 100x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,25) size 161x40
+          RenderTableRow {TR} at (0,0) size 161x18
+            RenderTableCell {TD} at (2,-1) size 100x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 1&quot;
</span><del>-            RenderTableCell {TD} at (104,2) size 55x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,-1) size 55x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 2&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 161x20
-            RenderTableCell {TD} at (2,24) size 100x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,20) size 161x18
+            RenderTableCell {TD} at (2,19) size 100x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 3&quot;
</span><del>-            RenderTableCell {TD} at (104,24) size 55x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (104,19) size 55x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 4&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttableframeandrulesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/fast/table/frame-and-rules-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -2210,7 +2210,7 @@
</span><span class="cx">                 text run at (2,2) width 89: &quot;Row 5, Cell 3&quot;
</span><span class="cx"> layer at (393,24) size 392x150
</span><span class="cx">   RenderBlock (positioned) {TABLE} at (393,24) size 392x150
</span><del>-    RenderTable at (0,0) size 361x155
</del><ins>+    RenderTable at (0,0) size 361x143
</ins><span class="cx">       RenderBlock {CAPTION} at (0,0) size 361x18
</span><span class="cx">         RenderText {#text} at (61,0) size 234x18
</span><span class="cx">           text run at (61,0) width 234: &quot;Local links to specific testcase tables&quot;
</span><span class="lines">@@ -2253,207 +2253,207 @@
</span><span class="cx">           RenderTableCell {TH} at (322,21) size 37x17 [r=1 c=10 rs=1 cs=1]
</span><span class="cx">             RenderText {#text} at (1,1) size 35x15
</span><span class="cx">               text run at (1,1) width 35: &quot;border&quot;
</span><del>-      RenderTableSection {TBODY} at (0,58) size 361x97
-        RenderTableRow {TR} at (0,2) size 361x17
-          RenderTableCell {TH} at (2,40) size 33x17 [r=0 c=0 rs=5 cs=1]
</del><ins>+      RenderTableSection {TBODY} at (0,58) size 361x85
+        RenderTableRow {TR} at (0,0) size 361x15
+          RenderTableCell {TH} at (2,33) size 33x17 [r=0 c=0 rs=5 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 31x15
</span><span class="cx">               text run at (1,1) width 31: &quot;Rules&quot;
</span><del>-          RenderTableCell {TH} at (37,2) size 39x17 [r=0 c=1 rs=1 cs=1]
</del><ins>+          RenderTableCell {TH} at (37,-1) size 39x17 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (11,1) size 27x15
</span><span class="cx">               text run at (11,1) width 27: &quot;none&quot;
</span><del>-          RenderTableCell {TD} at (78,2) size 27x16 [bgcolor=#CCCCCC] [r=0 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (78,0) size 27x16 [bgcolor=#CCCCCC] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (6,1) size 15x14
</span><span class="cx">                 text run at (6,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (107,2) size 35x16 [bgcolor=#CCCCCC] [r=0 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (107,0) size 35x16 [bgcolor=#CCCCCC] [r=0 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (144,2) size 35x16 [bgcolor=#CCCCCC] [r=0 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (144,0) size 35x16 [bgcolor=#CCCCCC] [r=0 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (181,2) size 36x16 [bgcolor=#CCCCCC] [r=0 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (181,0) size 36x16 [bgcolor=#CCCCCC] [r=0 c=5 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (219,2) size 36x16 [bgcolor=#CCCCCC] [r=0 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (219,0) size 36x16 [bgcolor=#CCCCCC] [r=0 c=6 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (257,2) size 18x16 [bgcolor=#CCCCCC] [r=0 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (257,0) size 18x16 [bgcolor=#CCCCCC] [r=0 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (277,2) size 18x16 [bgcolor=#CCCCCC] [r=0 c=8 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (277,0) size 18x16 [bgcolor=#CCCCCC] [r=0 c=8 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (297,2) size 23x16 [bgcolor=#CCCCCC] [r=0 c=9 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (297,0) size 23x16 [bgcolor=#CCCCCC] [r=0 c=9 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (4,1) size 15x14
</span><span class="cx">                 text run at (4,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (322,2) size 37x16 [bgcolor=#CCCCCC] [r=0 c=10 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (322,0) size 37x16 [bgcolor=#CCCCCC] [r=0 c=10 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (11,1) size 15x14
</span><span class="cx">                 text run at (11,1) width 15: &quot;Go&quot;
</span><del>-        RenderTableRow {TR} at (0,21) size 361x17
-          RenderTableCell {TH} at (37,21) size 39x17 [r=1 c=1 rs=1 cs=1]
</del><ins>+        RenderTableRow {TR} at (0,17) size 361x15
+          RenderTableCell {TH} at (37,16) size 39x17 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (1,1) size 37x15
</span><span class="cx">               text run at (1,1) width 37: &quot;groups&quot;
</span><del>-          RenderTableCell {TD} at (78,21) size 27x16 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (78,17) size 27x16 [bgcolor=#CCCCCC] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (6,1) size 15x14
</span><span class="cx">                 text run at (6,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (107,21) size 35x16 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (107,17) size 35x16 [bgcolor=#CCCCCC] [r=1 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (144,21) size 35x16 [bgcolor=#CCCCCC] [r=1 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (144,17) size 35x16 [bgcolor=#CCCCCC] [r=1 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (181,21) size 36x16 [bgcolor=#CCCCCC] [r=1 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (181,17) size 36x16 [bgcolor=#CCCCCC] [r=1 c=5 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (219,21) size 36x16 [bgcolor=#CCCCCC] [r=1 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (219,17) size 36x16 [bgcolor=#CCCCCC] [r=1 c=6 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (257,21) size 18x16 [bgcolor=#CCCCCC] [r=1 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (257,17) size 18x16 [bgcolor=#CCCCCC] [r=1 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (277,21) size 18x16 [bgcolor=#CCCCCC] [r=1 c=8 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (277,17) size 18x16 [bgcolor=#CCCCCC] [r=1 c=8 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (297,21) size 23x16 [bgcolor=#CCCCCC] [r=1 c=9 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (297,17) size 23x16 [bgcolor=#CCCCCC] [r=1 c=9 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (4,1) size 15x14
</span><span class="cx">                 text run at (4,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (322,21) size 37x16 [bgcolor=#CCCCCC] [r=1 c=10 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (322,17) size 37x16 [bgcolor=#CCCCCC] [r=1 c=10 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (11,1) size 15x14
</span><span class="cx">                 text run at (11,1) width 15: &quot;Go&quot;
</span><del>-        RenderTableRow {TR} at (0,40) size 361x17
-          RenderTableCell {TH} at (37,40) size 39x17 [r=2 c=1 rs=1 cs=1]
</del><ins>+        RenderTableRow {TR} at (0,34) size 361x15
+          RenderTableCell {TH} at (37,33) size 39x17 [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (13,1) size 25x15
</span><span class="cx">               text run at (13,1) width 25: &quot;rows&quot;
</span><del>-          RenderTableCell {TD} at (78,40) size 27x16 [bgcolor=#CCCCCC] [r=2 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (78,34) size 27x16 [bgcolor=#CCCCCC] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (6,1) size 15x14
</span><span class="cx">                 text run at (6,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (107,40) size 35x16 [bgcolor=#CCCCCC] [r=2 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (107,34) size 35x16 [bgcolor=#CCCCCC] [r=2 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (144,40) size 35x16 [bgcolor=#CCCCCC] [r=2 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (144,34) size 35x16 [bgcolor=#CCCCCC] [r=2 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (181,40) size 36x16 [bgcolor=#CCCCCC] [r=2 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (181,34) size 36x16 [bgcolor=#CCCCCC] [r=2 c=5 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (219,40) size 36x16 [bgcolor=#CCCCCC] [r=2 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (219,34) size 36x16 [bgcolor=#CCCCCC] [r=2 c=6 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (257,40) size 18x16 [bgcolor=#CCCCCC] [r=2 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (257,34) size 18x16 [bgcolor=#CCCCCC] [r=2 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (277,40) size 18x16 [bgcolor=#CCCCCC] [r=2 c=8 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (277,34) size 18x16 [bgcolor=#CCCCCC] [r=2 c=8 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (297,40) size 23x16 [bgcolor=#CCCCCC] [r=2 c=9 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (297,34) size 23x16 [bgcolor=#CCCCCC] [r=2 c=9 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (4,1) size 15x14
</span><span class="cx">                 text run at (4,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (322,40) size 37x16 [bgcolor=#CCCCCC] [r=2 c=10 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (322,34) size 37x16 [bgcolor=#CCCCCC] [r=2 c=10 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (11,1) size 15x14
</span><span class="cx">                 text run at (11,1) width 15: &quot;Go&quot;
</span><del>-        RenderTableRow {TR} at (0,59) size 361x17
-          RenderTableCell {TH} at (37,59) size 39x17 [r=3 c=1 rs=1 cs=1]
</del><ins>+        RenderTableRow {TR} at (0,51) size 361x15
+          RenderTableCell {TH} at (37,50) size 39x17 [r=3 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (16,1) size 22x15
</span><span class="cx">               text run at (16,1) width 22: &quot;cols&quot;
</span><del>-          RenderTableCell {TD} at (78,59) size 27x16 [bgcolor=#CCCCCC] [r=3 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (78,51) size 27x16 [bgcolor=#CCCCCC] [r=3 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (6,1) size 15x14
</span><span class="cx">                 text run at (6,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (107,59) size 35x16 [bgcolor=#CCCCCC] [r=3 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (107,51) size 35x16 [bgcolor=#CCCCCC] [r=3 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (144,59) size 35x16 [bgcolor=#CCCCCC] [r=3 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (144,51) size 35x16 [bgcolor=#CCCCCC] [r=3 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (181,59) size 36x16 [bgcolor=#CCCCCC] [r=3 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (181,51) size 36x16 [bgcolor=#CCCCCC] [r=3 c=5 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (219,59) size 36x16 [bgcolor=#CCCCCC] [r=3 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (219,51) size 36x16 [bgcolor=#CCCCCC] [r=3 c=6 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (257,59) size 18x16 [bgcolor=#CCCCCC] [r=3 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (257,51) size 18x16 [bgcolor=#CCCCCC] [r=3 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (277,59) size 18x16 [bgcolor=#CCCCCC] [r=3 c=8 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (277,51) size 18x16 [bgcolor=#CCCCCC] [r=3 c=8 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (297,59) size 23x16 [bgcolor=#CCCCCC] [r=3 c=9 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (297,51) size 23x16 [bgcolor=#CCCCCC] [r=3 c=9 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (4,1) size 15x14
</span><span class="cx">                 text run at (4,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (322,59) size 37x16 [bgcolor=#CCCCCC] [r=3 c=10 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (322,51) size 37x16 [bgcolor=#CCCCCC] [r=3 c=10 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (11,1) size 15x14
</span><span class="cx">                 text run at (11,1) width 15: &quot;Go&quot;
</span><del>-        RenderTableRow {TR} at (0,78) size 361x17
-          RenderTableCell {TH} at (37,78) size 39x17 [r=4 c=1 rs=1 cs=1]
</del><ins>+        RenderTableRow {TR} at (0,68) size 361x15
+          RenderTableCell {TH} at (37,67) size 39x17 [r=4 c=1 rs=1 cs=1]
</ins><span class="cx">             RenderText {#text} at (24,1) size 14x15
</span><span class="cx">               text run at (24,1) width 14: &quot;all&quot;
</span><del>-          RenderTableCell {TD} at (78,78) size 27x16 [bgcolor=#CCCCCC] [r=4 c=2 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (78,68) size 27x16 [bgcolor=#CCCCCC] [r=4 c=2 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (6,1) size 15x14
</span><span class="cx">                 text run at (6,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (107,78) size 35x16 [bgcolor=#CCCCCC] [r=4 c=3 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (107,68) size 35x16 [bgcolor=#CCCCCC] [r=4 c=3 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (144,78) size 35x16 [bgcolor=#CCCCCC] [r=4 c=4 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (144,68) size 35x16 [bgcolor=#CCCCCC] [r=4 c=4 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 15x14
</span><span class="cx">                 text run at (10,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (181,78) size 36x16 [bgcolor=#CCCCCC] [r=4 c=5 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (181,68) size 36x16 [bgcolor=#CCCCCC] [r=4 c=5 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (219,78) size 36x16 [bgcolor=#CCCCCC] [r=4 c=6 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (219,68) size 36x16 [bgcolor=#CCCCCC] [r=4 c=6 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (10,1) size 16x14
</span><span class="cx">                 text run at (10,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (257,78) size 18x16 [bgcolor=#CCCCCC] [r=4 c=7 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (257,68) size 18x16 [bgcolor=#CCCCCC] [r=4 c=7 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (277,78) size 18x16 [bgcolor=#CCCCCC] [r=4 c=8 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (277,68) size 18x16 [bgcolor=#CCCCCC] [r=4 c=8 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 16x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (1,1) size 16x14
</span><span class="cx">                 text run at (1,1) width 16: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (297,78) size 23x16 [bgcolor=#CCCCCC] [r=4 c=9 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (297,68) size 23x16 [bgcolor=#CCCCCC] [r=4 c=9 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (4,1) size 15x14
</span><span class="cx">                 text run at (4,1) width 15: &quot;Go&quot;
</span><del>-          RenderTableCell {TD} at (322,78) size 37x16 [bgcolor=#CCCCCC] [r=4 c=10 rs=1 cs=1]
</del><ins>+          RenderTableCell {TD} at (322,68) size 37x16 [bgcolor=#CCCCCC] [r=4 c=10 rs=1 cs=1]
</ins><span class="cx">             RenderInline {A} at (0,0) size 15x14 [color=#0000EE]
</span><span class="cx">               RenderText {#text} at (11,1) size 15x14
</span><span class="cx">                 text run at (11,1) width 15: &quot;Go&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablemultiplecaptionsdisplayexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/multiple-captions-display-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/multiple-captions-display-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/fast/table/multiple-captions-display-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</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 800x288
-  RenderBlock {html} at (0,0) size 800x288
-    RenderBody {body} at (8,8) size 784x272
-      RenderTable {table} at (0,0) size 126x272
-        RenderTableSection (anonymous) at (0,148) size 126x4
-          RenderTableRow (anonymous) at (0,2) size 126x0
-            RenderTableCell (anonymous) at (2,2) size 122x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+layer at (0,0) size 800x272
+  RenderBlock {html} at (0,0) size 800x272
+    RenderBody {body} at (8,8) size 784x256
+      RenderTable {table} at (0,0) size 126x256
+        RenderTableSection (anonymous) at (0,148) size 126x0
+          RenderTableRow (anonymous) at (0,0) size 126x-2
+            RenderTableCell (anonymous) at (2,0) size 122x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderBlock {caption} at (0,36) size 126x36
</span><span class="cx">           RenderText {#text} at (15,0) size 96x36
</span><span class="cx">             text run at (15,0) width 96: &quot;PASS: Normal&quot;
</span><span class="lines">@@ -16,32 +16,32 @@
</span><span class="cx">             RenderTableCell (anonymous) at (2,2) size 122x18 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (0,0) size 67x18
</span><span class="cx">                 text run at (0,0) width 67: &quot;HEADER&quot;
</span><del>-        RenderTableSection {tbody} at (0,152) size 126x40
-          RenderTableRow (anonymous) at (0,2) size 126x36
-            RenderTableCell (anonymous) at (2,2) size 122x36 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tbody} at (0,148) size 126x36
+          RenderTableRow (anonymous) at (0,0) size 126x34
+            RenderTableCell (anonymous) at (2,0) size 122x36 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBR {br} at (0,0) size 0x18
</span><span class="cx">               RenderText {#text} at (0,18) size 122x18
</span><span class="cx">                 text run at (0,18) width 122: &quot;Some body content&quot;
</span><span class="cx">               RenderBR {br} at (122,18) size 0x18
</span><del>-        RenderTableSection {tfoot} at (0,196) size 126x22
-          RenderTableRow (anonymous) at (0,2) size 126x18
-            RenderTableCell (anonymous) at (2,2) size 122x18 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {tfoot} at (0,184) size 126x18
+          RenderTableRow (anonymous) at (0,0) size 126x16
+            RenderTableCell (anonymous) at (2,0) size 122x18 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (0,0) size 64x18
</span><span class="cx">                 text run at (0,0) width 64: &quot;FOOTER&quot;
</span><del>-        RenderTableSection (anonymous) at (0,192) size 126x4
-          RenderTableRow (anonymous) at (0,2) size 126x0
-            RenderTableCell (anonymous) at (2,2) size 122x0 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection (anonymous) at (0,184) size 126x0
+          RenderTableRow (anonymous) at (0,0) size 126x-2
+            RenderTableCell (anonymous) at (2,0) size 122x0 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">         RenderBlock {caption} at (0,72) size 126x54
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><span class="cx">         RenderBlock {caption} at (0,126) size 126x0
</span><del>-layer at (8,226) size 126x54
-  RenderBlock {caption} at (0,218) size 126x54
</del><ins>+layer at (8,210) size 126x54
+  RenderBlock {caption} at (0,202) size 126x54
</ins><span class="cx">     RenderText {#text} at (25,0) size 116x54
</span><span class="cx">       text run at (25,0) width 76: &quot;PASS: First&quot;
</span><span class="cx">       text run at (5,18) width 116: &quot;Caption aligned to&quot;
</span><span class="cx">       text run at (29,36) width 68: &quot;the bottom&quot;
</span><del>-layer at (10,158) size 230x18
-  RenderBlock (positioned) {caption} at (10,158) size 230x18
</del><ins>+layer at (10,156) size 230x18
+  RenderBlock (positioned) {caption} at (10,156) size 230x18
</ins><span class="cx">     RenderText {#text} at (0,0) size 230x18
</span><span class="cx">       text run at (0,0) width 230: &quot;PASS: Caption with a fixed position&quot;
</span><span class="cx"> layer at (8,8) size 126x36
</span><span class="lines">@@ -49,8 +49,8 @@
</span><span class="cx">     RenderText {#text} at (14,0) size 102x36
</span><span class="cx">       text run at (14,0) width 98: &quot;PASS: Caption&quot;
</span><span class="cx">       text run at (12,18) width 102: &quot;with opacity 0.7&quot;
</span><del>-layer at (10,202) size 331x18
-  RenderBlock (positioned) {caption} at (10,202) size 331x18
</del><ins>+layer at (10,192) size 331x18
+  RenderBlock (positioned) {caption} at (10,192) size 331x18
</ins><span class="cx">     RenderText {#text} at (0,0) size 331x18
</span><span class="cx">       text run at (0,0) width 331: &quot;PASS: Caption with a fixed position and opacity 0.6&quot;
</span><span class="cx"> layer at (8,80) size 118x54
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttablerowindexexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/rowindex-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/rowindex-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/fast/table/rowindex-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">       RenderBlock {P} at (0,22) size 784x12
</span><span class="cx">         RenderText {#text} at (0,0) size 354x12
</span><span class="cx">           text run at (0,0) width 354: &quot;A: This table has the header and footer before the body (\&quot;normal\&quot; order).&quot;
</span><del>-      RenderTable {TABLE} at (0,44) size 156x62 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,44) size 156x54 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 154x20
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 154x16
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 78x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -18,40 +18,40 @@
</span><span class="cx">             RenderTableCell {TD} at (82,2) size 70x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 0&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,41) size 154x20
-          RenderTableRow {TR} at (0,2) size 154x16
-            RenderTableCell {TD} at (2,2) size 78x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,37) size 154x16
+          RenderTableRow {TR} at (0,0) size 154x14
+            RenderTableCell {TD} at (2,-1) size 78x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 70x12
</span><span class="cx">                 text run at (2,2) width 70: &quot;table A, footer&quot;
</span><del>-            RenderTableCell {TD} at (82,2) size 70x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,-1) size 70x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,21) size 154x20
-          RenderTableRow {TR} at (0,2) size 154x16
-            RenderTableCell {TD} at (2,2) size 78x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,21) size 154x16
+          RenderTableRow {TR} at (0,0) size 154x14
+            RenderTableCell {TD} at (2,-1) size 78x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 65x12
</span><span class="cx">                 text run at (2,2) width 65: &quot;table A, body&quot;
</span><del>-            RenderTableCell {TD} at (82,2) size 70x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (82,-1) size 70x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 1&quot;
</span><del>-      RenderBlock {P} at (0,116) size 784x12
</del><ins>+      RenderBlock {P} at (0,108) size 784x12
</ins><span class="cx">         RenderText {#text} at (0,0) size 351x12
</span><span class="cx">           text run at (0,0) width 351: &quot;B: This table has the footer before the body and both before the header.&quot;
</span><del>-      RenderTable {TABLE} at (0,138) size 155x62 [border: (1px outset #808080)]
-        RenderTableSection {TFOOT} at (1,41) size 153x20
-          RenderTableRow {TR} at (0,2) size 153x16
-            RenderTableCell {TD} at (2,2) size 77x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,130) size 155x54 [border: (1px outset #808080)]
+        RenderTableSection {TFOOT} at (1,37) size 153x16
+          RenderTableRow {TR} at (0,0) size 153x14
+            RenderTableCell {TD} at (2,-1) size 77x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 69x12
</span><span class="cx">                 text run at (2,2) width 69: &quot;table B, footer&quot;
</span><del>-            RenderTableCell {TD} at (81,2) size 70x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (81,-1) size 70x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,21) size 153x20
-          RenderTableRow {TR} at (0,2) size 153x16
-            RenderTableCell {TD} at (2,2) size 77x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,21) size 153x16
+          RenderTableRow {TR} at (0,0) size 153x14
+            RenderTableCell {TD} at (2,-1) size 77x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 64x12
</span><span class="cx">                 text run at (2,2) width 64: &quot;table B, body&quot;
</span><del>-            RenderTableCell {TD} at (81,2) size 70x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (81,-1) size 70x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 1&quot;
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 153x20
</span><span class="lines">@@ -62,68 +62,68 @@
</span><span class="cx">             RenderTableCell {TD} at (81,2) size 70x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 0&quot;
</span><del>-      RenderBlock {P} at (0,210) size 784x12
</del><ins>+      RenderBlock {P} at (0,194) size 784x12
</ins><span class="cx">         RenderText {#text} at (0,0) size 673x12
</span><span class="cx">           text run at (0,0) width 673: &quot;C: This table has two footers before two bodies before two heads. The rows inside the extra footers and heads don't get row indices at all.&quot;
</span><del>-      RenderTable {TABLE} at (0,232) size 203x230 [border: (1px outset #808080)]
-        RenderTableSection {TFOOT} at (1,191) size 201x38
-          RenderTableRow {TR} at (0,2) size 201x16
-            RenderTableCell {TD} at (2,2) size 119x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,216) size 203x200 [border: (1px outset #808080)]
+        RenderTableSection {TFOOT} at (1,167) size 201x32
+          RenderTableRow {TR} at (0,0) size 201x14
+            RenderTableCell {TD} at (2,-1) size 119x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 112x12
</span><span class="cx">                 text run at (2,2) width 112: &quot;table C, footer A row A&quot;
</span><del>-            RenderTableCell {TD} at (123,2) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (123,-1) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 6&quot;
</span><del>-          RenderTableRow {TR} at (0,20) size 201x16
-            RenderTableCell {TD} at (2,20) size 119x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,16) size 201x14
+            RenderTableCell {TD} at (2,15) size 119x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 110x12
</span><span class="cx">                 text run at (2,2) width 110: &quot;table C, footer A row B&quot;
</span><del>-            RenderTableCell {TD} at (123,20) size 76x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (123,15) size 76x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 7&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,39) size 201x38
-          RenderTableRow {TR} at (0,2) size 201x16
-            RenderTableCell {TD} at (2,2) size 119x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,39) size 201x32
+          RenderTableRow {TR} at (0,0) size 201x14
+            RenderTableCell {TD} at (2,-1) size 119x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 110x12
</span><span class="cx">                 text run at (2,2) width 110: &quot;table C, footer B row A&quot;
</span><del>-            RenderTableCell {TD} at (123,2) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (123,-1) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 72x12
</span><span class="cx">                 text run at (2,2) width 72: &quot;rowIndex = -1&quot;
</span><del>-          RenderTableRow {TR} at (0,20) size 201x16
-            RenderTableCell {TD} at (2,20) size 119x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,16) size 201x14
+            RenderTableCell {TD} at (2,15) size 119x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 109x12
</span><span class="cx">                 text run at (2,2) width 109: &quot;table C, footer B row B&quot;
</span><del>-            RenderTableCell {TD} at (123,20) size 76x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (123,15) size 76x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 72x12
</span><span class="cx">                 text run at (2,2) width 72: &quot;rowIndex = -1&quot;
</span><del>-        RenderTableSection {TBODY} at (1,77) size 201x38
-          RenderTableRow {TR} at (0,2) size 201x16
-            RenderTableCell {TD} at (2,2) size 119x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,71) size 201x32
+          RenderTableRow {TR} at (0,0) size 201x14
+            RenderTableCell {TD} at (2,-1) size 119x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 106x12
</span><span class="cx">                 text run at (2,2) width 106: &quot;table C, body A row A&quot;
</span><del>-            RenderTableCell {TD} at (123,2) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (123,-1) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 2&quot;
</span><del>-          RenderTableRow {TR} at (0,20) size 201x16
-            RenderTableCell {TD} at (2,20) size 119x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,16) size 201x14
+            RenderTableCell {TD} at (2,15) size 119x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x12
</span><span class="cx">                 text run at (2,2) width 105: &quot;table C, body A row B&quot;
</span><del>-            RenderTableCell {TD} at (123,20) size 76x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (123,15) size 76x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 3&quot;
</span><del>-        RenderTableSection {TBODY} at (1,115) size 201x38
-          RenderTableRow {TR} at (0,2) size 201x16
-            RenderTableCell {TD} at (2,2) size 119x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,103) size 201x32
+          RenderTableRow {TR} at (0,0) size 201x14
+            RenderTableCell {TD} at (2,-1) size 119x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 105x12
</span><span class="cx">                 text run at (2,2) width 105: &quot;table C, body B row A&quot;
</span><del>-            RenderTableCell {TD} at (123,2) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (123,-1) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 4&quot;
</span><del>-          RenderTableRow {TR} at (0,20) size 201x16
-            RenderTableCell {TD} at (2,20) size 119x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,16) size 201x14
+            RenderTableCell {TD} at (2,15) size 119x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 104x12
</span><span class="cx">                 text run at (2,2) width 104: &quot;table C, body B row B&quot;
</span><del>-            RenderTableCell {TD} at (123,20) size 76x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (123,15) size 76x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 5&quot;
</span><span class="cx">         RenderTableSection {THEAD} at (1,1) size 201x38
</span><span class="lines">@@ -141,18 +141,18 @@
</span><span class="cx">             RenderTableCell {TD} at (123,20) size 76x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 66x12
</span><span class="cx">                 text run at (2,2) width 66: &quot;rowIndex = 1&quot;
</span><del>-        RenderTableSection {THEAD} at (1,153) size 201x38
-          RenderTableRow {TR} at (0,2) size 201x16
-            RenderTableCell {TD} at (2,2) size 119x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {THEAD} at (1,135) size 201x32
+          RenderTableRow {TR} at (0,0) size 201x14
+            RenderTableCell {TD} at (2,-1) size 119x16 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 114x12
</span><span class="cx">                 text run at (2,2) width 114: &quot;table C, header B row A&quot;
</span><del>-            RenderTableCell {TD} at (123,2) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (123,-1) size 76x16 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 72x12
</span><span class="cx">                 text run at (2,2) width 72: &quot;rowIndex = -1&quot;
</span><del>-          RenderTableRow {TR} at (0,20) size 201x16
-            RenderTableCell {TD} at (2,20) size 119x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,16) size 201x14
+            RenderTableCell {TD} at (2,15) size 119x16 [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 113x12
</span><span class="cx">                 text run at (2,2) width 113: &quot;table C, header B row B&quot;
</span><del>-            RenderTableCell {TD} at (123,20) size 76x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (123,15) size 76x16 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 72x12
</span><span class="cx">                 text run at (2,2) width 72: &quot;rowIndex = -1&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletabledisplaytypesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-display-types-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-display-types-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/fast/table/table-display-types-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,10) size 784x582
</span><del>-      RenderTable {TABLE} at (10,0) size 118x96 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (10,0) size 118x86 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 116x24
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 116x20
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 55x20 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -12,33 +12,33 @@
</span><span class="cx">             RenderTableCell {TD} at (59,2) size 55x20 [r=0 c=1 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;Head 2&quot;
</span><del>-        RenderTableSection {TFOOT} at (1,71) size 116x24
-          RenderTableRow {TR} at (0,2) size 116x20
-            RenderTableCell {TD} at (2,2) size 55x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (1,65) size 116x20
+          RenderTableRow {TR} at (0,0) size 116x18
+            RenderTableCell {TD} at (2,-1) size 55x20 [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;Footer 1&quot;
</span><del>-            RenderTableCell {TD} at (59,2) size 55x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (59,-1) size 55x20 [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;Footer 2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,25) size 116x46
-          RenderTableRow {TR} at (0,2) size 116x20
-            RenderTableCell {TD} at (2,2) size 55x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,25) size 116x40
+          RenderTableRow {TR} at (0,0) size 116x18
+            RenderTableCell {TD} at (2,-1) size 55x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 1&quot;
</span><del>-            RenderTableCell {TD} at (59,2) size 55x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (59,-1) size 55x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 2&quot;
</span><del>-          RenderTableRow {TR} at (0,24) size 116x20
-            RenderTableCell {TD} at (2,24) size 55x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,20) size 116x18
+            RenderTableCell {TD} at (2,19) size 55x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 3&quot;
</span><del>-            RenderTableCell {TD} at (59,24) size 55x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (59,19) size 55x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                 text run at (1,1) width 38: &quot;Cell 4&quot;
</span><del>-      RenderBlock {P} at (0,112) size 784x18
</del><ins>+      RenderBlock {P} at (0,102) size 784x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 222x18
</span><span class="cx">           text run at (0,0) width 222: &quot;Row groups have display:table-cell&quot;
</span><del>-      RenderTable {TABLE} at (10,146) size 234x62 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (10,136) size 234x58 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection (anonymous) at (1,1) size 232x32
</span><span class="cx">           RenderTableRow (anonymous) at (0,2) size 232x28
</span><span class="cx">             RenderTableCell {THEAD} at (2,2) size 106x28 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -69,9 +69,9 @@
</span><span class="cx">                             RenderTableCell {TD} at (59,2) size 55x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                               RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                                 text run at (1,1) width 53: &quot;Footer 2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,33) size 232x28
-          RenderTableRow (anonymous) at (0,2) size 232x24
-            RenderTableCell {TR} at (2,2) size 106x24 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,33) size 232x24
+          RenderTableRow (anonymous) at (0,0) size 232x22
+            RenderTableCell {TR} at (2,-1) size 106x24 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable at (0,0) size 86x24
</span><span class="cx">                 RenderTableSection (anonymous) at (0,0) size 86x24
</span><span class="cx">                   RenderTableRow (anonymous) at (0,2) size 86x20
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">                     RenderTableCell {TD} at (44,2) size 40x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                         text run at (1,1) width 38: &quot;Cell 2&quot;
</span><del>-            RenderTableCell {TR} at (110,2) size 120x24 [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TR} at (110,-1) size 120x24 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderTable at (0,0) size 86x24
</span><span class="cx">                 RenderTableSection (anonymous) at (0,0) size 86x24
</span><span class="cx">                   RenderTableRow (anonymous) at (0,2) size 86x20
</span><span class="lines">@@ -91,10 +91,10 @@
</span><span class="cx">                     RenderTableCell {TD} at (44,2) size 40x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                         text run at (1,1) width 38: &quot;Cell 4&quot;
</span><del>-      RenderBlock {P} at (0,224) size 784x18
</del><ins>+      RenderBlock {P} at (0,210) size 784x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 200x18
</span><span class="cx">           text run at (0,0) width 200: &quot;Row groups have display:block&quot;
</span><del>-      RenderTable {TABLE} at (10,258) size 122x106 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (10,244) size 122x102 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection (anonymous) at (1,1) size 120x52
</span><span class="cx">           RenderTableRow (anonymous) at (0,2) size 120x48
</span><span class="cx">             RenderTableCell (anonymous) at (2,2) size 116x48 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -120,9 +120,9 @@
</span><span class="cx">                         RenderTableCell {TD} at (59,2) size 55x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (1,1) size 53x18
</span><span class="cx">                             text run at (1,1) width 53: &quot;Footer 2&quot;
</span><del>-        RenderTableSection {TBODY} at (1,53) size 120x52
-          RenderTableRow (anonymous) at (0,2) size 120x48
-            RenderTableCell (anonymous) at (2,2) size 116x48 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,53) size 120x48
+          RenderTableRow (anonymous) at (0,0) size 120x46
+            RenderTableCell (anonymous) at (2,0) size 116x48 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {TR} at (0,0) size 116x24
</span><span class="cx">                 RenderTable at (0,0) size 86x24
</span><span class="cx">                   RenderTableSection (anonymous) at (0,0) size 86x24
</span><span class="lines">@@ -143,7 +143,7 @@
</span><span class="cx">                       RenderTableCell {TD} at (44,2) size 40x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                         RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                           text run at (1,1) width 38: &quot;Cell 4&quot;
</span><del>-      RenderTable at (0,374) size 302x182
</del><ins>+      RenderTable at (0,356) size 302x182
</ins><span class="cx">         RenderTableSection (anonymous) at (0,0) size 302x182
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 302x182
</span><span class="cx">             RenderTableCell {P} at (0,0) size 302x182 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletabledisplaytypesstrictexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/fast/table/table-display-types-strict-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -1,10 +1,10 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderView at (0,0) size 800x600
</span><del>-layer at (0,0) size 800x482
-  RenderBlock {HTML} at (0,0) size 800x482
-    RenderBody {BODY} at (8,10) size 784x464
-      RenderBlock {TABLE} at (10,0) size 764x96 [border: (1px solid #000000)]
-        RenderTable at (1,1) size 116x94
</del><ins>+layer at (0,0) size 800x468
+  RenderBlock {HTML} at (0,0) size 800x468
+    RenderBody {BODY} at (8,10) size 784x450
+      RenderBlock {TABLE} at (10,0) size 764x86 [border: (1px solid #000000)]
+        RenderTable at (1,1) size 116x84
</ins><span class="cx">           RenderTableSection {THEAD} at (0,0) size 116x24
</span><span class="cx">             RenderTableRow {TR} at (0,2) size 116x20
</span><span class="cx">               RenderTableCell {TD} at (2,2) size 55x20 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -13,31 +13,31 @@
</span><span class="cx">               RenderTableCell {TD} at (59,2) size 55x20 [r=0 c=1 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;Head 2&quot;
</span><del>-          RenderTableSection {TFOOT} at (0,70) size 116x24
-            RenderTableRow {TR} at (0,2) size 116x20
-              RenderTableCell {TD} at (2,2) size 55x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TFOOT} at (0,64) size 116x20
+            RenderTableRow {TR} at (0,0) size 116x18
+              RenderTableCell {TD} at (2,-1) size 55x20 [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;Footer 1&quot;
</span><del>-              RenderTableCell {TD} at (59,2) size 55x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (59,-1) size 55x20 [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;Footer 2&quot;
</span><del>-          RenderTableSection {TBODY} at (0,24) size 116x46
-            RenderTableRow {TR} at (0,2) size 116x20
-              RenderTableCell {TD} at (2,2) size 55x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (0,24) size 116x40
+            RenderTableRow {TR} at (0,0) size 116x18
+              RenderTableCell {TD} at (2,-1) size 55x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                   text run at (1,1) width 38: &quot;Cell 1&quot;
</span><del>-              RenderTableCell {TD} at (59,2) size 55x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (59,-1) size 55x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                   text run at (1,1) width 38: &quot;Cell 2&quot;
</span><del>-            RenderTableRow {TR} at (0,24) size 116x20
-              RenderTableCell {TD} at (2,24) size 55x20 [r=1 c=0 rs=1 cs=1]
</del><ins>+            RenderTableRow {TR} at (0,20) size 116x18
+              RenderTableCell {TD} at (2,19) size 55x20 [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                   text run at (1,1) width 38: &quot;Cell 3&quot;
</span><del>-              RenderTableCell {TD} at (59,24) size 55x20 [r=1 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TD} at (59,19) size 55x20 [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                   text run at (1,1) width 38: &quot;Cell 4&quot;
</span><del>-      RenderBlock {TABLE} at (10,106) size 764x54 [border: (1px solid #000000)]
-        RenderTable at (1,1) size 220x52
</del><ins>+      RenderBlock {TABLE} at (10,96) size 764x50 [border: (1px solid #000000)]
+        RenderTable at (1,1) size 220x48
</ins><span class="cx">           RenderTableSection (anonymous) at (0,0) size 220x28
</span><span class="cx">             RenderTableRow (anonymous) at (0,2) size 220x24
</span><span class="cx">               RenderTableCell {THEAD} at (2,2) size 100x24 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -62,23 +62,23 @@
</span><span class="cx">                         RenderInline {TD} at (0,0) size 55x20
</span><span class="cx">                           RenderText {#text} at (56,2) size 53x18
</span><span class="cx">                             text run at (56,2) width 53: &quot;Footer 2&quot;
</span><del>-          RenderTableSection {TBODY} at (0,28) size 220x24
-            RenderTableRow (anonymous) at (0,2) size 220x20
-              RenderTableCell {TR} at (2,2) size 100x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (0,28) size 220x20
+            RenderTableRow (anonymous) at (0,0) size 220x18
+              RenderTableCell {TR} at (2,-1) size 100x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {TD} at (0,0) size 40x20
</span><span class="cx">                   RenderText {#text} at (1,2) size 38x18
</span><span class="cx">                     text run at (1,2) width 38: &quot;Cell 1&quot;
</span><span class="cx">                 RenderInline {TD} at (0,0) size 40x20
</span><span class="cx">                   RenderText {#text} at (41,2) size 38x18
</span><span class="cx">                     text run at (41,2) width 38: &quot;Cell 2&quot;
</span><del>-              RenderTableCell {TR} at (104,2) size 114x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+              RenderTableCell {TR} at (104,-1) size 114x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                 RenderInline {TD} at (0,0) size 40x20
</span><span class="cx">                   RenderText {#text} at (1,2) size 38x18
</span><span class="cx">                     text run at (1,2) width 38: &quot;Cell 3&quot;
</span><span class="cx">                 RenderInline {TD} at (0,0) size 40x20
</span><span class="cx">                   RenderText {#text} at (41,2) size 38x18
</span><span class="cx">                     text run at (41,2) width 38: &quot;Cell 4&quot;
</span><del>-      RenderBlock {TABLE} at (10,170) size 764x102 [border: (1px solid #000000)]
</del><ins>+      RenderBlock {TABLE} at (10,156) size 764x102 [border: (1px solid #000000)]
</ins><span class="cx">         RenderBlock {THEAD} at (1,1) size 762x24
</span><span class="cx">           RenderBlock {TR} at (0,0) size 762x24
</span><span class="cx">             RenderTable at (0,0) size 102x24
</span><span class="lines">@@ -125,7 +125,7 @@
</span><span class="cx">                         RenderTableCell {TD} at (44,2) size 40x20 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (1,1) size 38x18
</span><span class="cx">                             text run at (1,1) width 38: &quot;Cell 4&quot;
</span><del>-      RenderTable at (0,282) size 302x182
</del><ins>+      RenderTable at (0,268) size 302x182
</ins><span class="cx">         RenderTableSection (anonymous) at (0,0) size 302x182
</span><span class="cx">           RenderTableRow (anonymous) at (0,0) size 302x182
</span><span class="cx">             RenderTableCell {P} at (0,0) size 302x182 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletabledisplaytypesverticalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/table-display-types-vertical-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/table-display-types-vertical-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/fast/table/table-display-types-vertical-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> layer at (0,0) size 785x1180
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 785x1180
</span><span class="cx">     RenderBody {BODY} at (8,10) size 769x1162
</span><del>-      RenderTable {TABLE} at (10,0) size 96x118 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (10,0) size 86x118 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 24x116
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 20x116
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 20x55 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -12,33 +12,33 @@
</span><span class="cx">             RenderTableCell {TD} at (2,59) size 20x55 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,1) size 18x46
</span><span class="cx">                 text run at (1,1) width 46: &quot;Head 2&quot;
</span><del>-        RenderTableSection {TFOOT} at (71,1) size 24x116
-          RenderTableRow {TR} at (0,2) size 20x116
-            RenderTableCell {TD} at (2,2) size 20x55 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 18x53
-                text run at (1,1) width 53: &quot;Footer 1&quot;
-            RenderTableCell {TD} at (2,59) size 20x55 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 18x53
-                text run at (1,1) width 53: &quot;Footer 2&quot;
-        RenderTableSection {TBODY} at (25,1) size 46x116
-          RenderTableRow {TR} at (0,2) size 20x116
-            RenderTableCell {TD} at (2,2) size 20x55 [r=0 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 18x38
-                text run at (1,1) width 38: &quot;Cell 1&quot;
-            RenderTableCell {TD} at (2,59) size 20x55 [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 18x38
-                text run at (1,1) width 38: &quot;Cell 2&quot;
-          RenderTableRow {TR} at (0,24) size 20x116
-            RenderTableCell {TD} at (24,2) size 20x55 [r=1 c=0 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 18x38
-                text run at (1,1) width 38: &quot;Cell 3&quot;
-            RenderTableCell {TD} at (24,59) size 20x55 [r=1 c=1 rs=1 cs=1]
-              RenderText {#text} at (1,1) size 18x38
-                text run at (1,1) width 38: &quot;Cell 4&quot;
</del><ins>+        RenderTableSection {TFOOT} at (65,1) size 20x116
+          RenderTableRow {TR} at (0,0) size 18x116
+            RenderTableCell {TD} at (0,1) size 18x57 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,2) size 18x53
+                text run at (0,2) width 53: &quot;Footer 1&quot;
+            RenderTableCell {TD} at (0,58) size 18x57 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,2) size 18x53
+                text run at (0,2) width 53: &quot;Footer 2&quot;
+        RenderTableSection {TBODY} at (25,1) size 40x116
+          RenderTableRow {TR} at (0,0) size 18x116
+            RenderTableCell {TD} at (0,1) size 18x57 [r=0 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,2) size 18x38
+                text run at (0,2) width 38: &quot;Cell 1&quot;
+            RenderTableCell {TD} at (0,58) size 18x57 [r=0 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,2) size 18x38
+                text run at (0,2) width 38: &quot;Cell 2&quot;
+          RenderTableRow {TR} at (0,20) size 18x116
+            RenderTableCell {TD} at (20,1) size 18x57 [r=1 c=0 rs=1 cs=1]
+              RenderText {#text} at (0,2) size 18x38
+                text run at (0,2) width 38: &quot;Cell 3&quot;
+            RenderTableCell {TD} at (20,58) size 18x57 [r=1 c=1 rs=1 cs=1]
+              RenderText {#text} at (0,2) size 18x38
+                text run at (0,2) width 38: &quot;Cell 4&quot;
</ins><span class="cx">       RenderBlock {P} at (0,134) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 222x18
</span><span class="cx">           text run at (0,0) width 222: &quot;Row groups have display:table-cell&quot;
</span><del>-      RenderTable {TABLE} at (10,168) size 62x234 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (10,168) size 58x234 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection (anonymous) at (1,1) size 32x232
</span><span class="cx">           RenderTableRow (anonymous) at (0,2) size 28x232
</span><span class="cx">             RenderTableCell {THEAD} at (2,2) size 28x106 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -69,10 +69,10 @@
</span><span class="cx">                             RenderTableCell {TD} at (2,59) size 20x55 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                               RenderText {#text} at (1,1) size 18x53
</span><span class="cx">                                 text run at (1,1) width 53: &quot;Footer 2&quot;
</span><del>-        RenderTableSection {TBODY} at (33,1) size 28x232
-          RenderTableRow (anonymous) at (0,2) size 24x232
-            RenderTableCell {TR} at (2,2) size 24x106 [r=0 c=0 rs=1 cs=1]
-              RenderTable at (0,0) size 24x86
</del><ins>+        RenderTableSection {TBODY} at (33,1) size 24x232
+          RenderTableRow (anonymous) at (0,0) size 22x232
+            RenderTableCell {TR} at (0,1) size 22x108 [r=0 c=0 rs=1 cs=1]
+              RenderTable at (-1,1) size 24x86
</ins><span class="cx">                 RenderTableSection (anonymous) at (0,0) size 24x86
</span><span class="cx">                   RenderTableRow (anonymous) at (0,2) size 20x86
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 20x40 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -81,8 +81,8 @@
</span><span class="cx">                     RenderTableCell {TD} at (2,44) size 20x40 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 18x38
</span><span class="cx">                         text run at (1,1) width 38: &quot;Cell 2&quot;
</span><del>-            RenderTableCell {TR} at (2,110) size 24x120 [r=0 c=1 rs=1 cs=1]
-              RenderTable at (0,0) size 24x86
</del><ins>+            RenderTableCell {TR} at (0,109) size 22x122 [r=0 c=1 rs=1 cs=1]
+              RenderTable at (-1,1) size 24x86
</ins><span class="cx">                 RenderTableSection (anonymous) at (0,0) size 24x86
</span><span class="cx">                   RenderTableRow (anonymous) at (0,2) size 20x86
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 20x40 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx">       RenderBlock {P} at (0,418) size 769x18
</span><span class="cx">         RenderText {#text} at (0,0) size 200x18
</span><span class="cx">           text run at (0,0) width 200: &quot;Row groups have display:block&quot;
</span><del>-      RenderTable {TABLE} at (10,452) size 106x122 [border: (1px solid #000000)]
</del><ins>+      RenderTable {TABLE} at (10,452) size 102x122 [border: (1px solid #000000)]
</ins><span class="cx">         RenderTableSection (anonymous) at (1,1) size 52x120
</span><span class="cx">           RenderTableRow (anonymous) at (0,2) size 48x120
</span><span class="cx">             RenderTableCell (anonymous) at (2,2) size 48x116 [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -120,9 +120,9 @@
</span><span class="cx">                         RenderTableCell {TD} at (2,59) size 20x55 [r=0 c=1 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (1,1) size 18x53
</span><span class="cx">                             text run at (1,1) width 53: &quot;Footer 2&quot;
</span><del>-        RenderTableSection {TBODY} at (53,1) size 52x120
-          RenderTableRow (anonymous) at (0,2) size 48x120
-            RenderTableCell (anonymous) at (2,2) size 48x116 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (53,1) size 48x120
+          RenderTableRow (anonymous) at (0,0) size 46x120
+            RenderTableCell (anonymous) at (0,2) size 46x118 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderBlock {TR} at (0,0) size 24x116
</span><span class="cx">                 RenderTable at (0,0) size 24x86
</span><span class="cx">                   RenderTableSection (anonymous) at (0,0) size 24x86
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfasttabletableInsideCaptionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/table/tableInsideCaption-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/table/tableInsideCaption-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/fast/table/tableInsideCaption-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -3,17 +3,17 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 202x80
-        RenderTableSection {TBODY} at (0,0) size 202x80
-          RenderTableRow {TR} at (0,2) size 202x76
-            RenderTableCell {TD} at (2,2) size 198x76 [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,0) size 202x76
+        RenderTableSection {TBODY} at (0,0) size 202x76
+          RenderTableRow {TR} at (0,2) size 202x72
+            RenderTableCell {TD} at (2,2) size 198x72 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderTable {TABLE} at (1,1) size 196x24
</span><span class="cx">                 RenderTableSection {TBODY} at (0,0) size 196x24
</span><span class="cx">                   RenderTableRow {TR} at (0,2) size 196x20
</span><span class="cx">                     RenderTableCell {TD} at (2,2) size 192x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                       RenderText {#text} at (1,1) size 190x18
</span><span class="cx">                         text run at (1,1) width 190: &quot;This should all be on one line.&quot;
</span><del>-              RenderTable {TABLE} at (1,25) size 84x50
</del><ins>+              RenderTable {TABLE} at (1,25) size 84x46
</ins><span class="cx">                 RenderTableSection {THEAD} at (0,24) size 84x2
</span><span class="cx">                 RenderBlock {CAPTION} at (0,0) size 84x24
</span><span class="cx">                   RenderTable {TABLE} at (14,0) size 56x24
</span><span class="lines">@@ -22,11 +22,11 @@
</span><span class="cx">                         RenderTableCell {TD} at (2,2) size 52x20 [r=0 c=0 rs=1 cs=1]
</span><span class="cx">                           RenderText {#text} at (1,1) size 50x18
</span><span class="cx">                             text run at (1,1) width 50: &quot;Caption&quot;
</span><del>-                RenderTableSection {TBODY} at (0,26) size 84x24
-                  RenderTableRow {TR} at (0,2) size 84x20
-                    RenderTableCell {TD} at (2,2) size 49x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+                RenderTableSection {TBODY} at (0,26) size 84x20
+                  RenderTableRow {TR} at (0,0) size 84x18
+                    RenderTableCell {TD} at (2,-1) size 49x20 [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 47x18
</span><span class="cx">                         text run at (1,1) width 47: &quot;Bottom&quot;
</span><del>-                    RenderTableCell {TD} at (53,2) size 29x20 [r=0 c=1 rs=1 cs=1]
</del><ins>+                    RenderTableCell {TD} at (53,-1) size 29x20 [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">                       RenderText {#text} at (1,1) size 27x18
</span><span class="cx">                         text run at (1,1) width 27: &quot;line.&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug102961expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x5957
</del><ins>+layer at (0,0) size 785x5929
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x5957
-  RenderBlock {HTML} at (0,0) size 785x5957
-    RenderBody {BODY} at (8,21) size 769x5920
</del><ins>+layer at (0,0) size 785x5929
+  RenderBlock {HTML} at (0,0) size 785x5929
+    RenderBody {BODY} at (8,21) size 769x5892
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x37
</span><span class="cx">         RenderText {#text} at (0,0) size 486x37
</span><span class="cx">           text run at (0,0) width 486: &quot;Vertical alignment and table height&quot;
</span><span class="lines">@@ -561,7 +561,7 @@
</span><span class="cx">             RenderTableCell {TD} at (74,50) size 34x22 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,3126) size 110x174
</del><ins>+      RenderTable {TABLE} at (0,3126) size 110x160
</ins><span class="cx">         RenderTableSection {THEAD} at (0,0) size 110x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -583,59 +583,59 @@
</span><span class="cx">             RenderTableCell {TD} at (74,26) size 34x22 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,124) size 110x50
-          RenderTableRow {TR} at (0,2) size 110x22
-            RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,116) size 110x44
+          RenderTableRow {TR} at (0,0) size 110x20
+            RenderTableCell {TD} at (2,-1) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,2) size 34x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,-1) size 34x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,2) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,-1) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 110x22
-            RenderTableCell {TD} at (2,26) size 34x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,22) size 110x20
+            RenderTableCell {TD} at (2,21) size 34x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,26) size 34x22 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,21) size 34x22 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,26) size 34x22 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,21) size 34x22 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-        RenderTableSection {TBODY} at (0,50) size 110x74
-          RenderTableRow {TR} at (0,2) size 110x22
-            RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,50) size 110x66
+          RenderTableRow {TR} at (0,0) size 110x20
+            RenderTableCell {TD} at (2,-1) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,2) size 34x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,-1) size 34x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,2) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,-1) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 110x22
-            RenderTableCell {TD} at (2,26) size 34x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,22) size 110x20
+            RenderTableCell {TD} at (2,21) size 34x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,26) size 34x22 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,21) size 34x22 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,26) size 34x22 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,21) size 34x22 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,50) size 110x22
-            RenderTableCell {TD} at (2,50) size 34x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,44) size 110x20
+            RenderTableCell {TD} at (2,43) size 34x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,50) size 34x22 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,43) size 34x22 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,50) size 34x22 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,43) size 34x22 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,3300) size 110x174
</del><ins>+      RenderTable {TABLE} at (0,3286) size 110x160
</ins><span class="cx">         RenderTableSection {THEAD} at (0,0) size 110x50
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -657,62 +657,62 @@
</span><span class="cx">             RenderTableCell {TD} at (74,26) size 34x22 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,124) size 110x50
-          RenderTableRow {TR} at (0,2) size 110x22
-            RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,116) size 110x44
+          RenderTableRow {TR} at (0,0) size 110x20
+            RenderTableCell {TD} at (2,-1) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,2) size 34x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,-1) size 34x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,2) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,-1) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 110x22
-            RenderTableCell {TD} at (2,26) size 34x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,22) size 110x20
+            RenderTableCell {TD} at (2,21) size 34x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,26) size 34x22 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,21) size 34x22 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,26) size 34x22 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,21) size 34x22 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-        RenderTableSection {TBODY} at (0,50) size 110x74
-          RenderTableRow {TR} at (0,2) size 110x22
-            RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (0,50) size 110x66
+          RenderTableRow {TR} at (0,0) size 110x20
+            RenderTableCell {TD} at (2,-1) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,2) size 34x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,-1) size 34x22 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,2) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,-1) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,26) size 110x22
-            RenderTableCell {TD} at (2,26) size 34x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,22) size 110x20
+            RenderTableCell {TD} at (2,21) size 34x22 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,26) size 34x22 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,21) size 34x22 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,26) size 34x22 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,21) size 34x22 [border: (1px solid #000000)] [r=1 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-          RenderTableRow {TR} at (0,50) size 110x22
-            RenderTableCell {TD} at (2,50) size 34x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,44) size 110x20
+            RenderTableCell {TD} at (2,43) size 34x22 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (38,50) size 34x22 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (38,43) size 34x22 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-            RenderTableCell {TD} at (74,50) size 34x22 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (74,43) size 34x22 [border: (1px solid #000000)] [r=2 c=2 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderBlock {P} at (0,3490) size 769x18
</del><ins>+      RenderBlock {P} at (0,3462) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 487x18
</span><span class="cx">           text run at (0,0) width 487: &quot;The following table should look normal, since very small heights get ignored:&quot;
</span><del>-      RenderTable {TABLE} at (0,3524) size 110x26
</del><ins>+      RenderTable {TABLE} at (0,3496) size 110x26
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -724,10 +724,10 @@
</span><span class="cx">             RenderTableCell {TD} at (74,2) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderBlock {P} at (0,3566) size 769x18
</del><ins>+      RenderBlock {P} at (0,3538) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 252x18
</span><span class="cx">           text run at (0,0) width 252: &quot;So should this one, for auto cell heights:&quot;
</span><del>-      RenderTable {TABLE} at (0,3600) size 110x26
</del><ins>+      RenderTable {TABLE} at (0,3572) size 110x26
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x22
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -739,10 +739,10 @@
</span><span class="cx">             RenderTableCell {TD} at (74,2) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderBlock {P} at (0,3642) size 769x18
</del><ins>+      RenderBlock {P} at (0,3614) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 627x18
</span><span class="cx">           text run at (0,0) width 627: &quot;These tables should look the same - all cells should be 100px tall with the text at the top of the cells:&quot;
</span><del>-      RenderTable {TABLE} at (0,3676) size 110x108
</del><ins>+      RenderTable {TABLE} at (0,3648) size 110x108
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x104
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -754,7 +754,7 @@
</span><span class="cx">             RenderTableCell {TD} at (74,2) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,3784) size 110x108
</del><ins>+      RenderTable {TABLE} at (0,3756) size 110x108
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x104
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -766,7 +766,7 @@
</span><span class="cx">             RenderTableCell {TD} at (74,43) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,3892) size 110x108
</del><ins>+      RenderTable {TABLE} at (0,3864) size 110x108
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x104
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -778,7 +778,7 @@
</span><span class="cx">             RenderTableCell {TD} at (74,2) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4000) size 110x108
</del><ins>+      RenderTable {TABLE} at (0,3972) size 110x108
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x104
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -790,10 +790,10 @@
</span><span class="cx">             RenderTableCell {TD} at (74,2) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderBlock {P} at (0,4124) size 769x18
</del><ins>+      RenderBlock {P} at (0,4096) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 715x18
</span><span class="cx">           text run at (0,0) width 715: &quot;In these four tables, the text should be 20px lower each cell, but should otherwise look like the above three tables:&quot;
</span><del>-      RenderTable {TABLE} at (0,4158) size 106x108
</del><ins>+      RenderTable {TABLE} at (0,4130) size 106x108
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x104
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -805,7 +805,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,2) size 32x100 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x18
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4266) size 106x108
</del><ins>+      RenderTable {TABLE} at (0,4238) size 106x108
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x104
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -817,7 +817,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,2) size 32x60 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x18
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4374) size 106x108
</del><ins>+      RenderTable {TABLE} at (0,4346) size 106x108
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x104
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -829,7 +829,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,4) size 32x100 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x18
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4482) size 110x108
</del><ins>+      RenderTable {TABLE} at (0,4454) size 110x108
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 110x108
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 110x104
</span><span class="cx">             RenderTableCell {TD} at (2,43) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -841,10 +841,10 @@
</span><span class="cx">             RenderTableCell {TD} at (74,43) size 34x22 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 30x18
</span><span class="cx">                 text run at (2,2) width 30: &quot;Data&quot;
</span><del>-      RenderBlock {P} at (0,4606) size 769x18
</del><ins>+      RenderBlock {P} at (0,4578) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 370x18
</span><span class="cx">           text run at (0,0) width 370: &quot;These should have the text 40px from the top in every cell:&quot;
</span><del>-      RenderTable {TABLE} at (0,4640) size 106x107
</del><ins>+      RenderTable {TABLE} at (0,4612) size 106x107
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x107
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x103
</span><span class="cx">             RenderTableCell {TD} at (2,41) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -856,7 +856,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,2) size 32x100 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x18
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4747) size 106x106
</del><ins>+      RenderTable {TABLE} at (0,4719) size 106x106
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x106
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x102
</span><span class="cx">             RenderTableCell {TD} at (2,41) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -868,7 +868,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,2) size 32x60 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x18
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4853) size 106x106
</del><ins>+      RenderTable {TABLE} at (0,4825) size 106x106
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x106
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x102
</span><span class="cx">             RenderTableCell {TD} at (2,42) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -880,7 +880,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,3) size 32x100 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x18
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,4959) size 106x106
</del><ins>+      RenderTable {TABLE} at (0,4931) size 106x106
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x106
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x102
</span><span class="cx">             RenderTableCell {TD} at (2,82) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -892,7 +892,7 @@
</span><span class="cx">             RenderTableCell {TD} at (72,4) size 32x100 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (1,41) size 30x18
</span><span class="cx">                 text run at (1,41) width 30: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,5065) size 106x68
</del><ins>+      RenderTable {TABLE} at (0,5037) size 106x68
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 106x68
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 106x64
</span><span class="cx">             RenderTableCell {TD} at (2,44) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -904,11 +904,11 @@
</span><span class="cx">             RenderTableCell {TD} at (72,6) size 32x60 [border: (1px solid #000000)] [r=0 c=2 rs=1 cs=1]
</span><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 {P} at (0,5149) size 769x36
</del><ins>+      RenderBlock {P} at (0,5121) size 769x36
</ins><span class="cx">         RenderText {#text} at (0,0) size 749x36
</span><span class="cx">           text run at (0,0) width 749: &quot;In each of the following tables, three of the cells should have the same baseline of the first line, and the three so marked&quot;
</span><span class="cx">           text run at (0,18) width 269: &quot;should be aligned top, middle, and bottom:&quot;
</span><del>-      RenderTable {TABLE} at (0,5201) size 458x118
</del><ins>+      RenderTable {TABLE} at (0,5173) size 458x118
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 458x118
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 458x114
</span><span class="cx">             RenderTableCell {TD} at (2,74) size 34x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -929,7 +929,7 @@
</span><span class="cx">             RenderTableCell {TD} at (405,94) size 51x22 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 47x18
</span><span class="cx">                 text run at (2,2) width 47: &quot;Bottom&quot;
</span><del>-      RenderTable {TABLE} at (0,5319) size 458x118
</del><ins>+      RenderTable {TABLE} at (0,5291) size 458x118
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 458x118
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 458x114
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 30x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -950,7 +950,7 @@
</span><span class="cx">             RenderTableCell {TD} at (362,45) size 94x59 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 90x55
</span><span class="cx">                 text run at (2,2) width 90: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,5437) size 458x118
</del><ins>+      RenderTable {TABLE} at (0,5409) size 458x118
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 458x118
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 458x114
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 186x114 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -971,7 +971,7 @@
</span><span class="cx">             RenderTableCell {TD} at (362,45) size 94x59 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 90x55
</span><span class="cx">                 text run at (2,2) width 90: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,5555) size 458x118
</del><ins>+      RenderTable {TABLE} at (0,5527) size 458x118
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 458x118
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 458x114
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 30x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -992,7 +992,7 @@
</span><span class="cx">             RenderTableCell {TD} at (270,2) size 186x114 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 182x110
</span><span class="cx">                 text run at (2,2) width 182: &quot;Data&quot;
</span><del>-      RenderTable {TABLE} at (0,5673) size 458x118
</del><ins>+      RenderTable {TABLE} at (0,5645) size 458x118
</ins><span class="cx">         RenderTableSection {TBODY} at (0,0) size 458x118
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 458x114
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 30x22 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="lines">@@ -1013,11 +1013,11 @@
</span><span class="cx">             RenderTableCell {TD} at (407,48) size 49x22 [border: (1px solid #000000)] [r=0 c=5 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 45x18
</span><span class="cx">                 text run at (2,2) width 45: &quot;Middle&quot;
</span><del>-      RenderBlock {HR} at (0,5799) size 769x2 [border: (1px inset #000000)]
-      RenderBlock {P} at (0,5817) size 769x35
</del><ins>+      RenderBlock {HR} at (0,5771) size 769x2 [border: (1px inset #000000)]
+      RenderBlock {P} at (0,5789) size 769x35
</ins><span class="cx">         RenderInline {A} at (0,0) size 88x18 [color=#0000EE]
</span><span class="cx">           RenderImage {IMG} at (0,0) size 88x31
</span><del>-      RenderBlock {P} at (0,5868) size 769x18
</del><ins>+      RenderBlock {P} at (0,5840) size 769x18
</ins><span class="cx">         RenderText {#text} at (0,0) size 58x18
</span><span class="cx">           text run at (0,0) width 58: &quot;(Back to &quot;
</span><span class="cx">         RenderInline {A} at (0,0) size 158x18 [color=#0000EE]
</span><span class="lines">@@ -1030,7 +1030,7 @@
</span><span class="cx">             text run at (224,0) width 82: &quot;David Baron&quot;
</span><span class="cx">         RenderText {#text} at (306,0) size 5x18
</span><span class="cx">           text run at (306,0) width 5: &quot;)&quot;
</span><del>-      RenderBlock {P} at (0,5902) size 769x18
</del><ins>+      RenderBlock {P} at (0,5874) size 769x18
</ins><span class="cx">         RenderInline {A} at (0,0) size 33x18 [color=#0000EE]
</span><span class="cx">           RenderText {#text} at (0,0) size 33x18
</span><span class="cx">             text run at (0,0) width 33: &quot;LDB&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug13118expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug13118-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug13118-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug13118-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -6,10 +6,10 @@
</span><span class="cx">       RenderBlock {H4} at (0,0) size 784x18
</span><span class="cx">         RenderText {#text} at (0,0) size 538x18
</span><span class="cx">           text run at (0,0) width 538: &quot;TBODY is not correctly positioned when TFOOT is present but THEAD is not:&quot;
</span><del>-      RenderTable {TABLE} at (0,39) size 67x54 [border: (1px outset #808080)]
-        RenderTableSection {TFOOT} at (1,27) size 65x26
-          RenderTableRow {TR} at (0,2) size 65x22
-            RenderTableCell {TD} at (2,2) size 61x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+      RenderTable {TABLE} at (0,39) size 67x50 [border: (1px outset #808080)]
+        RenderTableSection {TFOOT} at (1,27) size 65x22
+          RenderTableRow {TR} at (0,0) size 65x20
+            RenderTableCell {TD} at (2,-1) size 61x22 [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><span class="cx">         RenderTableSection {TBODY} at (1,1) size 65x26
</span><span class="lines">@@ -17,25 +17,25 @@
</span><span class="cx">             RenderTableCell {TD} at (2,2) size 61x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><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>-      RenderBlock (anonymous) at (0,93) size 784x18
</del><ins>+      RenderBlock (anonymous) at (0,89) size 784x18
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span><del>-      RenderTable {TABLE} at (0,111) size 68x80 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,107) size 68x72 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 66x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 66x22
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 62x22 [border: (1px inset #808080)] [r=0 c=0 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,53) size 66x26
-          RenderTableRow {TR} at (0,2) size 66x22
-            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,49) size 66x22
+          RenderTableRow {TR} at (0,0) size 66x20
+            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>-        RenderTableSection {TBODY} at (1,27) size 66x26
-          RenderTableRow {TR} at (0,2) size 66x22
-            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 66x22
+          RenderTableRow {TR} at (0,0) size 66x20
+            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>-      RenderBlock {P} at (0,207) size 784x250
</del><ins>+      RenderBlock {P} at (0,195) size 784x190
</ins><span class="cx">         RenderBlock (anonymous) at (0,0) size 784x18
</span><span class="cx">           RenderText {#text} at (0,0) size 154x18
</span><span class="cx">             text run at (0,0) width 154: &quot;Same as above but with &quot;
</span><span class="lines">@@ -44,10 +44,10 @@
</span><span class="cx">               text run at (154,2) width 128: &quot;CELLSPACING=\&quot;10\&quot;&quot;
</span><span class="cx">           RenderText {#text} at (282,0) size 4x18
</span><span class="cx">             text run at (282,0) width 4: &quot;:&quot;
</span><del>-        RenderTable {TABLE} at (0,18) size 83x86 [border: (1px outset #808080)]
-          RenderTableSection {TFOOT} at (1,43) size 81x42
-            RenderTableRow {TR} at (0,10) size 81x22
-              RenderTableCell {TD} at (10,10) size 61x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTable {TABLE} at (0,18) size 83x66 [border: (1px outset #808080)]
+          RenderTableSection {TFOOT} at (1,43) size 81x22
+            RenderTableRow {TR} at (0,0) size 81x12
+              RenderTableCell {TD} at (10,-5) size 61x22 [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><span class="cx">           RenderTableSection {TBODY} at (1,1) size 81x42
</span><span class="lines">@@ -55,21 +55,21 @@
</span><span class="cx">               RenderTableCell {TD} at (10,10) size 61x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><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>-        RenderBlock (anonymous) at (0,104) size 784x18
</del><ins>+        RenderBlock (anonymous) at (0,84) size 784x18
</ins><span class="cx">           RenderBR {BR} at (0,0) size 0x18
</span><del>-        RenderTable {TABLE} at (0,122) size 84x128 [border: (1px outset #808080)]
</del><ins>+        RenderTable {TABLE} at (0,102) size 84x88 [border: (1px outset #808080)]
</ins><span class="cx">           RenderTableSection {THEAD} at (1,1) size 82x42
</span><span class="cx">             RenderTableRow {TR} at (0,10) size 82x22
</span><span class="cx">               RenderTableCell {TH} at (10,10) size 62x22 [border: (1px inset #808080)] [r=0 c=0 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,85) size 82x42
-            RenderTableRow {TR} at (0,10) size 82x22
-              RenderTableCell {TD} at (10,10) size 62x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TFOOT} at (1,65) size 82x22
+            RenderTableRow {TR} at (0,0) size 82x12
+              RenderTableCell {TD} at (10,-5) 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>-          RenderTableSection {TBODY} at (1,43) size 82x42
-            RenderTableRow {TR} at (0,10) size 82x22
-              RenderTableCell {TD} at (10,10) size 62x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+          RenderTableSection {TBODY} at (1,43) size 82x22
+            RenderTableRow {TR} at (0,0) size 82x12
+              RenderTableCell {TD} at (10,-5) 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></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug190611expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</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,61 +57,61 @@
</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 {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=3 cs=1]
</del><ins>+            RenderTableCell {TD} at (463,58) size 173x30 [border: (1px inset #808080)] [r=2 c=3 rs=3 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;R4-6C4&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><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,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;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 (463,38) size 173x30 [border: (1px inset #808080)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (463,28) size 173x30 [border: (1px inset #808080)] [r=1 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;R6C5&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillabugsbug3263expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3263-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3263-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug3263-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</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 74x54 [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,0) size 74x50 [border: (1px outset #808080)]
</ins><span class="cx">         RenderTableSection {THEAD} at (1,1) size 72x26
</span><span class="cx">           RenderTableRow {TR} at (0,2) size 72x22
</span><span class="cx">             RenderTableCell {TH} at (2,2) size 68x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">               RenderText {#text} at (2,2) size 64x18
</span><span class="cx">                 text run at (2,2) width 64: &quot;thead cell&quot;
</span><del>-        RenderTableSection {TBODY} at (1,27) size 72x26
-          RenderTableRow {TR} at (0,2) size 72x22
-            RenderTableCell {TD} at (2,2) size 68x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TBODY} at (1,27) size 72x22
+          RenderTableRow {TR} at (0,0) size 72x20
+            RenderTableCell {TD} at (2,-1) size 68x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
</ins><span class="cx">               RenderText {#text} at (2,2) size 62x18
</span><span class="cx">                 text run at (2,2) width 62: &quot;tbody cell&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozilladomappendTbodyExpand1expectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/dom/appendTbodyExpand1-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</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 214x18
</span><span class="cx">           text run at (0,0) width 214: &quot;The 2 tables should look the same&quot;
</span><del>-      RenderTable {TABLE} at (0,18) size 62x54 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,18) 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">@@ -15,17 +15,17 @@
</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 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;c12&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 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;X1&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 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;X2&quot;
</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>-      RenderTable {TABLE} at (0,90) size 62x54 [bgcolor=#FFA500] [border: (1px outset #808080)]
</del><ins>+      RenderTable {TABLE} at (0,86) 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">@@ -34,13 +34,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 23x18
</span><span class="cx">                 text run at (2,2) width 23: &quot;c12&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 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;X1&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 20x18
</span><span class="cx">                 text run at (2,2) width 20: &quot;X2&quot;
</span><del>-      RenderBlock (anonymous) at (0,144) size 784x18
</del><ins>+      RenderBlock (anonymous) at (0,136) size 784x18
</ins><span class="cx">         RenderBR {BR} at (0,0) size 0x18
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinbackgr_layersopacityexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1280
</del><ins>+layer at (0,0) size 785x1245
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1280
-  RenderBlock {HTML} at (0,0) size 785x1280
-    RenderBody {BODY} at (8,17) size 769x1255 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1245
+  RenderBlock {HTML} at (0,0) size 785x1245
+    RenderBody {BODY} at (8,17) size 769x1220 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,294) size 618x480 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
</del><ins>+      RenderTable {TABLE} at (0,294) size 618x445 [color=#000000] [bgcolor=#FFFFFF] [border: (1px dotted #000000)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 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,8 +62,8 @@
</span><span class="cx">         RenderTableCol {COLGROUP} at (0,0) size 0x0
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection {THEAD} at (1,23) size 616x114
</span><del>-        RenderTableSection {TBODY} at (1,137) size 616x213
-      RenderTable {TABLE} at (0,774) size 578x432 [color=#000000] [bgcolor=#FFFFFF] [border: (6px dotted #000000)]
</del><ins>+        RenderTableSection {TBODY} at (1,137) size 616x192
+      RenderTable {TABLE} at (0,739) 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">@@ -75,11 +75,11 @@
</span><span class="cx">           RenderTableCol {COL} at (0,0) size 0x0
</span><span class="cx">         RenderTableSection {THEAD} at (0,28) size 577x99
</span><span class="cx">         RenderTableSection {TBODY} at (0,127) size 577x190
</span><del>-      RenderBlock {DIV} at (0,1206) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1171) 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,1240) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1205) 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 class="cx"> layer at (9,341) size 616x100
</span><span class="lines">@@ -95,46 +95,46 @@
</span><span class="cx">   RenderTableCell {TH} at (7,44) size 130x26 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">     RenderText {#text} at (42,2) size 46x22
</span><span class="cx">       text run at (42,2) width 46: &quot;TH A&quot;
</span><del>-layer at (9,661) size 616x129
-  RenderTableSection {TFOOT} at (1,350) size 616x129 [bgcolor=#FFFF00]
-layer at (9,668) size 616x115
-  RenderTableRow {TR} at (0,7) size 616x115 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (7,51) size 357x26 [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</del><ins>+layer at (9,640) size 616x115
+  RenderTableSection {TFOOT} at (1,329) size 616x115 [bgcolor=#FFFF00]
+layer at (9,640) size 616x108
+  RenderTableRow {TR} at (0,0) size 616x108 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (7,41) size 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>-layer at (505,668) size 113x115
-  RenderTableCell {TD} at (496,51) size 113x26 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</del><ins>+layer at (505,640) size 113x108
+  RenderTableCell {TD} at (496,41) size 113x26 [bgcolor=#0000FF] [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>-layer at (9,455) size 616x108
-  RenderTableRow {TR} at (0,7) size 616x108 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (7,81) size 130x50 [border: (13px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</del><ins>+layer at (9,448) size 616x101
+  RenderTableRow {TR} at (0,0) size 616x101 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (7,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>-layer at (9,570) size 616x84
-  RenderTableRow {TR} at (0,122) size 616x84 [bgcolor=#FF0000]
-    RenderTableCell {TD} at (144,151) size 220x26 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</del><ins>+layer at (9,556) size 616x77
+  RenderTableRow {TR} at (0,108) size 616x77 [bgcolor=#FF0000]
+    RenderTableCell {TD} at (144,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>-layer at (8,819) size 577x99
</del><ins>+layer at (8,784) size 577x99
</ins><span class="cx">   RenderTableRow {TR} at (0,0) size 577x99 [bgcolor=#FF0000]
</span><span class="cx">     RenderTableCell {TH} at (135,31) size 207x37 [border: (7px dotted #000000)] [r=0 c=1 rs=1 cs=1]
</span><span class="cx">       RenderText {#text} at (81,8) size 46x22
</span><span class="lines">@@ -143,13 +143,13 @@
</span><span class="cx">     RenderTableCell {TH} at (465,37) size 112x25 [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>-layer at (8,819) size 135x99
</del><ins>+layer at (8,784) size 135x99
</ins><span class="cx">   RenderTableCell {TH} at (0,34) size 135x31 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=0 rs=1 cs=1]
</span><span class="cx">     RenderText {#text} at (42,2) size 46x22
</span><span class="cx">       text run at (42,2) width 46: &quot;TH A&quot;
</span><del>-layer at (8,1108) size 577x114
</del><ins>+layer at (8,1073) size 577x114
</ins><span class="cx">   RenderTableSection {TFOOT} at (0,317) size 577x114 [bgcolor=#FFFF00]
</span><del>-layer at (8,1108) size 577x114
</del><ins>+layer at (8,1073) size 577x114
</ins><span class="cx">   RenderTableRow {TR} at (0,0) size 577x114 [bgcolor=#FF0000]
</span><span class="cx">     RenderTableCell {TD} at (0,41) size 342x31 [border: (7px dotted #000000)] [r=0 c=0 rs=1 cs=2]
</span><span class="cx">       RenderText {#text} at (2,8) size 47x22
</span><span class="lines">@@ -157,11 +157,11 @@
</span><span class="cx">     RenderTableCell {TD} at (342,44) size 123x25 [border: (1px dotted #000000)] [r=0 c=2 rs=1 cs=1]
</span><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>-layer at (473,1108) size 112x114
</del><ins>+layer at (473,1073) size 112x114
</ins><span class="cx">   RenderTableCell {TD} at (465,44) size 112x25 [bgcolor=#0000FF] [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</span><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>-layer at (8,918) size 577x107
</del><ins>+layer at (8,883) size 577x107
</ins><span class="cx">   RenderTableRow {TR} at (0,0) size 577x107 [bgcolor=#FF0000]
</span><span class="cx">     RenderTableCell {TD} at (0,76) size 135x37 [border: (7px dotted #000000)] [r=0 c=0 rs=2 cs=1]
</span><span class="cx">       RenderText {#text} at (8,8) size 44x22
</span><span class="lines">@@ -175,7 +175,7 @@
</span><span class="cx">     RenderTableCell {TD} at (465,41) size 112x25 [border: (1px dotted #000000)] [r=0 c=3 rs=1 cs=1]
</span><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>-layer at (8,1025) size 577x83
</del><ins>+layer at (8,990) size 577x83
</ins><span class="cx">   RenderTableRow {TR} at (0,107) size 577x83 [bgcolor=#FF0000]
</span><span class="cx">     RenderTableCell {TD} at (135,136) size 207x25 [border: (1px dotted #000000)] [r=1 c=1 rs=1 cs=1]
</span><span class="cx">       RenderText {#text} at (8,2) size 42x22
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinbackgr_positiontableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1235
</del><ins>+layer at (0,0) size 785x1200
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1235
-  RenderBlock {HTML} at (0,0) size 785x1235
-    RenderBody {BODY} at (8,17) size 769x1210 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1200
+  RenderBlock {HTML} at (0,0) size 785x1200
+    RenderBody {BODY} at (8,17) size 769x1175 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,249) size 618x480 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,249) size 618x445 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 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">@@ -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 (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>-        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>-      RenderTable {TABLE} at (0,729) size 578x432 [color=#FFFFFF] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,694) size 578x432 [color=#FFFFFF] [bgcolor=#000000] [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">@@ -158,10 +158,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,1161) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1126) 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,1195) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1160) 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="trunkLayoutTestsplatformmactablesmozillamarvinbackgr_simpletablecellexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</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">@@ -49,7 +49,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,307) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,307) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 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">@@ -73,42 +73,42 @@
</span><span class="cx">             RenderTableCell {TH} at (496,44) size 113x26 [bgcolor=#000000] [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 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,41) size 118x26 [bgcolor=#000000] [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 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,41) size 113x26 [bgcolor=#000000] [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 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=1 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (144,37) size 220x26 [bgcolor=#000000] [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 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,37) size 118x26 [bgcolor=#000000] [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 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=0 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,37) size 113x26 [bgcolor=#000000] [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 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=1 rs=1 cs=1]
</del><ins>+          RenderTableRow {TR} at (0,108) size 616x77
+            RenderTableCell {TD} at (144,133) size 220x26 [bgcolor=#000000] [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 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=2 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (371,133) size 118x26 [bgcolor=#000000] [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 [bgcolor=#000000] [border: (1px dotted #FFFFFF)] [r=1 c=3 rs=1 cs=1]
</del><ins>+            RenderTableCell {TD} at (496,133) size 113x26 [bgcolor=#000000] [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">@@ -167,10 +167,10 @@
</span><span class="cx">             RenderTableCell {TD} at (465,136) size 112x25 [bgcolor=#000000] [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="trunkLayoutTestsplatformmactablesmozillamarvinbackgr_simpletablecolumnexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1366
</del><ins>+layer at (0,0) size 785x1331
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1366
-  RenderBlock {HTML} at (0,0) size 785x1366
-    RenderBody {BODY} at (8,17) size 769x1341 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1331
+  RenderBlock {HTML} at (0,0) size 785x1331
+    RenderBody {BODY} at (8,17) size 769x1306 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,380) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,380) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 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">@@ -83,42 +83,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,860) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,825) 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">@@ -177,10 +177,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,1292) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1257) 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,1326) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1291) 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="trunkLayoutTestsplatformmactablesmozillamarvinbackgr_simpletablecolumngroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1381
</del><ins>+layer at (0,0) size 785x1346
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1381
-  RenderBlock {HTML} at (0,0) size 785x1381
-    RenderBody {BODY} at (8,17) size 769x1356 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1346
+  RenderBlock {HTML} at (0,0) size 785x1346
+    RenderBody {BODY} at (8,17) size 769x1321 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,395) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,395) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 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
-            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,875) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,840) 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,1307) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1272) 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,1341) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1306) 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="trunkLayoutTestsplatformmactablesmozillamarvinbackgr_simpletableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</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">@@ -48,7 +48,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,307) size 618x480 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,307) size 618x445 [color=#FFFFFF] [bgcolor=#000000] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 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">@@ -72,42 +72,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] [bgcolor=#000000] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,752) size 578x432 [color=#FFFFFF] [bgcolor=#000000] [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">@@ -166,10 +166,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="trunkLayoutTestsplatformmactablesmozillamarvinbackgr_simpletablerowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1366
</del><ins>+layer at (0,0) size 785x1331
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1366
-  RenderBlock {HTML} at (0,0) size 785x1366
-    RenderBody {BODY} at (8,17) size 769x1341 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1331
+  RenderBlock {HTML} at (0,0) size 785x1331
+    RenderBody {BODY} at (8,17) size 769x1306 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,380) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,380) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 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">@@ -83,42 +83,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 [bgcolor=#000000]
-            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 [bgcolor=#000000]
+            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,860) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,825) 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">@@ -177,10 +177,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,1292) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1257) 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,1326) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1291) 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="trunkLayoutTestsplatformmactablesmozillamarvinbackgr_simpletablerowgroupexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -1,8 +1,8 @@
</span><del>-layer at (0,0) size 785x1351
</del><ins>+layer at (0,0) size 785x1316
</ins><span class="cx">   RenderView at (0,0) size 785x600
</span><del>-layer at (0,0) size 785x1351
-  RenderBlock {HTML} at (0,0) size 785x1351
-    RenderBody {BODY} at (8,17) size 769x1326 [color=#00FF00] [bgcolor=#333333]
</del><ins>+layer at (0,0) size 785x1316
+  RenderBlock {HTML} at (0,0) size 785x1316
+    RenderBody {BODY} at (8,17) size 769x1291 [color=#00FF00] [bgcolor=#333333]
</ins><span class="cx">       RenderBlock {H1} at (0,0) size 769x30
</span><span class="cx">         RenderText {#text} at (0,0) size 528x30
</span><span class="cx">           text run at (0,0) width 528: &quot;CSS2 Table Backgrounds Test Suite&quot;
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">             RenderText {#text} at (0,0) size 136x15
</span><span class="cx">               text run at (0,0) width 136: &quot;Table of Contents&quot;
</span><span class="cx">           RenderText {#text} at (0,0) size 0x0
</span><del>-      RenderTable {TABLE} at (0,365) size 618x480 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,365) size 618x445 [color=#FFFFFF] [border: (1px dotted #FFFFFF)]
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 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">@@ -81,42 +81,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,845) size 578x432 [color=#FFFFFF] [border: (6px dotted #FFFFFF)]
</del><ins>+      RenderTable {TABLE} at (0,810) 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">@@ -175,10 +175,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,1277) size 769x34
</del><ins>+      RenderBlock {DIV} at (0,1242) 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,1311) size 769x15
</del><ins>+      RenderBlock {ADDRESS} at (0,1276) 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="trunkLayoutTestsplatformmactablesmozillamarvinbody_tfootexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/body_tfoot-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/body_tfoot-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/body_tfoot-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -3,13 +3,13 @@
</span><span class="cx"> layer at (0,0) size 800x600
</span><span class="cx">   RenderBlock {HTML} at (0,0) size 800x600
</span><span class="cx">     RenderBody {BODY} at (8,8) size 784x584
</span><del>-      RenderTable {TABLE} at (0,0) size 483x132
</del><ins>+      RenderTable {TABLE} at (0,0) size 483x128
</ins><span class="cx">         RenderBlock {CAPTION} at (0,0) size 483x18
</span><span class="cx">           RenderText {#text} at (47,0) size 389x18
</span><span class="cx">             text run at (47,0) width 389: &quot;Communicator 4.5 Installers for Mac and Windows Platforms&quot;
</span><del>-        RenderTableSection {TFOOT} at (0,108) size 483x24
-          RenderTableRow {TR} at (0,2) size 483x20
-            RenderTableCell {TD} at (2,2) size 185x20 [r=0 c=0 rs=1 cs=1]
</del><ins>+        RenderTableSection {TFOOT} at (0,108) size 483x20
+          RenderTableRow {TR} at (0,0) size 483x18
+            RenderTableCell {TD} at (2,-1) size 185x20 [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><span class="cx">         RenderTableSection {TBODY} at (0,18) size 483x90
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmactablesmozillamarvinbody_theadexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.txt (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.txt        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.txt        2013-11-25 14:57:38 UTC (rev 159747)
</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 488x132
</del><ins>+      RenderTable {TABLE} at (0,0) size 488x122
</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">@@ -12,54 +12,54 @@
</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 {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="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/Source/WebCore/ChangeLog        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+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.
+
+        Based on Chromium fix https://chromium.googlesource.com/chromium/blink/+/eb615069267f895c59bc576f9d65b3fa5add41e9
+
+        Rebaseline needed for table related tests (100+).
+
+        * rendering/RenderTableSection.cpp:
+        (WebCore::RenderTableSection::calcRowLogicalHeight):
+
</ins><span class="cx"> 2013-11-25  Andres Gomez  &lt;agomez@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GStreamer] Seeking fails on media content provided by servers not supporting Range requests
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTableSectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTableSection.cpp (159746 => 159747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTableSection.cpp        2013-11-25 14:03:25 UTC (rev 159746)
+++ trunk/Source/WebCore/rendering/RenderTableSection.cpp        2013-11-25 14:57:38 UTC (rev 159747)
</span><span class="lines">@@ -276,7 +276,10 @@
</span><span class="cx"> 
</span><span class="cx">     RenderTableCell* cell;
</span><span class="cx"> 
</span><del>-    int spacing = table()-&gt;vBorderSpacing();
</del><ins>+    // We ignore the border-spacing on any non-top section as it is already included in the previous section's last row position.
+    int spacing = 0;
+    if (this == table()-&gt;topSection())
+        spacing = table()-&gt;vBorderSpacing();
</ins><span class="cx"> 
</span><span class="cx">     LayoutStateMaintainer statePusher(view());
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>